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:
- java.lang.reflect.InvocationHandler, java.rmi.Remote, EJBObject
public final class EJBObjectInvocationHandler
- extends EJBObjectImpl
- implements java.lang.reflect.InvocationHandler
Handler for EJBObject invocations through EJBObject proxy.
- Author:
- Kenneth Saks
|
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
This entry point is only used for the Remote Home view. |
| Methods inherited from class com.sun.ejb.containers.EJBObjectImpl |
getEJBHome, getEJBObject, getEJBObject, getHandle, getPrimaryKey, getStub, getStub, isIdentical, remove, setEJBObject, setEJBObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBObjectInvocationHandler
public EJBObjectInvocationHandler(MethodMap invocationInfoMap,
java.lang.Class remoteIntf)
throws java.lang.Exception
- Constructor used for Remote Home view.
- Throws:
java.lang.Exception
EJBObjectInvocationHandler
public EJBObjectInvocationHandler(MethodMap invocationInfoMap)
throws java.lang.Exception
- Constructor used for Remote Business view.
- Throws:
java.lang.Exception
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- This entry point is only used for the Remote Home view.
- Specified by:
invoke in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
Copyright © 2012 GlassFish Community. All Rights Reserved.