|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.Collector.ConsumerId
Monitoring consumer identifier.
Constructor Summary | |
Collector.ConsumerId(java.lang.Object k,
CellInformationBase.ResourceName c,
java.lang.String ch)
Creates a new ConsumerId instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
CellInformationBase.ResourceName |
getCollector()
Returns the name of the Collector instance which have generated this consumer id. |
java.lang.Object |
getKey()
Returns the unique key associated with this consumer id. |
java.lang.String |
getMulticastChannel()
Returns the name of the multicast channel where the monitoring data for this consumer will be made available. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Collector.ConsumerId(java.lang.Object k, CellInformationBase.ResourceName c, java.lang.String ch)
ConsumerId
instance.
k
- an Object
valuec
- a ResourceName
valuech
- a String
valueMethod Detail |
public java.lang.Object getKey()
Object
valuepublic CellInformationBase.ResourceName getCollector()
public java.lang.String getMulticastChannel()
null
the consumer provided a
non-null call back by the time it requested the id.
String
valuepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |