Package com.sun.ejb.containers
Class EJBObjectInvocationHandler
java.lang.Object
com.sun.ejb.containers.EJBLocalRemoteObject
com.sun.ejb.containers.EJBObjectImpl
com.sun.ejb.containers.EJBObjectInvocationHandler
- All Implemented Interfaces:
jakarta.ejb.EJBObject,InvocationHandler,Remote
Handler for EJBObject invocations through EJBObject proxy.
- Author:
- Kenneth Saks
-
Field Summary
Fields inherited from class com.sun.ejb.containers.EJBLocalRemoteObject
_logger, container, debug, primaryKey -
Constructor Summary
ConstructorsConstructorDescriptionEJBObjectInvocationHandler(MethodMap invocationInfoMap) Constructor used for Remote Business view.EJBObjectInvocationHandler(MethodMap invocationInfoMap, Class remoteIntf) Constructor used for Remote Home view. -
Method Summary
Methods inherited from class com.sun.ejb.containers.EJBObjectImpl
getEJBHome, getEJBObject, getEJBObject, getHandle, getPrimaryKey, getStub, getStub, isIdentical, remove, setEJBObject, setEJBObjectMethods inherited from class com.sun.ejb.containers.EJBLocalRemoteObject
getContainer, getSfsbClientVersion, setSfsbClientVersion
-
Constructor Details
-
Method Details
-
invoke
This entry point is only used for the Remote Home view.- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-