Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package jac.core.dist.rmi

Provides JAC system core classes for distribution and remote communication.

See:
          Description

Interface Summary
RMIRemoteContainerInterf RMIRemoteContainerInterf is the interface of RMI remote containers that are used by jac to remotely instantiate objects.
 

Class Summary
RMIDistd RMIDistd is a jac daemon that supports the RMI communication protocol.
RMINaming RMINaming wraps the RMI naming registry.
RMIRemoteContainer RMIRemoteContainer is a container for remote objects that can be accessed with the RMI communication protocol.
RMIRemoteContainerStub RMIRemoteContainerStub acts as a client stub to access a remote container.
RMIRemoteRef RMIRemoteRef stores the reference of a remote object that can be accessed by the RMI protocol.
 

Package jac.core.dist.rmi Description

Provides JAC system core classes for distribution and remote communication.

A JAC distributed system is composed of several JAC containers accessible with the RemoteContainer class. Each container launches a Distd deamon that listen for remote calls and instantiations.

To simply access a remote object located on a remote container, the programmer can instantiate the RemoteRef class.

Note that this package is generic. It is specialized in personalities for each communication protocol that need to be supported by JAC (see jac.core.dist subpackages):

Related Documentation

For overviews, sources, tutorials, examples, guides, and tool documentation, please see: