public class EJBLocalHomeInvocationHandler extends EJBLocalHomeImpl implements InvocationHandler
EJBLocalHomeImpl.SerializableLocalHomecontainer| Modifier | Constructor and Description |
|---|---|
protected |
EJBLocalHomeInvocationHandler(EjbDescriptor ejbDescriptor,
Class localHomeIntf) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ejb.EJBLocalHome |
getEJBLocalHome()
Get the EJBLocalHome corresponding to an EJBLocalHomeImpl.
|
protected boolean |
handleSpecialEJBLocalHomeMethod(Method method,
Class methodClass) |
Object |
invoke(Object proxy,
Method method,
Object[] args)
Called by EJBLocalHome proxy.
|
protected Object |
invokeSpecialEJBLocalHomeMethod(Method method,
Class methodClass,
Object[] args) |
protected Object |
invokeTargetBeanMethod(BaseContainer container,
Method beanClassMethod,
EjbInvocation inv,
Object target,
Object[] params) |
protected void |
postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
void |
setMethodMap(MethodMap map) |
void |
setProxy(javax.ejb.EJBLocalHome proxy) |
createEJBLocalBusinessObjectImpl, createEJBLocalObjectImpl, getContainer, getSerializableObjectFactory, removeprotected EJBLocalHomeInvocationHandler(EjbDescriptor ejbDescriptor, Class localHomeIntf) throws Exception
Exceptionpublic void setMethodMap(MethodMap map)
public void setProxy(javax.ejb.EJBLocalHome proxy)
protected javax.ejb.EJBLocalHome getEJBLocalHome()
EJBLocalHomeImplgetEJBLocalHome in class EJBLocalHomeImplpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected boolean handleSpecialEJBLocalHomeMethod(Method method, Class methodClass)
protected Object invokeSpecialEJBLocalHomeMethod(Method method, Class methodClass, Object[] args) throws Throwable
Throwableprotected void postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args) throws Throwable
Throwableprotected Object invokeTargetBeanMethod(BaseContainer container, Method beanClassMethod, EjbInvocation inv, Object target, Object[] params) throws Throwable
ThrowableCopyright © 2017. All rights reserved.