|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionEndpoint
Method Summary | |
---|---|
void |
acknowledgeDeliveries(java.util.List acks)
Acknowledge a list of deliveries |
boolean |
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,
boolean autoFlowControl)
|
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,
java.lang.String oldSessionID)
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 |
---|
ConsumerDelegate createConsumerDelegate(JBossDestination destination, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, boolean connectionConsumer, boolean autoFlowControl) throws javax.jms.JMSException
javax.jms.JMSException
BrowserDelegate createBrowserDelegate(JBossDestination queue, java.lang.String messageSelector) throws javax.jms.JMSException
javax.jms.JMSException
JBossQueue createQueue(java.lang.String queueName) throws javax.jms.JMSException
javax.jms.JMSException
JBossTopic createTopic(java.lang.String topicName) throws javax.jms.JMSException
javax.jms.JMSException
void acknowledgeDeliveries(java.util.List acks) throws javax.jms.JMSException
javax.jms.JMSException
boolean acknowledgeDelivery(Ack ack) throws javax.jms.JMSException
javax.jms.JMSException
void cancelDeliveries(java.util.List cancels) throws javax.jms.JMSException
javax.jms.JMSException
void cancelDelivery(Cancel cancel) throws javax.jms.JMSException
cancel
-
javax.jms.JMSException
void addTemporaryDestination(JBossDestination destination) throws javax.jms.JMSException
javax.jms.JMSException
void deleteTemporaryDestination(JBossDestination destination) throws javax.jms.JMSException
javax.jms.JMSException
void unsubscribe(java.lang.String subscriptionName) throws javax.jms.JMSException
subscriptionName
- the Name of the durable subscription to unsubscribe from
javax.jms.JMSException
- if the unsubscribe failsvoid send(JBossMessage message, boolean checkForDuplicates) throws javax.jms.JMSException
message
- The message to send
javax.jms.JMSException
void recoverDeliveries(java.util.List createInfos, java.lang.String oldSessionID) throws javax.jms.JMSException
javax.jms.JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |