org.apache.geronimo.j2ee.annotation
Class LifecycleMethod
java.lang.Object
org.apache.geronimo.j2ee.annotation.LifecycleMethod
- All Implemented Interfaces:
- Serializable
public class LifecycleMethod
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleMethod
public LifecycleMethod(String targetClassName,
String methodName)
getTargetClassName
public String getTargetClassName()
getMethodName
public String getMethodName()
call
public void call(Object o,
Class clazz)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.