org.apache.geronimo.j2ee.annotation
Class LifecycleMethod
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleMethod
public LifecycleMethod(java.lang.String targetClassName,
java.lang.String methodName)
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.