|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceFactoryAgentService
Plugin container interface for performing create and delete resource operations.
| Method Summary | |
|---|---|
void |
createResource(CreateResourceRequest request)
Requests that a resource be created. |
void |
deleteResource(DeleteResourceRequest request)
This method is responsible for destroying an actual resource. |
CreateResourceResponse |
executeCreateResourceImmediately(CreateResourceRequest request)
Requests that a resource be created. |
DeleteResourceResponse |
executeDeleteResourceImmediately(DeleteResourceRequest request)
Requests that a resource be destroyed. |
| Method Detail |
|---|
void createResource(CreateResourceRequest request)
throws PluginContainerException
ResourceFactoryServerService. The parameter requestId will be used to
correlate the response call with this request.
request - contains all of the information necessary to create the resource; cannot be null
PluginContainerException - if the plugin container cannot be reached or fails before forwarding the
creation request to the appropriate plugin
CreateResourceResponse executeCreateResourceImmediately(CreateResourceRequest request)
throws PluginContainerException
request - contains all of the information necessary to create the resource; cannot be null
PluginContainerException - if the plugin container cannot be reached or fails before forwarding the
creation request to the appropriate plugin
void deleteResource(DeleteResourceRequest request)
throws PluginContainerException
request - contains all of the information necessary to delete the resource; cannot be null
PluginContainerException - if the plugin container cannot be reached or fails before forwarding the
creation request to the appropriate plugin
DeleteResourceResponse executeDeleteResourceImmediately(DeleteResourceRequest request)
throws PluginContainerException
request - contains all of the information necessary to delete the resource; cannot be null
PluginContainerException - if the plugin container cannot be reached or fails before forwarding the delete
request to the appropriate plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||