org.ow2.jasmine.monitoring.mbeancmd.api
Class JasmineOutput
java.lang.Object
org.ow2.jasmine.monitoring.mbeancmd.api.JasmineOutput
- Direct Known Subclasses:
- ConsoleOutput, EventswitchOutput, FileOutput, GraphOutput
public class JasmineOutput
- extends java.lang.Object
Used to define OUTPUT arguments for a JASMINe probes.
- Author:
- danesa
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getName()
|
int |
hashCode()
Returns a hash code value for the object. |
void |
setName(java.lang.String name)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JasmineOutput
public JasmineOutput()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
equals
public boolean equals(java.lang.Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals in class java.lang.Object
- Parameters:
obj - The other object to compare
- Returns:
- true if both objects are the same.
hashCode
public int hashCode()
- Returns a hash code value for the object.
- Overrides:
hashCode in class java.lang.Object
- Returns:
- hashcode value
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- string representation of the object.
Copyright © 2011 OW2 Consortium. All Rights Reserved.