com.sun.ejb.containers
Class RemoteBusinessIntfInvocationHandler

java.lang.Object
  extended by 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

Constructor Summary
RemoteBusinessIntfInvocationHandler(Class businessIntf, Remote stub)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBusinessIntfInvocationHandler

public RemoteBusinessIntfInvocationHandler(Class businessIntf,
                                           Remote stub)
Method Detail

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.