org.eclipse.ecf.provider.remoteservice.generic
Class Request
java.lang.Object
org.eclipse.ecf.provider.remoteservice.generic.Request
- All Implemented Interfaces:
- java.io.Serializable
public class Request
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Request
public Request(ID requestContainerID,
long serviceId,
RemoteCallImpl call)
Request
public Request(ID requestContainerID,
long serviceId,
RemoteCallImpl call,
IRemoteCallListener listener)
getRequestId
public long getRequestId()
getRequestContainerID
public ID getRequestContainerID()
getServiceId
public long getServiceId()
getCall
public RemoteCallImpl getCall()
setResponse
protected void setResponse(Response response)
getResponse
protected Response getResponse()
isDone
protected boolean isDone()
setDone
protected void setDone(boolean val)
getListener
protected IRemoteCallListener getListener()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object