org.ow2.jasmine.monitoring.mbeancmd.api
Class EventswitchOutput
java.lang.Object
org.ow2.jasmine.monitoring.mbeancmd.api.JasmineOutput
org.ow2.jasmine.monitoring.mbeancmd.api.EventswitchOutput
public class EventswitchOutput
- extends JasmineOutput
Output to the JASMINe Eventswitch.
Corresponds to(-jasmine url option).
- Author:
- danesa
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getHost()
|
java.lang.String |
getPort()
|
java.lang.String |
getUrl()
|
void |
setHost(java.lang.String host)
|
void |
setPort(java.lang.String port)
|
void |
setUrl(java.lang.String url)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EventswitchOutput
public EventswitchOutput()
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
getHost
public java.lang.String getHost()
setHost
public void setHost(java.lang.String host)
getPort
public java.lang.String getPort()
setPort
public void setPort(java.lang.String port)
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.