Package org.ogf.saga.rpc

The methods of the SAGA RPC package map with the methods as defined in the GridRPC specification, as described in GFD.52, at least semantically, with slight modifications for SAGA look and feel, SAGA error conventions, SAGA task model, et cetera.

See:
          Description

Interface Summary
Parameter Parameters for RPC calls.
RPC The RPC class represents a remote function handle that can be called repeatedly.
 

Class Summary
RPCFactory Factory for objects from the RPC package.
 

Enum Summary
IOMode Describes parameter modes.
 

Package org.ogf.saga.rpc Description

The methods of the SAGA RPC package map with the methods as defined in the GridRPC specification, as described in GFD.52, at least semantically, with slight modifications for SAGA look and feel, SAGA error conventions, SAGA task model, et cetera.

In contrast to the language-independent SAGA specifications, the Parameter interface does not extend the Buffer interface. The motivation for this is that most Java language bindings for RPC systems use Object for parameters, implying that at least some types are serialized automatically. See, for instance, the Java bindings for Ninf-g and Apache XML-RPC.



Copyright © 2014 Open Grid Forum. All rights reserved.