Uses of Class
org.gridforum.gridrpc.GrpcObjectHandle

Packages that use GrpcObjectHandle
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. 
 

Uses of GrpcObjectHandle in org.apgrid.grpc.ng
 

Subclasses of GrpcObjectHandle in org.apgrid.grpc.ng
 class NgGrpcObjectHandle
          Ninf-G implementation of GrpcObjectHandle class.
Provides functions defined in standard interfaces and also provides Ninf-G special functions.
 

Methods in org.apgrid.grpc.ng that return GrpcObjectHandle
 GrpcObjectHandle NgGrpcClient.getObjectHandle(java.lang.String objectName, java.util.Properties prop)
          Creates GrpcObjectHandle for the specified object on the server.
Use prop argument to set attribute variables of the server.
Use strings defined in NgGrpcHandleAttr as key strings.
 GrpcObjectHandle NgGrpcClient.getObjectHandle(java.lang.String objectName)
          Creates GrpcObjectHandle without server information.
The server which described at the 1st < SERVER > section in a configuration file will be used.
 GrpcObjectHandle[] NgGrpcClient.getObjectHandles(java.lang.String objectName, java.util.Properties prop, int nHandles)
          Creates specified number of GrpcObjectHandle for the specified function on the server.
 GrpcObjectHandle[] NgGrpcClient.getObjectHandles(java.lang.String objectName, int nHandles)
          Creates specified number of GrpcObjectHandle without server information.
The server which described at the 1st < SERVER > section in a configuration file will be used.
 GrpcObjectHandle NgGrpcClient.getObjectHandle(int executableID)
          Gets GrpcObjectHandle object which associated by executableID.
 

Uses of GrpcObjectHandle in org.gridforum.gridrpc
 

Methods in org.gridforum.gridrpc that return GrpcObjectHandle
 GrpcObjectHandle GrpcClient.getObjectHandle(java.lang.String objectName, java.util.Properties prop)
          Create GrpcObjectHandle for the specified object on the server.
 GrpcObjectHandle GrpcClient.getObjectHandle(java.lang.String objectName)
          Create GrpcObjectHandle without server information.
Default server(it depends on implementation) will be used.
 GrpcObjectHandle[] GrpcClient.getObjectHandles(java.lang.String objectName, java.util.Properties prop, int nHandles)
          Create specified number of GrpcObjectHandle for the specified function on the server.
 GrpcObjectHandle[] GrpcClient.getObjectHandles(java.lang.String objectName, int nHandles)
          Create GrpcObjectHandle without server information.
Default server(it depends on implementation) will be used.