TIBCO Enterprise Message Service
Version 4.3.0

com.tibco.tibjms.admin
Class ConsumerInfo

java.lang.Object
  extended bycom.tibco.tibjms.admin.ConsumerInfo

public class ConsumerInfo
extends java.lang.Object

A ConsumerInfo object represents a message consumer.


Method Summary
 long getConnectionID()
          Return the consumer's connection ID.
 long getCreateTime()
          Returns consumer's creation time in milliseconds.
 java.lang.String getDestinationName()
          Returns consumer's destination name.
 int getDestinationType()
          Returns consumer's destination type.
 DetailedDestStat[] getDetailedStatistics()
          Returns detailed statistics for a wildcard consumer.
 java.lang.String getDurableName()
          Returns the name of the consumer's durable subscription.
 long getID()
          Returns consumer ID.
 long getSessionID()
          Returns consumer's session ID.
 StatData getStatistics()
          Returns consumer's total statistics.
 java.lang.String getUsername()
          Returns consumer's user name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public long getID()
Returns consumer ID.

Returns:
consumer ID.

getSessionID

public long getSessionID()
Returns consumer's session ID.

Returns:
consumer's session ID.

getConnectionID

public long getConnectionID()
Return the consumer's connection ID.

Returns:
consumer's connection ID.

getCreateTime

public long getCreateTime()
Returns consumer's creation time in milliseconds.

Returns:
consumer's creation time in milliseconds.

getUsername

public java.lang.String getUsername()
Returns consumer's user name.

Returns:
consumer's user name.

getDurableName

public java.lang.String getDurableName()
Returns the name of the consumer's durable subscription.

Returns:
consumer's durable name.

getDestinationType

public int getDestinationType()
Returns consumer's destination type.

Returns:
consumer's destination type.

getDestinationName

public java.lang.String getDestinationName()
Returns consumer's destination name.

Returns:
consumer's destination name.

getStatistics

public StatData getStatistics()
Returns consumer's total statistics.

Returns:
consumer's total statistics.

getDetailedStatistics

public DetailedDestStat[] getDetailedStatistics()
Returns detailed statistics for a wildcard consumer. Detailed statistics gives a break down of the consumer's aggregate statistics across the different destinations that it has received messages on.

Returns:
consumer's detailed statistics or null if either detailed statistics for consumers is not enabled or if the consumer is not subscribing on a wildcard topic.

toString

public java.lang.String toString()

TIBCO Enterprise Message Service
Version 4.3.0

Copyright © TIBCO Software Inc. All rights reserved