org.jfox.ejb
Interface ContainerInvoker

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
JRMPContainerInvoker, LOCALContainerInvoker

public interface ContainerInvoker
extends java.rmi.Remote


Method Summary
 java.lang.Object invoke(Invocation invocation)
           
 void ping()
          用来测试该 ContainerInvoker 是否还活动的方法,方法主体为空
 

Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

ping

public void ping()
          throws java.rmi.RemoteException
用来测试该 ContainerInvoker 是否还活动的方法,方法主体为空

Throws:
java.rmi.RemoteException