public class AddRegistrationRequest extends Object implements Serializable
Constructor and Description |
---|
AddRegistrationRequest(ID targetID,
String service,
String filter,
AddRegistrationRequest parent) |
AddRegistrationRequest(String service,
String filter,
Vector requests) |
Modifier and Type | Method and Description |
---|---|
AccessControlException |
getException() |
String |
getFilter() |
Integer |
getId() |
String |
getService() |
boolean |
isDone() |
void |
notifyResponse(ID from,
AccessControlException exception) |
String |
toString() |
void |
waitForResponse(long timeout) |
public AddRegistrationRequest(ID targetID, String service, String filter, AddRegistrationRequest parent)
targetID
- targetIDservice
- servicefilter
- filterparent
- parent requestpublic String getService()
public String getFilter()
public Integer getId()
public void waitForResponse(long timeout)
timeout
- timeoutpublic boolean isDone()
public AccessControlException getException()
public void notifyResponse(ID from, AccessControlException exception)
from
- from IDexception
- exceptionCopyright © 2004–2020 Eclipse Foundation. All rights reserved.