public class QueueInformation extends Object
| Constructor and Description |
|---|
QueueInformation(String name,
int messageCount,
int consumerCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getConsumerCount() |
int |
getMessageCount() |
String |
getName() |
int |
hashCode() |
String |
toString() |