Uses of Interface
org.ow2.util.ee.metadata.common.api.xml.struct.ILifeCycleCallback

Packages that use ILifeCycleCallback
org.ow2.util.ee.metadata.common.api.xml.struct   
 

Uses of ILifeCycleCallback in org.ow2.util.ee.metadata.common.api.xml.struct
 

Methods in org.ow2.util.ee.metadata.common.api.xml.struct that return types with arguments of type ILifeCycleCallback
 List<ILifeCycleCallback> IEnvironment.getPostActivateCallbackList()
          Gets the list of <post-activate> elements.
 List<ILifeCycleCallback> IEnvironment.getPostConstructCallbackList()
          Gets the list of <post-construct> elements.
 List<ILifeCycleCallback> IEnvironment.getPreDestroyCallbackList()
          Gets the list of <pre-destroy> elements.
 List<ILifeCycleCallback> IEnvironment.getPrePassivateCallbackList()
          Gets the list of <pre-passivate> elements.
 

Methods in org.ow2.util.ee.metadata.common.api.xml.struct with parameters of type ILifeCycleCallback
 void IEnvironment.addPostActivateCallback(ILifeCycleCallback postActivateCallback)
          Adds a new <post-activate> element to assembly descriptor.
 void IEnvironment.addPostConstructCallback(ILifeCycleCallback postConstructCallback)
          Adds a new <post-construct> element to assembly descriptor.
 void IEnvironment.addPreDestroyCallback(ILifeCycleCallback preDestroyCallback)
          Adds a new <pre-destroy> element to assembly descriptor.
 void IEnvironment.addPrePassivateCallback(ILifeCycleCallback prePassivateCallback)
          Adds a new <pre-passivate> element to assembly descriptor.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.