Uses of Package
org.apgrid.grpc.ng

Packages that use org.apgrid.grpc.ng
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.apgrid.grpc.util Utility tools for Ninf-G. 
 

Classes in org.apgrid.grpc.ng used by org.apgrid.grpc.ng
CallbackCompressInformation
           
CompressInformation
           
NgArgTypeException
          Thrown to indicate that the type of specified array is incorrect.
Probably, the type of the actually passed arrangement differs from the type defined as IDL file.
NgDataInputStream
           
NgDataOutputStream
           
NgException
          Thrown to indicate that something wrong was happened in Ninf-G Java library.
This is the super class of Exception classes which included in this package.
NgGrpcClient
          Ninf-G implementation of GrpcClient interface.
Provides functions defined in standard interfaces and also provides Ninf-G special functions.
NgGrpcHandle
          Provides interfaces for Grpc*Handle class.
This class is used internally, you should use NgGrpcFunctionHandle or NgGrpcObjectHandle.
And provides variables of status code.
It's used in NgGrpcFunctionHandle.getLocalStatus() and NgGrpcObjectHandle.getLocalStatus().
Protocol
           
Wire
           
 

Classes in org.apgrid.grpc.ng used by org.apgrid.grpc.util
NgXMLReadException
          Thrown to indicate that something wrong was happened when reading XML documents.