org.apache.webbeans.context.creational
Class EjbInterceptorContext
java.lang.Object
org.apache.webbeans.context.creational.EjbInterceptorContext
- All Implemented Interfaces:
- java.io.Serializable
public class EjbInterceptorContext
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EjbInterceptorContext
public EjbInterceptorContext()
getInterceptorClass
public java.lang.Class<?> getInterceptorClass()
- Returns:
- the interceptorClass
setInterceptorClass
public void setInterceptorClass(java.lang.Class<?> interceptorClass)
- Parameters:
interceptorClass - the interceptorClass to set
getInterceptorInstance
public java.lang.Object getInterceptorInstance()
- Returns:
- the interceptorInstance
setInterceptorInstance
public void setInterceptorInstance(java.lang.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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.