Uses of Interface
org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf

Packages that use RMIRemoteContainerInterf
org.objectweb.jac.core.dist.rmi The RMI personality of the dist communication layer of JAC.  
 

Uses of RMIRemoteContainerInterf in org.objectweb.jac.core.dist.rmi
 

Classes in org.objectweb.jac.core.dist.rmi that implement RMIRemoteContainerInterf
 class RMIRemoteContainer
          RMIRemoteContainer is a container for remote objects that can be accessed with the RMI communication protocol.
 

Fields in org.objectweb.jac.core.dist.rmi declared as RMIRemoteContainerInterf
protected  RMIRemoteContainerInterf RMIRemoteContainerStub.delegate
          The RMI stub where the job is to be delegated.
 

Constructors in org.objectweb.jac.core.dist.rmi with parameters of type RMIRemoteContainerInterf
RMIRemoteContainerStub(RMIRemoteContainerInterf delegate, String name)
          Create a new remote container stub.