|
|||||||||
| Home >> All >> jac >> core >> dist >> [ corba overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package jac.core.dist.corba
Provides JAC system core classes for distribution and remote communication.
See:
Description
| Class Summary | |
| CORBADistd | CORBADistd is a jac daemon that support the IIOP communication protocol. |
| CORBARemoteContainer | CORBARemoteContainer is a container for remote objects that can be accessed with CORBA. |
| CORBARemoteContainerStub | CORBARemoteContainerStub acts as a client stub to access a remote container. |
| CORBARemoteRef | CORBARemoteRef stores the reference of a remote object that can be accessed by the CORBA/IIOP protocol. |
Package jac.core.dist.corba 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):
- RMI (default)
- CORBA (not up-to-date anymore)
- SOAP (should be available soon)
Related Documentation
For overviews, sources, tutorials, examples, guides, and tool documentation, please see:
|
|||||||||
| Home >> All >> jac >> core >> dist >> [ corba overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||