org.sharengo.wikitty.jms
Class WikittyActionMessage
java.lang.Object
org.sharengo.wikitty.jms.WikittyActionMessage
public class WikittyActionMessage
- extends Object
- Version:
- $Revision: 1 $
Last update: $Date: 2010-04-16 10:29:38 +0200 (ven., 16 avril 2010) $
by : $Author: echatellier $
- Author:
- ruchaud
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameters
protected HashMap<String,Serializable> parameters
action
protected String action
WikittyActionMessage
public WikittyActionMessage()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
setAction
public void setAction(String action)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
getAction
public String getAction()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
addParameter
public void addParameter(String name,
Serializable value)
getParameter
public Serializable getParameter(String name)
createSendMessage
public static javax.jms.ObjectMessage createSendMessage(WikittyActionMessage actionMessage)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
createReceiveMessage
public static WikittyActionMessage createReceiveMessage(javax.jms.ObjectMessage message)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
Copyright © 2010 CodeLutin. All Rights Reserved.