org.apache.webbeans.context.creational
Class EjbInterceptorContext

java.lang.Object
  extended by org.apache.webbeans.context.creational.EjbInterceptorContext
All Implemented Interfaces:
Serializable

public class EjbInterceptorContext
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EjbInterceptorContext()
           
 
Method Summary
 OWBInjector getInjectorInstance()
           
 Class<?> getInterceptorClass()
           
 Object getInterceptorInstance()
           
 void setInjectorInstance(OWBInjector injectorInstance)
           
 void setInterceptorClass(Class<?> interceptorClass)
           
 void setInterceptorInstance(Object interceptorInstance)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbInterceptorContext

public EjbInterceptorContext()
Method Detail

getInterceptorClass

public Class<?> getInterceptorClass()
Returns:
the interceptorClass

setInterceptorClass

public void setInterceptorClass(Class<?> interceptorClass)
Parameters:
interceptorClass - the interceptorClass to set

getInterceptorInstance

public Object getInterceptorInstance()
Returns:
the interceptorInstance

setInterceptorInstance

public void setInterceptorInstance(Object interceptorInstance)
Parameters:
interceptorInstance - the interceptorInstance to set

getInjectorInstance

public OWBInjector getInjectorInstance()
Returns:
the injectorInstance

setInjectorInstance

public void setInjectorInstance(OWBInjector injectorInstance)
Parameters:
injectorInstance - the injectorInstance to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.