|
OSMQ v2.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectosmq.clients.SubscriberCountManager
Constructor Summary | |
SubscriberCountManager()
|
Method Summary | |
long |
getAddressedCount()
Returns the total number of messages received that were addressed to this clientid, i.e., the include a recipient identifier in the message. |
long |
getAnonymousCount()
Returns the total number of topical messages received that were available to all subscribers of that topic. |
long |
getMessageCount()
Returns the total number of messages received by this session, whether they were topical or recipient based. |
void |
onMessage(Message m)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubscriberCountManager()
Method Detail |
public void onMessage(Message m)
onMessage
in interface MessageListener
public long getAddressedCount()
public long getAnonymousCount()
public long getMessageCount()
|
(c) 2000 - 2003 MQue Systems All Rights Reserved |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |