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 Object
Used to define OUTPUT arguments for a JASMINe probes.
- Author:
- danesa
JasmineOutput
public JasmineOutput()
getName
public String getName()
setName
public void setName(String name)
equals
public boolean equals(Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals in class 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 Object
- Returns:
- hashcode value
toString
public String toString()
- Overrides:
toString in class Object
- Returns:
- string representation of the object.
Copyright © 2012 OW2 Consortium. All Rights Reserved.