org.apache.openejb.assembler.classic
Class InterceptorInfo
java.lang.Object
org.apache.openejb.assembler.classic.InfoObject
org.apache.openejb.assembler.classic.InterceptorInfo
- All Implemented Interfaces:
- Serializable
public class InterceptorInfo
- extends InfoObject
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazz
public String clazz
aroundInvoke
public final List<CallbackInfo> aroundInvoke
postConstruct
public final List<CallbackInfo> postConstruct
preDestroy
public final List<CallbackInfo> preDestroy
postActivate
public final List<CallbackInfo> postActivate
prePassivate
public final List<CallbackInfo> prePassivate
afterBegin
public final List<CallbackInfo> afterBegin
beforeCompletion
public final List<CallbackInfo> beforeCompletion
afterCompletion
public final List<CallbackInfo> afterCompletion
aroundTimeout
public final List<CallbackInfo> aroundTimeout
InterceptorInfo
public InterceptorInfo()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.