|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
acknowledgeDeliveries(java.util.List acks)
Acknowledge a list of deliveries |
void |
acknowledgeDelivery(Ack ack)
Acknowledge a delivery |
void |
addTemporaryDestination(JBossDestination destination)
Add a temporary destination. |
void |
cancelDeliveries(java.util.List cancels)
Cancel a list of deliveries. |
void |
cancelDelivery(Cancel cancel)
Cancel a delivery |
BrowserDelegate |
createBrowserDelegate(JBossDestination queue,
java.lang.String messageSelector)
|
ConsumerDelegate |
createConsumerDelegate(JBossDestination destination,
java.lang.String selector,
boolean noLocal,
java.lang.String subscriptionName,
boolean connectionConsumer)
|
JBossQueue |
createQueue(java.lang.String queueName)
Creates a queue identity given a Queue name. |
JBossTopic |
createTopic(java.lang.String topicName)
Creates a topic identity given a Queue name. |
void |
deleteTemporaryDestination(JBossDestination destination)
Delete a temporary destination |
void |
recoverDeliveries(java.util.List createInfos)
Send delivery info to the server so the delivery lists can be repopulated. |
void |
send(JBossMessage message,
boolean checkForDuplicates)
Send a message |
void |
unsubscribe(java.lang.String subscriptionName)
Unsubscribe the client from the durable subscription specified by subscriptionName |
Methods inherited from interface org.jboss.jms.client.Closeable |
close, closing |
Method Detail |
public ConsumerDelegate createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer) throws JMSException
JMSException
public BrowserDelegate createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector) throws JMSException
JMSException
public JBossQueue createQueue(java.lang.String queueName) throws JMSException
JMSException
public JBossTopic createTopic(java.lang.String topicName) throws JMSException
JMSException
public void acknowledgeDeliveries(java.util.List acks) throws JMSException
JMSException
public void acknowledgeDelivery(Ack ack) throws JMSException
JMSException
public void cancelDeliveries(java.util.List cancels) throws JMSException
JMSException
public void cancelDelivery(Cancel cancel) throws JMSException
cancel
-
JMSException
public void addTemporaryDestination(JBossDestination destination) throws JMSException
JMSException
public void deleteTemporaryDestination(JBossDestination destination) throws JMSException
JMSException
public void unsubscribe(java.lang.String subscriptionName) throws JMSException
subscriptionName
- the Name of the durable subscription to unsubscribe from
JMSException
- if the unsubscribe failspublic void send(JBossMessage message, boolean checkForDuplicates) throws JMSException
message
- The message to send
JMSException
public void recoverDeliveries(java.util.List createInfos) throws JMSException
JMSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |