|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ie.nuigalway.ecrg.jade.jmsagentgateway.onto.JmsMessage
Concept used to represent a JMS Message Protege name: JmsMessage
Field Summary | |
private boolean |
deliveryMode
Set to TRUE for PERSISTENT Set to FALSE for NON_PERSISTENT Protege name: deliveryMode |
private java.lang.String |
destination
JMS Destination Protege name: destination |
private java.lang.String |
payload
Message Payload Protege name: payload |
private int |
priority
Message Priority Protege name: priority |
private jade.util.leap.List |
properties
Collection of Properties Protege name: properties |
private int |
timeToLive
Time-to-Live value of message Protege name: timeToLive |
Constructor Summary | |
JmsMessage()
|
Method Summary | |
void |
addProperties(Property elem)
Adds a feature to the Properties attribute of the JmsMessage object |
void |
clearAllProperties()
Description of the Method |
jade.util.leap.Iterator |
getAllProperties()
Gets the allProperties attribute of the JmsMessage object |
boolean |
getDeliveryMode()
Gets the deliveryMode attribute of the JmsMessage object |
java.lang.String |
getDestination()
Gets the destination attribute of the JmsMessage object |
java.lang.String |
getPayload()
Gets the payload attribute of the JmsMessage object |
int |
getPriority()
Gets the priority attribute of the JmsMessage object |
jade.util.leap.List |
getProperties()
Gets the properties attribute of the JmsMessage object |
int |
getTimeToLive()
Gets the timeToLive attribute of the JmsMessage object |
boolean |
removeProperties(Property elem)
Description of the Method |
void |
setDeliveryMode(boolean value)
Sets the deliveryMode attribute of the JmsMessage object |
void |
setDestination(java.lang.String value)
Sets the destination attribute of the JmsMessage object |
void |
setPayload(java.lang.String value)
Sets the payload attribute of the JmsMessage object |
void |
setPriority(int value)
Sets the priority attribute of the JmsMessage object |
void |
setProperties(jade.util.leap.List l)
Sets the properties attribute of the JmsMessage object |
void |
setTimeToLive(int value)
Sets the timeToLive attribute of the JmsMessage object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String destination
private int timeToLive
private boolean deliveryMode
private jade.util.leap.List properties
private int priority
private java.lang.String payload
Constructor Detail |
public JmsMessage()
Method Detail |
public void setDestination(java.lang.String value)
value
- The new destination valuepublic java.lang.String getDestination()
public void setTimeToLive(int value)
value
- The new timeToLive valuepublic int getTimeToLive()
public void setDeliveryMode(boolean value)
value
- The new deliveryMode valuepublic boolean getDeliveryMode()
public void addProperties(Property elem)
elem
- The feature to be added to the Properties attributepublic boolean removeProperties(Property elem)
elem
- Description of the Parameter
public void clearAllProperties()
public jade.util.leap.Iterator getAllProperties()
public jade.util.leap.List getProperties()
public void setProperties(jade.util.leap.List l)
l
- The new properties valuepublic void setPriority(int value)
value
- The new priority valuepublic int getPriority()
public void setPayload(java.lang.String value)
value
- The new payload valuepublic java.lang.String getPayload()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |