|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.rpc.RemoteOperation
Common base class for the remote operations RemoteCall and RemoteReply.
| Constructor Summary | |
RemoteOperation()
|
|
| Method Summary | |
abstract java.lang.Object |
getParameter(int id)
Retrieves a parameter for a given id. |
abstract void |
setParameter(int id,
java.lang.Object parameter)
Adds a parameter to this call that is transferred to the server and may be accessed via getParameter(int) there. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteOperation()
| Method Detail |
public abstract void setParameter(int id,
java.lang.Object parameter)
getParameter(int) there. Note that this feature is usually not necessary with XMA since data is automatically transferred via widget models. You should ask yourself seriously if you are doing things right.
id - a numeric id of the parameter. Must not be less than zero and greater than 127.parameter - the parameter data which has to implement java.io.Serializable
and must be successfully be serialized. It cannot be null.
java.lang.IllegalArgumentException - if any before mentioned condition is violated.public abstract java.lang.Object getParameter(int id)
id - the id that has been used in setParameter(int, java.lang.Object).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||