|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mq.MessageStatistics
Message statistics
| Constructor Summary | |
MessageStatistics()
Construct a new Message Statistics |
|
| Method Summary | |
String |
getAsString()
Get message data as string in format "Topic/Queue, Name, Subscription, Durable, Count, CountDelta, Depth, DepthDelta, Timestamp Last Increment" |
int |
getCount()
Get the count. |
int |
getCountDelta()
Get the countDelta. |
int |
getDepth()
Get the depth. |
int |
getDepthDelta()
Get the depthDelta. |
String |
getName()
Get the name. |
String |
getSubscriptionID()
Get the subscriptionID. |
long |
getTimeLastUpdate()
Get the timeLastUpdate. |
boolean |
isDurable()
Get the durable. |
boolean |
isTopic()
Get the topic. |
void |
setCount(int count)
Set the count. |
void |
setCountDelta(int countDelta)
Set the countDelta. |
void |
setDepth(int depth)
Set the depth. |
void |
setDepthDelta(int depthDelta)
Set the depthDelta. |
void |
setDurable(boolean durable)
Set the durable. |
void |
setName(String name)
Set the name. |
void |
setSubscriptionID(String subscriptionID)
Set the subscriptionID. |
void |
setTimeLastUpdate(long timeLastUpdate)
Set the timeLastUpdate. |
void |
setTopic(boolean topic)
Set the topic. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MessageStatistics()
| Method Detail |
public int getCount()
public void setCount(int count)
count - The count to set.public int getCountDelta()
public void setCountDelta(int countDelta)
countDelta - The countDelta to set.public int getDepth()
public void setDepth(int depth)
depth - The depth to set.public int getDepthDelta()
public void setDepthDelta(int depthDelta)
depthDelta - The depthDelta to set.public boolean isDurable()
public void setDurable(boolean durable)
durable - The durable to set.public String getName()
public void setName(String name)
name - The name to set.public String getSubscriptionID()
public void setSubscriptionID(String subscriptionID)
subscriptionID - The subscriptionID to set.public long getTimeLastUpdate()
public void setTimeLastUpdate(long timeLastUpdate)
timeLastUpdate - The timeLastUpdate to set.public boolean isTopic()
public void setTopic(boolean topic)
topic - The topic to set.public String getAsString()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||