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

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

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

Action requesting a message to be published Protege name: PublishMessage

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
private  ProviderInfo providerInfo
          Connection information for the JMS Server Protege name: providerInfo
 
Constructor Summary
PublishMessage()
           
 
Method Summary
 JmsMessage getMessage()
          Gets the message attribute of the PublishMessage object
 ProviderInfo getProviderInfo()
          Gets the providerInfo attribute of the PublishMessage object
 void setMessage(JmsMessage value)
          Sets the message attribute of the PublishMessage object
 void setProviderInfo(ProviderInfo value)
          Sets the providerInfo attribute of the PublishMessage 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


providerInfo

private ProviderInfo providerInfo
Connection information for the JMS Server Protege name: providerInfo

Constructor Detail

PublishMessage

public PublishMessage()
Method Detail

setMessage

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

Parameters:
value - The new message value

getMessage

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

Returns:
The message value

setProviderInfo

public void setProviderInfo(ProviderInfo value)
Sets the providerInfo attribute of the PublishMessage object

Parameters:
value - The new providerInfo value

getProviderInfo

public ProviderInfo getProviderInfo()
Gets the providerInfo attribute of the PublishMessage object

Returns:
The providerInfo value