Uses of Class
org.gridforum.gridrpc.GrpcFunctionHandle

Uses of GrpcFunctionHandle in org.gridforum.gridrpc
 

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