ie.nuigalway.ecrg.jade.jmsagentgateway.onto
Class OnMessage

java.lang.Object
  |
  +--ie.nuigalway.ecrg.jade.jmsagentgateway.onto.OnMessage
All Implemented Interfaces:
jade.content.AgentAction, jade.content.Concept, jade.content.ContentElement, jade.util.leap.Serializable, java.io.Serializable, jade.content.Term

public class OnMessage
extends java.lang.Object
implements jade.content.AgentAction

Action informing a client of a notification from its subscription Protege name: OnMessage

Version:
2004/03/31, 18:54:36
Author:
ontology bean generator
See Also:
Serialized Form

Field Summary
private  JmsMessage message
          A JMS Message Protege name: message
 
Constructor Summary
OnMessage()
           
 
Method Summary
 JmsMessage getMessage()
          Gets the message attribute of the OnMessage object
 void setMessage(JmsMessage value)
          Sets the message attribute of the OnMessage object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private JmsMessage message
A JMS Message Protege name: message

Constructor Detail

OnMessage

public OnMessage()
Method Detail

setMessage

public void setMessage(JmsMessage value)
Sets the message attribute of the OnMessage object

Parameters:
value - The new message value

getMessage

public JmsMessage getMessage()
Gets the message attribute of the OnMessage object

Returns:
The message value