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
org.objectweb.jac.core.dist
subpackages):