org.apache.openejb.jee
Class LifecycleCallback

java.lang.Object
  extended by 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>
 


Field Summary
protected  String lifecycleCallbackClass
           
protected  String lifecycleCallbackMethod
           
 
Constructor Summary
LifecycleCallback()
           
LifecycleCallback(Method method)
           
LifecycleCallback(NamedMethod method)
           
LifecycleCallback(String lifecycleCallbackClass, String lifecycleCallbackMethod)
           
 
Method Summary
 String getClassName()
           
 String getLifecycleCallbackClass()
           
 String getLifecycleCallbackMethod()
           
 String getMethodName()
           
 void setLifecycleCallbackClass(String value)
           
 void setLifecycleCallbackMethod(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lifecycleCallbackClass

protected String lifecycleCallbackClass

lifecycleCallbackMethod

protected String lifecycleCallbackMethod
Constructor Detail

LifecycleCallback

public LifecycleCallback()

LifecycleCallback

public LifecycleCallback(Method method)

LifecycleCallback

public LifecycleCallback(String lifecycleCallbackClass,
                         String lifecycleCallbackMethod)

LifecycleCallback

public LifecycleCallback(NamedMethod method)
Method Detail

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–2015 The Apache Software Foundation. All rights reserved.