public class RemoteFunction_Rmi<R> extends ServerMappedObject_Rmi<Function> implements RemoteFunction<R>, Unreferenced
ref| Constructor and Description |
|---|
RemoteFunction_Rmi(Function originalObject,
int port) |
| 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, getOriginalObject, getPort, unreferenced, wrapped_equals, wrapped_hashCode, wrapped_toStringclone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogequals, getRef, hashCode, toString, toStubfinalize, getClass, notify, notifyAll, wait, wait, waitgetMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringunreferencedpublic RemoteFunction_Rmi(Function originalObject, int port) throws RemoteException
RemoteExceptionpublic Parameters createParameters() throws RemoteException
createParameters in interface RemoteFunction<R>RemoteExceptionpublic R getFunctionValue(Parameters arg0) throws RemoteException
getFunctionValue in interface RemoteFunction<R>RemoteExceptionpublic R getFunctionValueWithList(List<?> arg0) throws RemoteException
getFunctionValueWithList in interface RemoteFunction<R>RemoteExceptionpublic Parameter<?>[] getParameterDefinition() throws RemoteException
getParameterDefinition in interface RemoteFunction<R>RemoteExceptionpublic void setParameterDefinition(Parameter<?>[] arg0) throws RemoteException
setParameterDefinition in interface RemoteFunction<R>RemoteExceptionpublic void setReturnType(ReturnType<R> arg0) throws RemoteException
setReturnType in interface RemoteFunction<R>RemoteExceptionpublic String getDescription() throws RemoteException
getDescription in interface RemoteFunction<R>RemoteExceptionpublic void setDescription(String arg0) throws RemoteException
setDescription in interface RemoteFunction<R>RemoteExceptionpublic String getName() throws RemoteException
getName in interface RemoteFunction<R>RemoteExceptionpublic ReturnType<R> getReturnType() throws RemoteException
getReturnType in interface RemoteFunction<R>RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}