org.apache.geronimo.j2ee.annotation
Class LifecycleMethod

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

public class LifecycleMethod
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LifecycleMethod(String targetClassName, String methodName)
           
 
Method Summary
 void call(Object o, Class clazz)
           
 String getMethodName()
           
 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(String targetClassName,
                       String methodName)
Method Detail

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.