public class ChannelData extends AbstractNotifyServiceElement implements java.lang.Comparable<ChannelData>
name| Constructor and Description |
|---|
ChannelData(EventChannel corbaRef,
java.lang.String name,
NotifyServiceData parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ChannelData o) |
boolean |
equals(java.lang.Object o) |
EventChannel |
getCorbaRef() |
int |
getDeltaConsumers() |
int |
getDeltaSuppliers() |
int |
getNcId() |
int |
getNumberConsumers() |
int |
getNumberSuppliers() |
NotifyServiceData |
getParent() |
java.lang.String |
getQualifiedName()
Returns the concatenation of the simple service name and the channel name, with a '#' in between.
|
java.util.ArrayList<MCStatistics> |
getStatistics()
The returned nodes will show up as children of the NC in the channel tree view.
|
int |
hashCode() |
boolean |
isNewNc() |
boolean |
isSubscribable() |
boolean |
isSubscribed() |
void |
markUnsubscribable() |
void |
setDeltaConsumers(int numberConsumers) |
void |
setDeltaSuppliers(int numberSuppliers) |
void |
setIsNewNc(boolean isNewNc) |
void |
setNcId(int ncId) |
void |
setNumberConsumers(int numberConsumers) |
void |
setNumberSuppliers(int numberSuppliers) |
void |
setSubscribed(boolean isSubscribed)
Sets the subscription flag, without taking any subscription actions.
|
getName, getNumConsumersAndDelta, getNumSuppliersAndDelta, toStringpublic ChannelData(EventChannel corbaRef,
java.lang.String name,
NotifyServiceData parent)
public NotifyServiceData getParent()
public java.lang.String getQualifiedName()
public void setIsNewNc(boolean isNewNc)
public boolean isNewNc()
public boolean isSubscribable()
public void markUnsubscribable()
public EventChannel getCorbaRef()
public int getNcId()
public void setNcId(int ncId)
public void setNumberConsumers(int numberConsumers)
public void setNumberSuppliers(int numberSuppliers)
public void setDeltaConsumers(int numberConsumers)
public void setDeltaSuppliers(int numberSuppliers)
public int getNumberConsumers()
getNumberConsumers in class AbstractNotifyServiceElementpublic int getNumberSuppliers()
getNumberSuppliers in class AbstractNotifyServiceElementpublic int getDeltaConsumers()
getDeltaConsumers in class AbstractNotifyServiceElementpublic int getDeltaSuppliers()
getDeltaSuppliers in class AbstractNotifyServiceElementpublic java.util.ArrayList<MCStatistics> getStatistics()
public void setSubscribed(boolean isSubscribed)
public boolean isSubscribed()
public int compareTo(ChannelData o)
compareTo in interface java.lang.Comparable<ChannelData>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object