|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteCall
Instances of this interface are used to invoke a method call on a remote service
IRemoteService| Method Summary | |
|---|---|
java.lang.String |
getMethod()
Get the method name to call on the remote. |
java.lang.Object[] |
getParameters()
Get the method parameters of the method to call on the remote. |
long |
getTimeout()
Get timeout (in ms) for the remote call. |
| Method Detail |
|---|
java.lang.String getMethod()
java.lang.Object[] getParameters()
null array of Object parameters. The given
Objects in the array must be be Serializable so that they may be
serialized to deliver to remote.
null, but may be empty array.long getTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||