Class RemoteCallableFactory
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.client.RemoteCallableFactory
 
- 
 public class RemoteCallableFactory extends Object Factory for creatingIRemoteCallableinstances.- Since:
- 4.0
 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteCallableFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IRemoteCallablecreateCallable(String method)static IRemoteCallablecreateCallable(String method, String resourcePath)static IRemoteCallablecreateCallable(String method, String resourcePath, IRemoteCallableRequestType requestType)static IRemoteCallablecreateCallable(String method, String resourcePath, IRemoteCallableRequestType requestType, long timeout)static IRemoteCallablecreateCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters)static IRemoteCallablecreateCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType)static IRemoteCallablecreateCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType, long defaultTimeout)
 
- 
- 
- 
Method Detail- 
createCallablepublic static IRemoteCallable createCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType, long defaultTimeout) 
 - 
createCallablepublic static IRemoteCallable createCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType) 
 - 
createCallablepublic static IRemoteCallable createCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters) 
 - 
createCallablepublic static IRemoteCallable createCallable(String method, String resourcePath) 
 - 
createCallablepublic static IRemoteCallable createCallable(String method) 
 - 
createCallablepublic static IRemoteCallable createCallable(String method, String resourcePath, IRemoteCallableRequestType requestType, long timeout) 
 - 
createCallablepublic static IRemoteCallable createCallable(String method, String resourcePath, IRemoteCallableRequestType requestType) 
 
- 
 
-