public final class EJBLocalObjectInvocationHandler extends EJBLocalObjectImpl implements InvocationHandler
container, debug, primaryKey| Constructor and Description |
|---|
EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap,
boolean optionalLocalBusinessView)
Constructor used for Local Business view.
|
EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap,
Class localIntf)
Constructor used for Local Home view
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getClientObject()
Get the client object corresponding to an EJBLocalObjectImpl.
|
Object |
invoke(Object proxy,
Method method,
Object[] args)
This entry point is only used for Local Home view.
|
void |
setProxy(Object proxy) |
getEJBLocalHome, getPrimaryKey, getSerializableObjectFactory, isIdentical, remove, toEJBLocalObjectImplgetContainer, getSfsbClientVersion, setSfsbClientVersionpublic EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap, Class localIntf) throws Exception
Exceptionpublic void setProxy(Object proxy)
public Object getClientObject()
EJBLocalObjectImplgetClientObject in class EJBLocalObjectImplCopyright © 2017. All rights reserved.