org.apache.geronimo.j2ee.annotation
Class LifecycleMethod

java.lang.Object
  extended by org.apache.geronimo.j2ee.annotation.LifecycleMethod
All Implemented Interfaces:
java.io.Serializable

public class LifecycleMethod
extends java.lang.Object
implements java.io.Serializable

Version:
$Rev: 516141 $ $Date: 2007-03-09 02:45:05 +0800 (Fri, 09 Mar 2007) $
See Also:
Serialized Form

Constructor Summary
LifecycleMethod(java.lang.String targetClassName, java.lang.String methodName)
           
 
Method Summary
 void call(java.lang.Object o, java.lang.Class clazz)
           
 java.lang.String getMethodName()
           
 java.lang.String getTargetClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleMethod

public LifecycleMethod(java.lang.String targetClassName,
                       java.lang.String methodName)
Method Detail

getTargetClassName

public java.lang.String getTargetClassName()

getMethodName

public java.lang.String getMethodName()

call

public void call(java.lang.Object o,
                 java.lang.Class clazz)
          throws java.lang.IllegalAccessException,
                 java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.