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, toEJBLocalObjectImpl
getContainer, getSfsbClientVersion, setSfsbClientVersion
public EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap, Class localIntf) throws Exception
Exception
public void setProxy(Object proxy)
public Object getClientObject()
EJBLocalObjectImpl
getClientObject
in class EJBLocalObjectImpl
Copyright © 2020. All rights reserved.