Public Member Functions | |
ACSJMSProducer (Destination destination, ContainerServicesBase containerServices) throws JMSException | |
void | setDisableMessageID (boolean arg0) throws JMSException |
boolean | getDisableMessageID () throws JMSException |
void | setDisableMessageTimestamp (boolean arg0) throws JMSException |
boolean | getDisableMessageTimestamp () throws JMSException |
void | setDeliveryMode (int deliveryMode) throws JMSException |
int | getDeliveryMode () throws JMSException |
void | setPriority (int arg0) throws JMSException |
int | getPriority () throws JMSException |
void | setTimeToLive (long timeToLive) throws JMSException |
long | getTimeToLive () throws JMSException |
Destination | getDestination () throws JMSException |
void | send (Message arg0, int arg1, int arg2, long arg3) throws JMSException |
void | send (Destination arg0, Message arg1) throws JMSException |
void | send (Destination arg0, Message arg1, int arg2, int arg3, long arg4) throws JMSException |
Protected Attributes | |
ContainerServicesBase | containerServices |
Destination | destination |
Private Attributes | |
long | timeToLive |
int | deliveryMode |
|
|
|
.property name="deliveryMode" |
|
.property name="destination" |
|
|
|
|
|
|
|
.property name="timeToLive" |
|
|
|
|
|
|
|
.property name="deliveryMode" |
|
|
|
|
|
|
|
.property name="timeToLive" |
|
|
|
|
|
|
|
|