org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeOutput

java.lang.Object
  extended by org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeOutput
All Implemented Interfaces:
Serializable

public class ProbeOutput
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  int dest
           
protected  String host
           
protected  String name
           
static int OUTPUT_CONSOLE
           
static int OUTPUT_JASMINE
           
static int OUTPUT_LOGFILE
           
protected  String path
           
protected  String port
           
 
Constructor Summary
ProbeOutput()
           
 
Method Summary
 int getDest()
           
 String getHost()
           
 String getJasmineURI()
           
 String getName()
           
 String getPath()
           
 String getPort()
           
 void setDest(int dest)
           
 void setHost(String host)
           
 void setName(String id)
           
 void setPath(String path)
           
 void setPort(String port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProbeOutput

public ProbeOutput()
Method Detail

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.