|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
acknowledge()
Acknowledges the session |
void |
addTemporaryDestination(JBossDestination destination)
Add a temporary destination. |
void |
cancelDeliveries()
|
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 |
send(JBossMessage 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 acknowledge()
throws JMSException
JMSException
public void cancelDeliveries()
throws JMSException
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 fails
public void send(JBossMessage message)
throws JMSException
JMSException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||