public abstract class ACSJMSProducer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ContainerServicesBase |
containerServices |
protected Destination |
destination |
| Constructor and Description |
|---|
ACSJMSProducer(Destination destination,
ContainerServicesBase containerServices) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeliveryMode() |
Destination |
getDestination() |
boolean |
getDisableMessageID() |
boolean |
getDisableMessageTimestamp() |
int |
getPriority() |
long |
getTimeToLive() |
void |
send(Destination arg0,
Message arg1) |
void |
send(Destination arg0,
Message arg1,
int arg2,
int arg3,
long arg4) |
void |
send(Message arg0,
int arg1,
int arg2,
long arg3) |
void |
setDeliveryMode(int deliveryMode) |
void |
setDisableMessageID(boolean arg0) |
void |
setDisableMessageTimestamp(boolean arg0) |
void |
setPriority(int arg0) |
void |
setTimeToLive(long timeToLive) |
protected ContainerServicesBase containerServices
protected Destination destination
public ACSJMSProducer(Destination destination,
ContainerServicesBase containerServices)
throws JMSException
arg0 - JMSExceptionpublic void setDisableMessageID(boolean arg0)
throws JMSException
JMSExceptionpublic boolean getDisableMessageID()
throws JMSException
JMSExceptionpublic void setDisableMessageTimestamp(boolean arg0)
throws JMSException
JMSExceptionpublic boolean getDisableMessageTimestamp()
throws JMSException
JMSExceptionpublic void setDeliveryMode(int deliveryMode)
throws JMSException
JMSExceptionpublic int getDeliveryMode()
throws JMSException
JMSExceptionpublic void setPriority(int arg0)
throws JMSException
JMSExceptionpublic int getPriority()
throws JMSException
JMSExceptionpublic void setTimeToLive(long timeToLive)
throws JMSException
JMSExceptionpublic long getTimeToLive()
throws JMSException
JMSExceptionpublic Destination getDestination()
throws JMSException
JMSExceptionpublic void send(Message arg0,
int arg1,
int arg2,
long arg3)
throws JMSException
JMSExceptionpublic void send(Destination arg0,
Message arg1)
throws JMSException
JMSExceptionpublic void send(Destination arg0,
Message arg1,
int arg2,
int arg3,
long arg4)
throws JMSException
JMSException