|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.ChannelInfo
public class ChannelInfo
An object of this class represents the configuration and optionally
statistical data about the multicast channel. When this object is
received via the method TibjmsAdmin.getChannel(java.lang.String)
, it does
not contain statistical information about the channel. Only
objects returned by the method TibjmsAdmin.getChannelStatistics(java.lang.String)
return ChannelInfo objects that include all statistical data.
Method Summary | |
---|---|
java.lang.String |
getAddress()
Get the channel's multicast address. |
long |
getBacklogCount()
Get the channel's message backlog count. |
long |
getBacklogSize()
Get the channel's message backlog size. |
long |
getBufferedBytes()
Get the number of bytes buffered for retransmission by this channel. |
DetailedDestStat[] |
getDetailedStatistics()
Returns detailed statistics for all destinations being sent on the channel. |
java.lang.String |
getInterface()
Get the channel's multicast interface. |
long |
getMaxRate()
Get the channel's maximum transmission rate. |
long |
getMaxTime()
Get the channel's maximum window size for retransmissions. |
java.lang.String |
getName()
Get the channel's name. |
int |
getPriority()
Get the channel's multicast priority. |
long |
getRetransmittedBytes()
Get the number of bytes sent in retransmissions by this channel. |
StatData |
getStatistics()
Returns cumulative statistics for all destinations on the channel. |
long |
getTransmittedBytes()
Get the number of bytes sent by this channel. |
int |
getTtl()
Get the channel's multicast time-to-live. |
boolean |
isActive()
Indicates whether or not the channel is active. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getAddress()
public java.lang.String getInterface()
public int getTtl()
public int getPriority()
public long getMaxRate()
public long getMaxTime()
public boolean isActive()
public long getBacklogCount()
public long getBacklogSize()
public long getTransmittedBytes()
public long getRetransmittedBytes()
public long getBufferedBytes()
public StatData getStatistics()
null
if the channel information does not include
statistics or statistics are disabled on the server.TibjmsAdmin.getChannelStatistics(java.lang.String)
public DetailedDestStat[] getDetailedStatistics()
null
if the channel information does
not include statistics or statistics are disabled on the server.TibjmsAdmin.getChannelStatistics(java.lang.String)
public java.lang.String toString()
toString
in class java.lang.Object
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |