org.apache.openejb.jee
Class LifecycleCallback
java.lang.Object
org.apache.openejb.jee.LifecycleCallback
- All Implemented Interfaces:
- CallbackMethod
public class LifecycleCallback
- extends Object
- implements CallbackMethod
javaee6.xsd
Java class for lifecycle-callbackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lifecycle-callbackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lifecycle-callback-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="lifecycle-callback-method" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lifecycleCallbackClass
protected String lifecycleCallbackClass
lifecycleCallbackMethod
protected String lifecycleCallbackMethod
LifecycleCallback
public LifecycleCallback()
LifecycleCallback
public LifecycleCallback(Method method)
LifecycleCallback
public LifecycleCallback(String lifecycleCallbackClass,
String lifecycleCallbackMethod)
LifecycleCallback
public LifecycleCallback(NamedMethod method)
getLifecycleCallbackClass
public String getLifecycleCallbackClass()
setLifecycleCallbackClass
public void setLifecycleCallbackClass(String value)
getLifecycleCallbackMethod
public String getLifecycleCallbackMethod()
setLifecycleCallbackMethod
public void setLifecycleCallbackMethod(String value)
getClassName
public String getClassName()
- Specified by:
getClassName in interface CallbackMethod
getMethodName
public String getMethodName()
- Specified by:
getMethodName in interface CallbackMethod
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.