public class ChannelInfo
extends java.lang.Object
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.Modifier and Type | Method and Description |
---|---|
static ChannelInfo |
from(javax.management.openmbean.CompositeData cd)
For Internal use only, may be removed or deprecated in future.
|
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() |
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
public static ChannelInfo from(javax.management.openmbean.CompositeData cd) throws java.lang.Exception
java.lang.IllegalArgumentException
- if CompositeType does not match
or if a null CompositeData is passed.java.lang.Exception
Copyright © TIBCO Software Inc. All rights reserved