org.eclipse.jetty.plus.annotation
类 PostConstructCallback

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

public class PostConstructCallback
extends LifeCycleCallback

PostConstructCallback


字段摘要
 
从类 org.eclipse.jetty.plus.annotation.LifeCycleCallback 继承的字段
__EMPTY_ARGS
 
构造方法摘要
PostConstructCallback()
           
 
方法摘要
 void callback(Object instance)
           
 boolean equals(Object o)
           
 void validate(Class<?> clazz, Method method)
          Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be 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
 

构造方法详细信息

PostConstructCallback

public PostConstructCallback()
方法详细信息

validate

public void validate(Class<?> clazz,
                     Method method)
Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be static

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

callback

public void callback(Object instance)
              throws SecurityException,
                     IllegalArgumentException,
                     NoSuchMethodException,
                     ClassNotFoundException,
                     IllegalAccessException,
                     InvocationTargetException
覆盖:
LifeCycleCallback 中的 callback
抛出:
SecurityException
IllegalArgumentException
NoSuchMethodException
ClassNotFoundException
IllegalAccessException
InvocationTargetException

equals

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


Copyright © 2013. All Rights Reserved.