com.sun.ejb.containers
Class RemoteBusinessIntfInvocationHandler

java.lang.Object
  extended by com.sun.ejb.containers.RemoteBusinessIntfInvocationHandler
All Implemented Interfaces:
java.io.Serializable, java.lang.reflect.InvocationHandler

public final class RemoteBusinessIntfInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.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(java.lang.Class businessIntf, java.rmi.Remote stub)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.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(java.lang.Class businessIntf,
                                           java.rmi.Remote stub)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2012 GlassFish Community. All Rights Reserved.