| java.lang.Object com.bm.ejb3metadata.xml.struct.LifeCycleCallback
LifeCycleCallback | public class LifeCycleCallback (Code) | | This class defines a life cycle callback that is described in an XML DD. It
is used for post-construct, pre-destroy, pre-passivate, etc.
author: Florent Benoit |
POST_CONSTRUCT | final public static String POST_CONSTRUCT(Code) | | Post construct.
|
PRE_DESTROY | final public static String PRE_DESTROY(Code) | | Pre Destroy.
|
getClassName | public String getClassName()(Code) | | Gets the class of this callback.
the class name. |
getMethod | public String getMethod()(Code) | | Gets the method of the class for the callback.
the method name. |
setClassName | public void setClassName(String className)(Code) | | Sets the class of the callback.
Parameters: className - the name of the class. |
setMethod | public void setMethod(String method)(Code) | | Sets the method name of the callback's class.
Parameters: method - the method name. |
|
|