|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerConfigurationExtension
public class ResourceCheckerConfigurationExtension
Allows to register some extensions
| Constructor Summary | |
|---|---|
ResourceCheckerConfigurationExtension(IResourceCheckerManager resourceCheckerManager)
Build an extension for the given checker manager. |
|
| Method Summary | |
|---|---|
void |
beforeBind(org.ow2.easybeans.api.EZBContainerCallbackInfo info,
org.ow2.easybeans.api.binding.EZBRef reference)
Called before binding a reference into the registry. |
void |
configure(org.ow2.easybeans.api.EZBContainerConfig containerConfig)
Adapt the given configuration. |
void |
start(org.ow2.easybeans.api.EZBContainerCallbackInfo info)
Called when container is starting. |
void |
stop(org.ow2.easybeans.api.EZBContainerCallbackInfo info)
Called when container is stopping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceCheckerConfigurationExtension(IResourceCheckerManager resourceCheckerManager)
resourceCheckerManager - the given manager| Method Detail |
|---|
public void configure(org.ow2.easybeans.api.EZBContainerConfig containerConfig)
configure in interface org.ow2.easybeans.api.EZBConfigurationExtensioncontainerConfig - JContainerConfig instance.
public void start(org.ow2.easybeans.api.EZBContainerCallbackInfo info)
throws org.ow2.easybeans.api.LifeCycleCallbackException
start in interface org.ow2.easybeans.api.EZBContainerLifeCycleCallbackinfo - some information on the container which is starting.
org.ow2.easybeans.api.LifeCycleCallbackException - if the invocation of the callback failed
public void stop(org.ow2.easybeans.api.EZBContainerCallbackInfo info)
throws org.ow2.easybeans.api.LifeCycleCallbackException
stop in interface org.ow2.easybeans.api.EZBContainerLifeCycleCallbackinfo - some information on the container which is stopping.
org.ow2.easybeans.api.LifeCycleCallbackException - if the invocation of the callback failed
public void beforeBind(org.ow2.easybeans.api.EZBContainerCallbackInfo info,
org.ow2.easybeans.api.binding.EZBRef reference)
throws org.ow2.easybeans.api.LifeCycleCallbackException
beforeBind in interface org.ow2.easybeans.api.EZBContainerLifeCycleCallbackinfo - some information on the container which is running.reference - a reference on the bean that will be bound
org.ow2.easybeans.api.LifeCycleCallbackException - if the invocation of the callback failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||