public abstract class MCStatistics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ChannelParticipantName> |
children |
protected java.lang.String |
mcStatName |
| Constructor and Description |
|---|
MCStatistics(ChannelData parent,
java.lang.String mcStatName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getChildren()
Gets the (possibly empty)
children list an Object[], which becomes tree node children. |
protected UData |
getMcData()
This should be used by implementations of
getStatistics(). |
ChannelData |
getParent() |
abstract java.lang.String |
getStatistics()
Subclass implementations retrieve notify service statistics from
#mc. |
protected java.lang.String |
toSimpleName(java.lang.String fullMcName,
int i)
TODO: unify MC path handling with class MCProxy
|
protected final java.lang.String mcStatName
protected final java.util.List<ChannelParticipantName> children
public MCStatistics(ChannelData parent, java.lang.String mcStatName)
public abstract java.lang.String getStatistics()
#mc.protected UData getMcData()
getStatistics().public ChannelData getParent()
public java.lang.Object[] getChildren()
children list an Object[], which becomes tree node children.protected java.lang.String toSimpleName(java.lang.String fullMcName,
int i)
sc - i -