|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.jrockit.mc.rjmx.subscription.AttributeValueEvent
public class AttributeValueEvent
The class encapsulating event data from a JRockit.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AttributeValueEvent(AttributeDescriptor source,
IConnectionHandle connectionHandle,
long timestamp,
java.lang.Object value)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object theOtherGuy)
|
IConnectionHandle |
getConnectionHandle()
Returns the connection handle from where the event originated. |
AttributeDescriptor |
getSubscriptionAttribute()
Returns the subscription attribute source. |
long |
getTimestamp()
Returns the time-stamp. |
java.lang.Object |
getValue()
Returns the value. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeValueEvent(AttributeDescriptor source,
IConnectionHandle connectionHandle,
long timestamp,
java.lang.Object value)
source - the subscription attribute from which the value originated. (Can be an aggregated composite.)connectionHandle - the connection handle from where the event originated.timestamp - the time stamp when the value was created.value - the actual value.| Method Detail |
|---|
public final AttributeDescriptor getSubscriptionAttribute()
EventObject.getSource()public final IConnectionHandle getConnectionHandle()
public final long getTimestamp()
public final java.lang.Object getValue()
public java.lang.String toString()
toString in class java.util.EventObjectpublic boolean equals(java.lang.Object theOtherGuy)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||