public class LifecycleCallback extends Object implements CallbackMethod
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lifecycleCallbackClass |
protected String |
lifecycleCallbackMethod |
| Constructor and Description |
|---|
LifecycleCallback() |
LifecycleCallback(Method method) |
LifecycleCallback(NamedMethod method) |
LifecycleCallback(String lifecycleCallbackClass,
String lifecycleCallbackMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getLifecycleCallbackClass() |
String |
getLifecycleCallbackMethod() |
String |
getMethodName() |
void |
setLifecycleCallbackClass(String value) |
void |
setLifecycleCallbackMethod(String value) |
protected String lifecycleCallbackClass
protected String lifecycleCallbackMethod
public LifecycleCallback()
public LifecycleCallback(Method method)
public LifecycleCallback(String lifecycleCallbackClass, String lifecycleCallbackMethod)
public LifecycleCallback(NamedMethod method)
public String getLifecycleCallbackClass()
public void setLifecycleCallbackClass(String value)
public String getLifecycleCallbackMethod()
public void setLifecycleCallbackMethod(String value)
public String getClassName()
getClassName in interface CallbackMethodpublic String getMethodName()
getMethodName in interface CallbackMethodCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.