Package i5.las2peer.execution
Class RMITask
java.lang.Object
i5.las2peer.execution.RMITask
- All Implemented Interfaces:
Serializable
a simple invocation task
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRMITask(ServiceNameVersion service, String methodName, Serializable[] parameters) create a new invocation task -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RMITask
create a new invocation task- Parameters:
service- A service name and versionmethodName- A method name to callparameters- A bunch of parameters
-
-
Method Details
-
getServiceNameVersion
-
getMethodName
-
getParameters
-