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

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

public class ProbeTarget
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  int state
           
static int TARGET_FAILED
           
static int TARGET_RUNNING
           
static int TARGET_UNKNOWN
           
protected  java.lang.String type
           
 
Constructor Summary
ProbeTarget()
          This constructor is needed for granite: called to rebuild object from the as object.
 
Method Summary
 java.lang.String getName()
           
 java.util.List<java.lang.String> getProperties()
           
 int getState()
           
 java.lang.String getType()
           
 void setName(java.lang.String id)
           
 void setProperties(java.util.List<java.lang.String> properties)
           
 void setState(int s)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

type

protected java.lang.String type

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

ProbeTarget

public ProbeTarget()
This constructor is needed for granite: called to rebuild object from the as object.

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String id)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getProperties

public java.util.List<java.lang.String> getProperties()

setProperties

public void setProperties(java.util.List<java.lang.String> properties)

getState

public int getState()

setState

public void setState(int s)


Copyright © 2012 OW2 Consortium. All Rights Reserved.