|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter
Parameters for RPC calls. Unlike the language-independent SAGA specifications,
this interface does not extend Buffer, because existing Java language
bindings for RPC usually just use Object
. See,
for instance, the Java bindings for Ninf-g and the Apache XML-RPC.
Field Summary |
---|
Fields inherited from interface org.ogf.saga.SagaObject |
---|
NO_WAIT, WAIT_FOREVER |
Method Summary | |
---|---|
Object |
getData()
Retrieves the current value of the parameter object. |
IOMode |
getIOMode()
Retrieves the current value for io mode. |
void |
setData(Object object)
Sets the parameter object. |
void |
setIOMode(IOMode mode)
Sets the io mode. |
Methods inherited from interface org.ogf.saga.SagaObject |
---|
clone, getId, getSession |
Method Detail |
---|
void setIOMode(IOMode mode)
mode
- the value for io mode.IOMode getIOMode()
void setData(Object object)
object
- the parameter value.Object getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |