Uses of Interface
org.gridforum.gridrpc.GrpcClient

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

Classes in org.apgrid.grpc.ng that implement GrpcClient
 class NgGrpcClient
          Ninf-G implementation of GrpcClient interface.
Provides functions defined in standard interfaces and also provides Ninf-G special functions.
 

Uses of GrpcClient in org.gridforum.gridrpc
 

Methods in org.gridforum.gridrpc that return GrpcClient
static GrpcClient GrpcClientFactory.getClient(java.lang.String className)
          Create object which implements GrpcClient interface.