Package gnu.cajo
This package provides the two top-level interfaces to the functionality
of the cajo project.
See:
Description
Interface Summary |
Grail |
This class defines a Generic Standard Java Interface for a Distributed
Computing Library. |
Class Summary |
Cajo |
This class implements the Generic Standard Interface using the cajo
library. |
Package gnu.cajo Description
This package provides the two top-level classes to the functionality
of the cajo project:
The Grail inteface defines the functionality for furnishing,
finding, and using objects; upon which to invoke procedure calls.
The Cajo class exists purely to implement the Grail interface. The cajo
project website provides a short and simple
example of the use of the package.