Package org.gridforum.gridrpc

Provides standard interfaces and classes for Grid RPC.

See:
          Description

Interface Summary
GrpcClient This interface provides functions to initialize, finalize and get/set methods for GridRPC.
GrpcExecInfo Provides information about time to call RemoteFunctions or RemoteMethods.
This class provides following informations.
the time to search information of RemoteFunction/RemoteMethod.
 

Class Summary
GrpcClientFactory Create object which implements GrpcClient interface.
GrpcFunctionHandle Provides interfaces to control RemoteFunctions.
This class keeps information about a server and a RemoteFunction, can call a RemoteFunction with arguments and receive a result of it.
If an error occurred in this class, then it will be notified by throwing GrpcException.
GrpcObjectHandle Provides interfaces to control RemoteObjects.
This class keeps information about a server and a RemoteObject, can call a RemoteObject with arguments and receive a result of it.
RemoteObjects have several methods, so you have to specify which method to call.
If an error occurred in this class, then it will be notified by throwing GrpcException.
 

Exception Summary
GrpcException Keeps information about an occurred error in Grid RPC libraries.
If error occurred in Grid RPC libraries, an object of this class must be thrown.
This class keeps string which describe about an error, and an Exception object which was catched in Grid RPC libraries.
 

Package org.gridforum.gridrpc Description

Provides standard interfaces and classes for Grid RPC.