|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceFactoryServerService
Callback interface for resource factory operations. Implementations of this interface, once registered with the plugin container, will received the requests that were issued updated with the operation results.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@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 call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||