public interface DistributedQueueStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyRemoteBrokerAdded(RemoteBrokerInfo bi)
Triggered when a RemoteBroker was added to the DistributedQueueState.
|
void |
notifyRemoteBrokerRemoved(RemoteBrokerInfo bi)
Triggered when a RemoteBroker was remove from the DistributedQueueState.
|
void |
notifyRemoteBrokerStateChanged(RemoteBrokerInfo bi,
int state)
Triggered when the state of a RemoteBroker has changed in the DistributedQueueState.
|
void |
notifyRemoteQueueAdded(RemoteQueueInfo qi)
Triggered when a RemoteQueue was added to the DistributedQueueState.
|
void |
notifyRemoteQueueAttributesChanged(RemoteQueueInfo qi)
Triggered when just the internal attributes of a RemoteQueue has changed,
but not enough to affect the overall state of the RemoteQueue.
|
void |
notifyRemoteQueueRemoved(RemoteQueueInfo qi)
Triggered when a RemoteQueue was removed from the DistributedQueueState.
|
void |
notifyRemoteQueueStateChanged(RemoteQueueInfo qi,
int state)
Triggered when the state of a RemoteQueue has changed in the DistributedQueueState.
|
void notifyRemoteBrokerAdded(RemoteBrokerInfo bi)
bi - The RemoteBroker that was addedvoid notifyRemoteBrokerRemoved(RemoteBrokerInfo bi)
bi - The RemoteBroker that was removedvoid notifyRemoteBrokerStateChanged(RemoteBrokerInfo bi, int state)
bi - The RemoteBroker whose state changedvoid notifyRemoteQueueAdded(RemoteQueueInfo qi)
qi - The RemoteQueue that was addedvoid notifyRemoteQueueRemoved(RemoteQueueInfo qi)
qi - The RemoteQueue that was removedvoid notifyRemoteQueueStateChanged(RemoteQueueInfo qi, int state)
qi - The RemoteQueue whose state changedvoid notifyRemoteQueueAttributesChanged(RemoteQueueInfo qi)
qi - The RemoteQueue whose attributes changedCopyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.