org.ow2.jasmine.monitoring.mbeancmd.api
Class GraphOutput

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.api.JasmineOutput
      extended by org.ow2.jasmine.monitoring.mbeancmd.api.GraphOutput

public class GraphOutput
extends JasmineOutput

Used for probes that support -graph XML_DEF option.

Author:
danesa

Constructor Summary
GraphOutput()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getPath()
           
 void setPath(java.lang.String path)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.api.JasmineOutput
getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphOutput

public GraphOutput()
Method Detail

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class JasmineOutput
Parameters:
obj - The other object to compare
Returns:
true if both objects are the same.

toString

public java.lang.String toString()
Overrides:
toString in class JasmineOutput
Returns:
string representation of the object.


Copyright © 2011 OW2 Consortium. All Rights Reserved.