Class RemoteCallImpl
- java.lang.Object
- 
- org.eclipse.ecf.core.sharedobject.SharedObjectMsg
- 
- org.eclipse.ecf.provider.remoteservice.generic.RemoteCallImpl
 
 
- 
- All Implemented Interfaces:
- Serializable,- IRemoteCall
 
 public class RemoteCallImpl extends SharedObjectMsg implements IRemoteCall, Serializable - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.ecf.core.sharedobject.SharedObjectMsgclazz, method, nullArgs, nullTypes, parameters
 - 
Fields inherited from interface org.eclipse.ecf.remoteservice.IRemoteCallDEFAULT_TIMEOUT
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedRemoteCallImpl(String clazz, String method, Object[] parameters, long timeout)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemoteCallImplcreateRemoteCall(String clazz, String method, Object[] parameters, long timeout)longgetTimeout()Get timeout (in ms) for the remote call.StringtoString()- 
Methods inherited from class org.eclipse.ecf.core.sharedobject.SharedObjectMsgcheckAlterMsg, checkForSerializable, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, findMethod, findMethod, findMethodRecursive, findMethodRecursive, getClass, getClassName, getMethod, getNameForClass, getParameters, getParameterTypes, getTypesForParameters, invoke, searchForMethod, setClassName, setMethod, setParameters
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.ecf.remoteservice.IRemoteCallgetMethod, getParameters
 
- 
 
- 
- 
- 
Method Detail- 
createRemoteCallpublic static RemoteCallImpl createRemoteCall(String clazz, String method, Object[] parameters, long timeout) - Parameters:
- clazz- the class
- method- the method
- parameters- the parameters
- timeout- timeout
- Returns:
- RemoteCallImpl created remote call
- Since:
- 4.0
 
 - 
getTimeoutpublic long getTimeout() Description copied from interface:IRemoteCallGet timeout (in ms) for the remote call.- Specified by:
- getTimeoutin interface- IRemoteCall
- Returns:
- long timeout in ms
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- SharedObjectMsg
 
 
- 
 
-