|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Embedded

The embedded IronJacamar container
| Method Summary | ||
|---|---|---|
void |
deploy(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
Deploy |
|
void |
deploy(org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive raa)
Deploy |
|
void |
deploy(URL url)
Deploy |
|
|
lookup(String name,
Class<T> expectedType)
Lookup a bean |
|
void |
shutdown()
Shutdown |
|
void |
startup()
Startup |
|
void |
undeploy(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
Undeploy |
|
void |
undeploy(org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive raa)
Undeploy |
|
void |
undeploy(URL url)
Undeploy |
|
| Method Detail |
|---|
void startup()
throws Throwable
Throwable - If an error occurs
void shutdown()
throws Throwable
Throwable - If an error occurs
void deploy(URL url)
throws Throwable
url - The resource url
Throwable - If an error occurs
void deploy(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
throws Throwable
descriptor - The descriptor
Throwable - If an error occurs
void deploy(org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive raa)
throws Throwable
raa - The resource adapter archive
Throwable - If an error occurs
void undeploy(URL url)
throws Throwable
url - The resource url
Throwable - If an error occurs
void undeploy(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
throws Throwable
descriptor - The descriptor
Throwable - If an error occurs
void undeploy(org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive raa)
throws Throwable
raa - The resource adapter archive
Throwable - If an error occurs
<T> T lookup(String name,
Class<T> expectedType)
throws Throwable
T - the generics typename - The bean nameexpectedType - The expected type for the bean
Throwable - If an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||