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
EventswitchOutput
public EventswitchOutput()
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public String getPort()
setPort
public void setPort(String port)
equals
public boolean equals(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 String toString()
- Overrides:
toString in class JasmineOutput
- Returns:
- string representation of the object.
Copyright © 2012 OW2 Consortium. All Rights Reserved.