| QueuePauseAction Constructor | 
| Name | Description | |
|---|---|---|
| QueuePauseAction | 
                Creates a new empty QueuePauseAction.
              | |
| QueuePauseAction(String) | 
                Creates a new QueuePauseAction that makes the member on the given
                interface unavailable on all queues.
              | |
| QueuePauseAction(String, Boolean) | 
                Creates a new QueuePauseAction that makes the member on the given
                interface available or unavailable on all queues.
              | |
| QueuePauseAction(String, String) | 
                Creates a new QueuePauseAction that makes the member on the given
                interface unavailable on the given queue.
              | |
| QueuePauseAction(String, String, Boolean) | 
                Creates a new QueuePauseAction that makes the member on the given
                interface unavailable on the given queue.
              |