Uses of Class
org.ogf.saga.rpc.IOMode

Packages that use IOMode
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 IOMode in org.ogf.saga.rpc
 

Methods in org.ogf.saga.rpc that return IOMode
 IOMode Parameter.getIOMode()
          Retrieves the current value for io mode.
static IOMode IOMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IOMode[] IOMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ogf.saga.rpc with parameters of type IOMode
static Parameter RPCFactory.createParameter(IOMode mode)
          Creates a Parameter object.
static Parameter RPCFactory.createParameter(Object data, IOMode mode)
          Creates a Parameter object.
static Parameter RPCFactory.createParameter(String sagaFactoryClassname, IOMode mode)
          Creates a 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.
 void Parameter.setIOMode(IOMode mode)
          Sets the io mode.
 



Copyright © 2014 Open Grid Forum. All rights reserved.