public interface ICallRemoteTarget
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
call(java.io.Serializable[] params)
call a remote program
|
java.io.Serializable call(java.io.Serializable[] params) throws java.lang.Exception
params
- the java.io.Serializable parameters to the function.at-throws an Exception upon a failure
(note: javadoc 1.8_0.181 fails to find at-throws; fixed in javadoc 1.8_0.191)
java.lang.Exception