Package org.jboss.jca.embedded
Interface Embedded
public interface Embedded
The embedded IronJacamar container
- Author:
- Jesper Pedersen
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeployvoiddeploy(org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive raa) Deployvoiddeploy(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor) Deploy<T> TLookup a beanvoidshutdown()Shutdownvoidstartup()StartupvoidUndeployvoidundeploy(org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive raa) Undeployvoidundeploy(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor) Undeploy
-
Method Details
-
startup
Startup- Throws:
Throwable- If an error occurs
-
shutdown
Shutdown- Throws:
Throwable- If an error occurs
-
deploy
Deploy- Parameters:
url- The resource url- Throws:
Throwable- If an error occurs
-
deploy
Deploy- Parameters:
descriptor- The descriptor- Throws:
Throwable- If an error occurs
-
deploy
Deploy- Parameters:
raa- The resource adapter archive- Throws:
Throwable- If an error occurs
-
undeploy
Undeploy- Parameters:
url- The resource url- Throws:
Throwable- If an error occurs
-
undeploy
Undeploy- Parameters:
descriptor- The descriptor- Throws:
Throwable- If an error occurs
-
undeploy
Undeploy- Parameters:
raa- The resource adapter archive- Throws:
Throwable- If an error occurs
-
lookup
Lookup a bean- Type Parameters:
T- the generics type- Parameters:
name- The bean nameexpectedType- The expected type for the bean- Returns:
- The bean instance
- Throws:
Throwable- If an error occurs
-