org.ow2.jasmine.monitoring.eos.common.jms.event
Class JasmineMessageEvent

java.lang.Object
  extended by org.ow2.jasmine.monitoring.eos.common.jms.event.JasmineMessageEvent

public class JasmineMessageEvent
extends Object


Constructor Summary
JasmineMessageEvent()
           
 
Method Summary
 String getCsvFormat()
           
 String getDomain()
           
 String getFormattedTimeStamp()
           
 String getMBean()
           
 String getProbe()
           
 String getServer()
           
 String getSname()
           
 String getSource()
           
 long getTimestamp()
           
 String getValue()
           
 void setCsvFormat(String csvFormat)
           
 void setDomain(String domain)
           
 void setFormattedTimeStamp(String formattedTimeStamp)
           
 void setProbe(String probe)
           
 void setServer(String server)
           
 void setSname(String sname)
           
 void setSource(String source)
           
 void setTimestamp(long timestamp)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasmineMessageEvent

public JasmineMessageEvent()
Method Detail

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 © 2012 OW2 Consortium. All Rights Reserved.