public interface RemoteFunction<R> extends ServerMappedObject
| Modifier and Type | Method and Description |
|---|---|
Parameters |
createParameters() |
String |
getDescription() |
R |
getFunctionValue(Parameters arg0) |
R |
getFunctionValueWithList(List<?> arg0) |
String |
getName() |
Parameter<?>[] |
getParameterDefinition() |
ReturnType<R> |
getReturnType() |
void |
setDescription(String arg0) |
void |
setParameterDefinition(Parameter<?>[] arg0) |
void |
setReturnType(ReturnType<R> arg0) |
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringParameters createParameters() throws RemoteException
RemoteExceptionR getFunctionValue(Parameters arg0) throws RemoteException
RemoteExceptionR getFunctionValueWithList(List<?> arg0) throws RemoteException
RemoteExceptionParameter<?>[] getParameterDefinition() throws RemoteException
RemoteExceptionvoid setParameterDefinition(Parameter<?>[] arg0) throws RemoteException
RemoteExceptionvoid setReturnType(ReturnType<R> arg0) throws RemoteException
RemoteExceptionString getDescription() throws RemoteException
RemoteExceptionvoid setDescription(String arg0) throws RemoteException
RemoteExceptionString getName() throws RemoteException
RemoteExceptionReturnType<R> getReturnType() throws RemoteException
RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}