|
Public Member Functions |
| | ACSJMSMessage (ACSJMSMessageEntity message, ContainerServicesBase cs) |
| | ACSJMSMessage (ContainerServicesBase cs) |
| String | getJMSMessageID () throws JMSException |
| void | setJMSMessageID (String arg0) throws JMSException |
| long | getJMSTimestamp () throws JMSException |
| void | setJMSTimestamp (long arg0) throws JMSException |
| byte[] | getJMSCorrelationIDAsBytes () throws JMSException |
| void | setJMSCorrelationIDAsBytes (byte[] arg0) throws JMSException |
| void | setJMSCorrelationID (String arg0) throws JMSException |
| String | getJMSCorrelationID () throws JMSException |
| Destination | getJMSReplyTo () throws JMSException |
| void | setJMSReplyTo (Destination destination) throws JMSException |
| Destination | getJMSDestination () throws JMSException |
| void | setJMSDestination (Destination destination) throws JMSException |
| int | getJMSDeliveryMode () throws JMSException |
| void | setJMSDeliveryMode (int deliveryMode) throws JMSException |
| boolean | getJMSRedelivered () throws JMSException |
| void | setJMSRedelivered (boolean redelivered) throws JMSException |
| String | getJMSType () throws JMSException |
| void | setJMSType (String type) throws JMSException |
| long | getJMSExpiration () throws JMSException |
| void | setJMSExpiration (long expiration) throws JMSException |
| int | getJMSPriority () throws JMSException |
| void | setJMSPriority (int priority) throws JMSException |
| void | clearProperties () throws JMSException |
| boolean | propertyExists (String name) throws JMSException |
| boolean | getBooleanProperty (String name) throws JMSException |
| byte | getByteProperty (String arg0) throws JMSException |
| short | getShortProperty (String arg0) throws JMSException |
| int | getIntProperty (String name) throws JMSException |
| long | getLongProperty (String arg0) throws JMSException |
| float | getFloatProperty (String arg0) throws JMSException |
| double | getDoubleProperty (String arg0) throws JMSException |
| String | getStringProperty (String name) throws JMSException |
| Object | getObjectProperty (String arg0) throws JMSException |
| Enumeration | getPropertyNames () throws JMSException |
| void | setBooleanProperty (String arg0, boolean arg1) throws JMSException |
| void | setByteProperty (String arg0, byte arg1) throws JMSException |
| void | setShortProperty (String arg0, short arg1) throws JMSException |
| void | setIntProperty (String arg0, int arg1) throws JMSException |
| void | setLongProperty (String arg0, long arg1) throws JMSException |
| void | setFloatProperty (String arg0, float arg1) throws JMSException |
| void | setDoubleProperty (String name, double value) throws JMSException |
| void | setStringProperty (String name, String value) throws JMSException |
| void | setObjectProperty (String name, Object value) throws JMSException |
| void | acknowledge () throws JMSException |
| void | clearBody () throws JMSException |
| ACSJMSMessageEntity | getEntity () |
Protected Attributes |
| ACSJMSMessageEntity | entity |
Private Member Functions |
| int | findProperty (String name, boolean create) |
Private Attributes |
| Destination | destination |
| ContainerServicesBase | containerServices |