|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
public class EjbBeanProxyHandler
EJB beans proxy handler.
| Field Summary | |
|---|---|
protected javax.enterprise.context.spi.CreationalContext<?> |
creationalContext
Creational Context |
protected Object |
dependentEJB
Dependent ejb instance |
protected BaseEjbBean<?> |
ejbBean
Proxy ejb bean instance |
protected boolean |
isDependent
Scope is dependent |
protected static Logger |
logger
|
protected WebBeansContext |
webBeansContext
|
| Constructor Summary | |
|---|---|
EjbBeanProxyHandler()
|
|
EjbBeanProxyHandler(BaseEjbBean<?> ejbBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Creates a new instance. |
|
| Method Summary | |
|---|---|
protected javax.enterprise.context.spi.CreationalContext<Object> |
getContextualCreationalContext()
|
Object |
invoke(Object instance,
Method method,
Method proceed,
Object[] arguments)
|
Object |
invoke(Object instance,
Method method,
Object[] arguments)
|
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger logger
protected BaseEjbBean<?> ejbBean
protected Object dependentEJB
protected boolean isDependent
protected javax.enterprise.context.spi.CreationalContext<?> creationalContext
protected WebBeansContext webBeansContext
| Constructor Detail |
|---|
public EjbBeanProxyHandler()
public EjbBeanProxyHandler(BaseEjbBean<?> ejbBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
ejbBean - ejb bean instance| Method Detail |
|---|
public Object invoke(Object instance,
Method method,
Method proceed,
Object[] arguments)
throws Throwable
invoke in interface javassist.util.proxy.MethodHandlerThrowable
public Object invoke(Object instance,
Method method,
Object[] arguments)
throws Throwable
invoke in interface InvocationHandlerThrowableprotected javax.enterprise.context.spi.CreationalContext<Object> getContextualCreationalContext()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||