jrun.ejb.invocation
Interface RemoteInvocationProxy

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteInvocationProxyImpl

public interface RemoteInvocationProxy
extends java.rmi.Remote

The remote interface for remote container invocation proxies. This proxy can be shared among several containers or it can serve one specific container.
Note: Inheritence from the common non-remote InvocationProxy is impossible due to the RMI semantical need to throw a RemoteException on every method.

Author:
PS Neville

Method Summary
 EJBInvocation invoke(EJBInvocation ctx, java.lang.String ejbName)
           
 

Method Detail

invoke

public EJBInvocation invoke(EJBInvocation ctx,
                            java.lang.String ejbName)
                     throws javax.ejb.CreateException,
                            javax.ejb.EJBException,
                            javax.ejb.FinderException,
                            java.rmi.RemoteException,
                            javax.ejb.RemoveException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.