|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.gridforum.gridrpc | |
org.apgrid.grpc.ng | Provides Ninf-G implementation of standard interface of Grid RPC(org.gridforum.gridrpc.*). And there are main functions(classes and interfaces) in this package. |
org.gridforum.gridrpc | Provides standard interfaces and classes for Grid RPC. |
Classes in org.gridforum.gridrpc used by org.apgrid.grpc.ng | |
GrpcClient
This interface provides functions to initialize, finalize and get/set methods for GridRPC. |
|
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. |
|
GrpcExecInfo
Provides information about time to call RemoteFunctions or RemoteMethods. This class provides following informations. the time to search information of RemoteFunction/RemoteMethod. |
|
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 . |
Classes in org.gridforum.gridrpc used by org.gridforum.gridrpc | |
GrpcClient
This interface provides functions to initialize, finalize and get/set methods for GridRPC. |
|
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. |
|
GrpcExecInfo
Provides information about time to call RemoteFunctions or RemoteMethods. This class provides following informations. the time to search information of RemoteFunction/RemoteMethod. |
|
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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |