com.sun.ejb.containers
Class RemoteBusinessIntfInvocationHandler
java.lang.Object
com.sun.ejb.containers.RemoteBusinessIntfInvocationHandler
- All Implemented Interfaces:
- Serializable, InvocationHandler
public final class RemoteBusinessIntfInvocationHandler
- extends Object
- implements InvocationHandler, Serializable
This is an invocation handler for a remote EJB 3.x business
interface. It is used to convert invocations made on the
EJB 3.0 business interface to its corresponding RMI-IIOP
object.
- Author:
- Kenneth Saks
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteBusinessIntfInvocationHandler
public RemoteBusinessIntfInvocationHandler(Class businessIntf,
Remote stub)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012 GlassFish Community. All Rights Reserved.