|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPCParam | |
---|---|
com.funambol.client.ipc.rpc |
Uses of RPCParam in com.funambol.client.ipc.rpc |
---|
Methods in com.funambol.client.ipc.rpc that return RPCParam | |
---|---|
abstract RPCParam |
RPCMethod.execute(RPCParam[] params)
This method is called back on remote execution of this RPCMethod. |
RPCParam[] |
RPCParam.getArrayValue()
Get the parameter value as an array. |
RPCParam[] |
RPCParam.getStructValue()
Get the parameter value as a struct. |
RPCParam |
RPCManager.invoke(java.lang.String methodName,
RPCParam[] params)
Invoke a remote method. |
Methods in com.funambol.client.ipc.rpc with parameters of type RPCParam | |
---|---|
abstract RPCParam |
RPCMethod.execute(RPCParam[] params)
This method is called back on remote execution of this RPCMethod. |
RPCParam |
RPCManager.invoke(java.lang.String methodName,
RPCParam[] params)
Invoke a remote method. |
void |
RPCParam.setArrayValue(RPCParam[] value)
Set the array value of this parameter. |
void |
RPCParam.setStructValue(RPCParam[] value)
Set the struct value of this parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |