org.ow2.jasmine.monitoring.eos.common.jms.event
Class JasmineMessageEvent
java.lang.Object
org.ow2.jasmine.monitoring.eos.common.jms.event.JasmineMessageEvent
- All Implemented Interfaces:
- Serializable
public class JasmineMessageEvent
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasmineMessageEvent
public JasmineMessageEvent()
getDomain
public String getDomain()
- Returns:
- the domain
getServer
public String getServer()
- Returns:
- the server
getSource
public String getSource()
- Returns:
- the source
getProbe
public String getProbe()
- Returns:
- the probe
getMBean
public String getMBean()
- Returns:
- the mbean
getCsvFormat
public String getCsvFormat()
- Returns:
- the csvFormat
getValue
public String getValue()
- Returns:
- the value
getTimestamp
public long getTimestamp()
- Returns:
- the timestamp
getSname
public String getSname()
- Returns:
- the sname
getFormattedTimeStamp
public String getFormattedTimeStamp()
- Returns:
- the formattedTimeStamp
setDomain
public void setDomain(String domain)
- Parameters:
domain - the domain to set
setServer
public void setServer(String server)
- Parameters:
server - the server to set
setSource
public void setSource(String source)
- Parameters:
source - the source to set
setProbe
public void setProbe(String probe)
- Parameters:
probe - the probe to set
setCsvFormat
public void setCsvFormat(String csvFormat)
- Parameters:
csvFormat - the csvFormat to set
setValue
public void setValue(String value)
- Parameters:
value - the value to set
setTimestamp
public void setTimestamp(long timestamp)
- Parameters:
timestamp - the timestamp to set
setFormattedTimeStamp
public void setFormattedTimeStamp(String formattedTimeStamp)
- Parameters:
formattedTimeStamp - the formattedTimeStamp to set
setSname
public void setSname(String sname)
- Parameters:
sname - the sname to set
Copyright © 2013 OW2 Consortium. All Rights Reserved.