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

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

Methods in org.ogf.saga.rpc that return RPC
static RPC RPCFactory.createRPC(Session session, URL funcname)
          Creates a RPC handle instance.
static RPC RPCFactory.createRPC(String sagaFactoryClassname, Session session, URL funcname)
          Creates a RPC handle instance.
static RPC RPCFactory.createRPC(String sagaFactoryClassname, URL funcname)
          Creates a RPC handle instance using the default session.
static RPC RPCFactory.createRPC(URL funcname)
          Creates a RPC handle instance using the default session.
protected abstract  RPC RPCFactory.doCreateRPC(Session session, URL funcname)
          Creates a RPC handle instance.
 

Methods in org.ogf.saga.rpc that return types with arguments of type RPC
 Task<RPC,Void> RPC.call(TaskMode mode, Parameter... parameters)
          Creates a task for calling the remote procedure.
 Task<RPC,Void> RPC.close(TaskMode mode)
          Creates a task for closing the RPC handle instance.
 Task<RPC,Void> RPC.close(TaskMode mode, float timeoutInSeconds)
          Creates a task for closing the RPC handle instance.
static Task<RPCFactory,RPC> RPCFactory.createRPC(String sagaFactoryClassname, TaskMode mode, Session session, URL funcname)
          Creates a task that creates a RPC handle instance.
static Task<RPCFactory,RPC> RPCFactory.createRPC(String sagaFactoryClassname, TaskMode mode, URL funcname)
          Creates a task that creates a RPC handle instance using the default session.
static Task<RPCFactory,RPC> RPCFactory.createRPC(TaskMode mode, Session session, URL funcname)
          Creates a task that creates a RPC handle instance.
static Task<RPCFactory,RPC> RPCFactory.createRPC(TaskMode mode, URL funcname)
          Creates a task that creates a RPC handle instance using the default session.
protected abstract  Task<RPCFactory,RPC> RPCFactory.doCreateRPC(TaskMode mode, Session session, URL funcname)
          Creates a task that creates a RPC handle instance.
 



Copyright © 2014 Open Grid Forum. All rights reserved.