org.eclipse.ecf.provider.remoteservice.generic
Class AddRegistrationRequest
java.lang.Object
org.eclipse.ecf.provider.remoteservice.generic.AddRegistrationRequest
- All Implemented Interfaces:
- java.io.Serializable
public class AddRegistrationRequest
- 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, toString, wait, wait, wait |
AddRegistrationRequest
public AddRegistrationRequest(ID targetID,
java.lang.String service,
java.lang.String filter,
AddRegistrationRequest parent)
- Since:
- 3.0
getService
public java.lang.String getService()
getFilter
public java.lang.String getFilter()
getId
public java.lang.Integer getId()
waitForResponse
public void waitForResponse(long timeout)
isDone
public boolean isDone()
getException
public java.security.AccessControlException getException()
notifyResponse
public void notifyResponse(ID from,
java.security.AccessControlException exception)
- Since:
- 3.0