org.ow2.jasmine.monitoring.eventswitch.beans.impl
Class JasmineEventEBImpl
java.lang.Object
org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventEBImpl
- All Implemented Interfaces:
- Serializable
public class JasmineEventEBImpl
- extends Object
- implements Serializable
Entity bean for a JASMINe Event.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasmineEventEBImpl
public JasmineEventEBImpl()
getId
public Long getId()
- Returns:
- Primary key
setId
public void setId(Long id)
- Parameters:
id - Primary key
getDomain
public String getDomain()
- Returns:
- Domain of the probed server.
setDomain
public void setDomain(String domain)
- Parameters:
domain - Domain of the probed server.
getServer
public String getServer()
- Returns:
- Name of the probed server.
setServer
public void setServer(String server)
- Parameters:
server - Name of the probed server.
getSource
public String getSource()
- Returns:
- Event source (for example, JProbe or JMX).
setSource
public void setSource(String source)
- Parameters:
source - Event source (for example, JProbe or JMX).
getProbe
public String getProbe()
- Returns:
- Probe type.
setProbe
public void setProbe(String probe)
- Parameters:
probe - Probe type.
getValue
public String getValue()
- Returns:
- Probed value.
setValue
public void setValue(String value)
- Parameters:
value - Probed value.
getTimestamp
public Date getTimestamp()
- Returns:
- Probe time (precise up to a second).
setTimestamp
public void setTimestamp(Date timestamp)
- Parameters:
timestamp - Probe time (precise up to a second).
getSname
public String getSname()
- Returns:
- JMX url of the probe.
setSname
public void setSname(String sname)
- Parameters:
sname - JMX url of the probe.
Copyright © 2012 OW2 Consortium. All Rights Reserved.