Package com.ibm.wsspi.collective.plugins
Interface CollectiveExecutor
public interface CollectiveExecutor
This interface contains actions that can be done in a collective environment, such as archive deployment.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteFile
(String taskID, boolean async) Deletes a file location in the collective.void
deployArchive
(String taskID, boolean async) Deploy an archive to the collective.
-
Method Details
-
deployArchive
Deploy an archive to the collective.- Parameters:
taskID
- a token to be used together withTaskStorage
to fetch the task informationasync
- a boolean specifying if this task should be executed in asynchronous mode- Throws:
IOException
-
deleteFile
Deletes a file location in the collective.- Parameters:
taskID
- a token to be used together withTaskStorage
to fetch the task informationasync
- a boolean specifying if this task should be executed in asynchronous mode- Throws:
IOException
-