Package org.eclipse.ecf.remoteservice
Class RemoteCallFactory
java.lang.Object
org.eclipse.ecf.remoteservice.RemoteCallFactory
Factory to support the creation of
IRemoteCall
objects.- Since:
- 5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IRemoteCall
createRemoteCall
(String fqMethod) static IRemoteCall
createRemoteCall
(String fqMethod, Object[] params) static IRemoteCall
createRemoteCall
(String fqMethod, Object[] params, long timeout)
-
Constructor Details
-
RemoteCallFactory
public RemoteCallFactory()
-
-
Method Details
-
createRemoteCall
-
createRemoteCall
-
createRemoteCall
-