org.ow2.jasmine.monitoring.eventswitch.beans.impl
Class JasmineEventEBImpl
java.lang.Object
org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventEBImpl
- All Implemented Interfaces:
- java.io.Serializable
public class JasmineEventEBImpl
- extends java.lang.Object
- implements java.io.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 java.lang.Long getId()
- Returns:
- Primary key
setId
public void setId(java.lang.Long id)
- Parameters:
id - Primary key
getDomain
public java.lang.String getDomain()
- Returns:
- Domain of the probed server.
setDomain
public void setDomain(java.lang.String domain)
- Parameters:
domain - Domain of the probed server.
getServer
public java.lang.String getServer()
- Returns:
- Name of the probed server.
setServer
public void setServer(java.lang.String server)
- Parameters:
server - Name of the probed server.
getSource
public java.lang.String getSource()
- Returns:
- Event source (for example, MBeanCmd or JMX).
setSource
public void setSource(java.lang.String source)
- Parameters:
source - Event source (for example, MBeanCmd or JMX).
getProbe
public java.lang.String getProbe()
- Returns:
- Probe type.
setProbe
public void setProbe(java.lang.String probe)
- Parameters:
probe - Probe type.
getValue
public java.lang.String getValue()
- Returns:
- Probed value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value - Probed value.
getTimestamp
public java.util.Date getTimestamp()
- Returns:
- Probe time (precise up to a second).
setTimestamp
public void setTimestamp(java.util.Date timestamp)
- Parameters:
timestamp - Probe time (precise up to a second).
getSname
public java.lang.String getSname()
- Returns:
- JMX url of the probe.
setSname
public void setSname(java.lang.String sname)
- Parameters:
sname - JMX url of the probe.
Copyright © 2009 OW2 Consortium. All Rights Reserved.