Public Member Functions | Protected Attributes

com.cosylab.acs.jms.ACSJMSProducer Class Reference

Inheritance diagram for com.cosylab.acs.jms.ACSJMSProducer:
com.cosylab.acs.jms.ACSJMSTopicPublisher

List of all members.

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

Detailed Description

Author:
kzagar

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Constructor & Destructor Documentation

com.cosylab.acs.jms.ACSJMSProducer.ACSJMSProducer ( Destination  destination,
ContainerServicesBase  containerServices 
) throws JMSException

Member Function Documentation

int com.cosylab.acs.jms.ACSJMSProducer.getDeliveryMode (  )  throws JMSException

.property name="deliveryMode"

Destination com.cosylab.acs.jms.ACSJMSProducer.getDestination (  )  throws JMSException

.property name="destination"

References com.cosylab.acs.jms.ACSJMSProducer.destination.

boolean com.cosylab.acs.jms.ACSJMSProducer.getDisableMessageID (  )  throws JMSException
boolean com.cosylab.acs.jms.ACSJMSProducer.getDisableMessageTimestamp (  )  throws JMSException
int com.cosylab.acs.jms.ACSJMSProducer.getPriority (  )  throws JMSException
long com.cosylab.acs.jms.ACSJMSProducer.getTimeToLive (  )  throws JMSException

.property name="timeToLive"

void com.cosylab.acs.jms.ACSJMSProducer.send ( Destination  arg0,
Message  arg1 
) throws JMSException
void com.cosylab.acs.jms.ACSJMSProducer.send ( Message  arg0,
int  arg1,
int  arg2,
long  arg3 
) throws JMSException
void com.cosylab.acs.jms.ACSJMSProducer.send ( Destination  arg0,
Message  arg1,
int  arg2,
int  arg3,
long  arg4 
) throws JMSException
void com.cosylab.acs.jms.ACSJMSProducer.setDeliveryMode ( int  deliveryMode  )  throws JMSException

.property name="deliveryMode"

void com.cosylab.acs.jms.ACSJMSProducer.setDisableMessageID ( boolean  arg0  )  throws JMSException
void com.cosylab.acs.jms.ACSJMSProducer.setDisableMessageTimestamp ( boolean  arg0  )  throws JMSException
void com.cosylab.acs.jms.ACSJMSProducer.setPriority ( int  arg0  )  throws JMSException
void com.cosylab.acs.jms.ACSJMSProducer.setTimeToLive ( long  timeToLive  )  throws JMSException

.property name="timeToLive"


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties