org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeOutput
java.lang.Object
org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeOutput
- All Implemented Interfaces:
- Serializable
public class ProbeOutput
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
dest
protected int dest
OUTPUT_CONSOLE
public static final int OUTPUT_CONSOLE
- See Also:
- Constant Field Values
OUTPUT_JASMINE
public static final int OUTPUT_JASMINE
- See Also:
- Constant Field Values
OUTPUT_LOGFILE
public static final int OUTPUT_LOGFILE
- See Also:
- Constant Field Values
host
protected String host
port
protected String port
path
protected String path
ProbeOutput
public ProbeOutput()
getName
public String getName()
setName
public void setName(String id)
getDest
public int getDest()
setDest
public void setDest(int dest)
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public String getPort()
setPort
public void setPort(String port)
getPath
public String getPath()
setPath
public void setPath(String path)
getJasmineURI
public String getJasmineURI()
Copyright © 2012 OW2 Consortium. All Rights Reserved.