|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBContainerConfig
Configuration for a Container.
| Method Summary | |
|---|---|
void |
addCallback(EZBContainerLifeCycleCallback callback)
|
void |
addInjectors(ResourceInjector injector)
|
Context |
getAppContext()
|
String |
getApplicationName()
Gets the application name of this container. |
org.ow2.util.archive.api.IArchive |
getArchive()
|
List<EZBContainerLifeCycleCallback> |
getCallbacks()
|
EZBContainerJNDIResolver |
getContainerJNDIResolver()
|
org.ow2.util.ee.deploy.api.deployable.IDeployable |
getDeployable()
|
Context |
getEnvContext()
|
EZBServer |
getEZBServer()
|
List<ResourceInjector> |
getInjectors()
|
Context |
getModuleContext()
|
String |
getModuleName()
Gets the module name of this container. |
List<EZBNamingStrategy> |
getNamingStrategies()
|
void |
setAppContext(Context appContext)
Sets the app context. |
void |
setApplicationName(String applicationName)
Sets the Application Name of this container (EAR case). |
void |
setContainerJNDIResolver(EZBContainerJNDIResolver containerJNDIResolver)
Sets the JNDI resolver. |
void |
setEnvContext(Context compEnvContext)
Sets the ENC context. |
void |
setEZBServer(EZBServer easybeansServer)
Sets the easybeans server. |
void |
setModuleContext(Context moduleContext)
Sets the module context. |
void |
setModuleName(String moduleName)
Sets the Module Name of this container. |
void |
setNamingStrategies(List<EZBNamingStrategy> strategies)
Define naming strategies to use. |
| Method Detail |
|---|
List<EZBContainerLifeCycleCallback> getCallbacks()
void addCallback(EZBContainerLifeCycleCallback callback)
callback - the callbacks to add.org.ow2.util.ee.deploy.api.deployable.IDeployable getDeployable()
org.ow2.util.archive.api.IArchive getArchive()
List<EZBNamingStrategy> getNamingStrategies()
void setNamingStrategies(List<EZBNamingStrategy> strategies)
strategies - the naming strategiesList<ResourceInjector> getInjectors()
void addInjectors(ResourceInjector injector)
injector - the injectors to setEZBServer getEZBServer()
void setEZBServer(EZBServer easybeansServer)
easybeansServer - the embedded server of this configEZBContainerJNDIResolver getContainerJNDIResolver()
void setContainerJNDIResolver(EZBContainerJNDIResolver containerJNDIResolver)
containerJNDIResolver - the given resolver.void setModuleName(String moduleName)
moduleName - the name of this container.String getModuleName()
String getApplicationName()
void setApplicationName(String applicationName)
applicationName - the name of the application of this container.Context getModuleContext()
Context getAppContext()
Context getEnvContext()
void setEnvContext(Context compEnvContext)
compEnvContext - the java:comp/env context.void setModuleContext(Context moduleContext)
moduleContext - the java:module context.void setAppContext(Context appContext)
appContext - the java:module context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||