public interface ResourceFactoryServerService
| Modifier and Type | Method and Description |
|---|---|
void |
completeCreateResource(CreateResourceResponse response)
Tells the server that a creation request has completed.
|
void |
completeDeleteResourceRequest(DeleteResourceResponse response)
Tells the server that a delete request has completed.
|
@Asynchronous(guaranteedDelivery=true) void completeCreateResource(CreateResourceResponse response)
response - carries information on the status and results of the create call@Asynchronous(guaranteedDelivery=true) void completeDeleteResourceRequest(DeleteResourceResponse response)
response - carries information on the status and results of the delete callCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.