BatchAdmin
Provides administrative access to the Batches and Batch executions on a Broker. Methods in class BatchAdmin are listed in the following table:
Method |
Method Type |
Description |
POST |
Stores the XML contents to a Batch definition on the Broker. |
|
DELETE |
Removes a Batch definition stored on the Broker. |
|
GET |
Retrieves all the Batch execution information stored on the Broker. |
|
GET |
Retrieves information about all the Batch entries on the Broker. |
|
GET |
Retrieves the total number of Batch entries stored on the Broker. |
|
GET |
Retrieves XML contents of the Batch definition. |
|
GET |
Retrieves the Batch definition names stored on the Broker. |
|
GET |
Retrieves the total number of Batch executions stored on the Broker. |
|
GET |
Retrieves the list of Batch execution IDs stored on the Broker. |
|
GET |
Retrieves information about a given Batch execution ID stored on the Broker. |
|
GET |
Retrieves all the Batch execution information about a given Batch entry stored on the Manager. |
|
GET |
Retrieves the list of Batch entry IDs stored on the Broker. |
|
GET |
Retrieves the Batch entry information about a given Batch entry ID stored on the Broker. |
|
GET |
Retrieves the total number of running batch executions stored on the Broker. |
|
GET |
Retrieves the total number of scheduled Batch entries on the Broker. |
|
POST |
Retrieves information about given Batch execution IDs stored on the Broker. |
|
POST |
Retrieves information about given Batch entry IDs stored on the Broker. |
|
GET |
Retrieves whether methods are available. |
|
DELETE |
Removes the information about a finished or suspended Batch entry. |
|
DELETE |
Removes the information about a finished or failed Batch execution. |
|
DELETE |
Removes the information about all finished Batch executions on the Broker. |
|
DELETE |
Removes the information about all finished Batch entries on the Broker. |
|
PUT |
Resumes a suspended Batch entry. |
|
GET |
Runs the specified Batch definition. |
|
PUT |
Suspends all Batch entries running on the Broker. |
|
PUT |
Suspends a scheduled Batch entry. |