Uses of Interface
org.ogf.saga.rpc.Parameter

Packages that use Parameter
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. 
 

Uses of Parameter in org.ogf.saga.rpc
 

Methods in org.ogf.saga.rpc that return Parameter
static Parameter RPCFactory.createParameter()
          Creates an IN Parameter object.
static Parameter RPCFactory.createParameter(IOMode mode)
          Creates a Parameter object.
static Parameter RPCFactory.createParameter(Object data)
          Creates an IN Parameter object.
static Parameter RPCFactory.createParameter(Object data, IOMode mode)
          Creates a Parameter object.
static Parameter RPCFactory.createParameter(String sagaFactoryClassname)
          Creates an IN Parameter object.
static Parameter RPCFactory.createParameter(String sagaFactoryClassname, IOMode mode)
          Creates a Parameter object.
static Parameter RPCFactory.createParameter(String sagaFactoryClassname, Object data)
          Creates an IN Parameter object.
static Parameter RPCFactory.createParameter(String sagaFactoryClassname, Object data, IOMode mode)
          Creates a Parameter object.
protected abstract  Parameter RPCFactory.doCreateParameter(Object data, IOMode mode)
          Creates a Parameter object.
 

Methods in org.ogf.saga.rpc with parameters of type Parameter
 void RPC.call(Parameter... parameters)
          Calls the remote procedure.
 Task<RPC,Void> RPC.call(TaskMode mode, Parameter... parameters)
          Creates a task for calling the remote procedure.
 



Copyright © 2014 Open Grid Forum. All rights reserved.