Uses of Class
org.gridforum.gridrpc.GrpcFunctionHandle

Packages that use GrpcFunctionHandle
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 GrpcFunctionHandle in org.apgrid.grpc.ng
 

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

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

Uses of GrpcFunctionHandle in org.gridforum.gridrpc
 

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