Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mandarax.eca.jms
Class JMSEvent  view JMSEvent download JMSEvent.java

java.lang.Object
  extended byorg.mandarax.eca.jms.JMSEvent
All Implemented Interfaces:
org.mandarax.eca.ECALog, org.mandarax.eca.Event

public class JMSEvent
extends java.lang.Object
implements org.mandarax.eca.Event

Event implementation based on JMS (java messaging servive).

Version:
0.1

Field Summary
private  javax.jms.Message message
           
 
Fields inherited from interface org.mandarax.eca.ECALog
LOG_ECA
 
Constructor Summary
JMSEvent()
           
 
Method Summary
 javax.jms.Message getMessage()
          Get the JMS message.
 java.util.Map getParameters()
          The event parameters.
 org.mandarax.eca.EventSource getSource()
          Get the event source.
 void setMessage(javax.jms.Message msg)
          Set the JMS message.
 void setSource(org.mandarax.eca.EventSource obj)
          Set the event source object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private javax.jms.Message message
Constructor Detail

JMSEvent

public JMSEvent()
Method Detail

getMessage

public javax.jms.Message getMessage()
Get the JMS message.


setMessage

public void setMessage(javax.jms.Message msg)
Set the JMS message.


setSource

public void setSource(org.mandarax.eca.EventSource obj)
Set the event source object.


getSource

public org.mandarax.eca.EventSource getSource()
Get the event source.

Specified by:
getSource in interface org.mandarax.eca.Event

getParameters

public java.util.Map getParameters()
The event parameters.

Specified by:
getParameters in interface org.mandarax.eca.Event