Uses of Class
org.gridforum.gridrpc.GrpcObjectHandle

Uses of GrpcObjectHandle in org.gridforum.gridrpc
 

Methods in org.gridforum.gridrpc that return GrpcObjectHandle
 GrpcObjectHandle GrpcClient.getObjectHandle(java.lang.String objectName)
          Create GrpcObjectHandle without server information.
Default server(it depends on implementation) will be used.
 GrpcObjectHandle GrpcClient.getObjectHandle(java.lang.String objectName, java.util.Properties prop)
          Create GrpcObjectHandle for the specified object 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.
 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.