TIBCO Enterprise Message Service
Version 4.3.0

com.tibco.tibjms.admin
Class ProducerInfo

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

public class ProducerInfo
extends java.lang.Object

A ProducerInfo object represents a message producer.


Method Summary
 long getConnectionID()
          Returns producer's connection ID.
 long getCreateTime()
          Returns producer's creation time in milliseconds.
 java.lang.String getDestinationName()
          Returns producer's destination name.
 int getDestinationType()
          Returns producer's destination type.
 DetailedDestStat[] getDetailedStatistics()
          Returns detailed statistics for an unidentified producer.
 long getID()
          Returns producer ID.
 long getSessionID()
          Returns producer's session ID.
 StatData getStatistics()
          Returns producer's total statistics.
 java.lang.String getUsername()
          Returns producer'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 producer ID.

Returns:
the producer ID.

getSessionID

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

Returns:
the producer's session ID.

getConnectionID

public long getConnectionID()
Returns producer's connection ID.

Returns:
the producer's connection ID.

getCreateTime

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

Returns:
the producer's creation time in milliseconds.

getUsername

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

Returns:
the producer's user name.

getDestinationType

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

Returns:
the producer's destination type.

getDestinationName

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

Returns:
the producer's destination name or null if this is an unidentified producer.

getStatistics

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

Returns:
the producer's total statistics.

getDetailedStatistics

public DetailedDestStat[] getDetailedStatistics()
Returns detailed statistics for an unidentified producer. Detailed statistics gives a break down of the producer's aggregate statistics across the different destinations that the producer has sent messages on.

Returns:
the producer's detailed statistics or null if either detailed statistics for producers is not enabled or if the producer is not identified with a particular destination.

toString

public java.lang.String toString()

TIBCO Enterprise Message Service
Version 4.3.0

Copyright © TIBCO Software Inc. All rights reserved