@Deprecated
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)
Deprecated.
As of release 8.3
|
java.lang.String |
getAddress()
Deprecated.
As of release 8.3
|
long |
getBacklogCount()
Deprecated.
As of release 8.3
|
long |
getBacklogSize()
Deprecated.
As of release 8.3
|
long |
getBufferedBytes()
Deprecated.
As of release 8.3
|
DetailedDestStat[] |
getDetailedStatistics()
Deprecated.
As of release 8.3
|
java.lang.String |
getInterface()
Deprecated.
As of release 8.3
|
long |
getMaxRate()
Deprecated.
As of release 8.3
|
long |
getMaxTime()
Deprecated.
As of release 8.3
|
java.lang.String |
getName()
Deprecated.
As of release 8.3
|
int |
getPriority()
Deprecated.
As of release 8.3
|
long |
getRetransmittedBytes()
Deprecated.
As of release 8.3
|
StatData |
getStatistics()
Deprecated.
As of release 8.3
|
long |
getTransmittedBytes()
Deprecated.
As of release 8.3
|
int |
getTtl()
Deprecated.
As of release 8.3
|
boolean |
isActive()
Deprecated.
As of release 8.3
|
java.lang.String |
toString()
Deprecated.
|
@Deprecated public java.lang.String getName()
@Deprecated public java.lang.String getAddress()
@Deprecated public java.lang.String getInterface()
@Deprecated public int getTtl()
@Deprecated public int getPriority()
@Deprecated public long getMaxRate()
@Deprecated public long getMaxTime()
@Deprecated public boolean isActive()
@Deprecated public long getBacklogCount()
@Deprecated public long getBacklogSize()
@Deprecated public long getTransmittedBytes()
@Deprecated public long getRetransmittedBytes()
@Deprecated public long getBufferedBytes()
@Deprecated public StatData getStatistics()
null
if the channel information does not include
statistics or statistics are disabled on the server.TibjmsAdmin.getChannelStatistics(java.lang.String)
@Deprecated 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
@Deprecated 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 © Cloud Software Group, Inc. All rights reserved