org.apache.openejb.core.interceptor
Class InterceptorInstance

java.lang.Object
  extended by org.apache.openejb.core.interceptor.InterceptorInstance

public class InterceptorInstance
extends Object

Version:
$Rev$ $Date$

Constructor Summary
InterceptorInstance(Object interceptor)
           
InterceptorInstance(Object interceptor, InterceptorData data)
           
 
Method Summary
 InterceptorData getData()
           
 Object getInterceptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorInstance

public InterceptorInstance(Object interceptor,
                           InterceptorData data)

InterceptorInstance

public InterceptorInstance(Object interceptor)
Method Detail

getInterceptor

public Object getInterceptor()

getData

public InterceptorData getData()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.