org.apache.openejb.assembler.classic
Class InterceptorInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.InterceptorInfo
All Implemented Interfaces:
Serializable

public class InterceptorInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 List<CallbackInfo> afterBegin
           
 List<CallbackInfo> afterCompletion
           
 List<CallbackInfo> aroundInvoke
           
 List<CallbackInfo> aroundTimeout
           
 List<CallbackInfo> beforeCompletion
           
 String clazz
           
 List<CallbackInfo> postActivate
           
 List<CallbackInfo> postConstruct
           
 List<CallbackInfo> preDestroy
           
 List<CallbackInfo> prePassivate
           
 
Constructor Summary
InterceptorInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

InterceptorInfo

public InterceptorInfo()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.