org.eclipse.jetty.plus.annotation
类 PreDestroyCallback

java.lang.Object
  继承者 org.eclipse.jetty.plus.annotation.LifeCycleCallback
      继承者 org.eclipse.jetty.plus.annotation.PreDestroyCallback

public class PreDestroyCallback
extends LifeCycleCallback

PreDestroyCallback


字段摘要
 
从类 org.eclipse.jetty.plus.annotation.LifeCycleCallback 继承的字段
__EMPTY_ARGS
 
构造方法摘要
PreDestroyCallback()
           
 
方法摘要
 void callback(Object instance)
           
 boolean equals(Object o)
           
 void validate(Class<?> clazz, Method method)
          Commons Annotations Specification section 2.6: - no params to method - returns void - no checked exceptions - not static
 
从类 org.eclipse.jetty.plus.annotation.LifeCycleCallback 继承的方法
findMethod, getMethodName, getTarget, getTargetClass, getTargetClassName, setTarget, setTarget
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PreDestroyCallback

public PreDestroyCallback()
方法详细信息

validate

public void validate(Class<?> clazz,
                     Method method)
Commons Annotations Specification section 2.6: - no params to method - returns void - no checked exceptions - not static

指定者:
LifeCycleCallback 中的 validate
另请参见:
LifeCycleCallback.validate(java.lang.Class, java.lang.reflect.Method)

callback

public void callback(Object instance)
覆盖:
LifeCycleCallback 中的 callback

equals

public boolean equals(Object o)
覆盖:
LifeCycleCallback 中的 equals


Copyright © 2013. All Rights Reserved.