org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeTarget
java.lang.Object
org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeTarget
- All Implemented Interfaces:
- Serializable
public class ProbeTarget
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
ProbeTarget()
This constructor is needed for granite:
called to rebuild object from the as object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
url
protected String url
user
protected String user
password
protected String password
state
protected int state
TARGET_UNKNOWN
public static final int TARGET_UNKNOWN
- See Also:
- Constant Field Values
TARGET_RUNNING
public static final int TARGET_RUNNING
- See Also:
- Constant Field Values
TARGET_FAILED
public static final int TARGET_FAILED
- See Also:
- Constant Field Values
ProbeTarget
public ProbeTarget()
- This constructor is needed for granite:
called to rebuild object from the as object.
getName
public String getName()
setName
public void setName(String id)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getUser
public String getUser()
setUser
public void setUser(String v)
getPassword
public String getPassword()
setPassword
public void setPassword(String v)
getState
public int getState()
setState
public void setState(int s)
Copyright © 2012 OW2 Consortium. All Rights Reserved.