|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPCFactory | |
---|---|
org.ogf.saga.bootstrap | This package contains the bootstrap mechanism which connects a SAGA application, written on top of the SAGA Java language bindings, to a specific SAGA implementation. |
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 RPCFactory in org.ogf.saga.bootstrap |
---|
Methods in org.ogf.saga.bootstrap that return RPCFactory | |
---|---|
RPCFactory |
SagaFactory.createRPCFactory()
Creates a factory for the Saga RPC package. |
static RPCFactory |
ImplementationBootstrapLoader.getRPCFactory(String factoryName)
Creates an RPC factory, using the specified SagaFactory. |
Uses of RPCFactory in org.ogf.saga.rpc |
---|
Methods in org.ogf.saga.rpc that return types with arguments of type RPCFactory | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |