|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JMSConnectionManager
instead
public interface JMSConnection
JMSConnection properties container plus utilities.
Field Summary | |
---|---|
static String |
ROLE
Deprecated. |
Method Summary | |
---|---|
TopicPublisher |
getPublisher()
Deprecated. Get a new TopicPublisher for this connection. |
TopicSession |
getSession()
Deprecated. Get the session associated with this connection. |
void |
registerListener(MessageListener listener,
String selector)
Deprecated. Register a new TopicListener for this connection. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
void registerListener(MessageListener listener, String selector) throws CascadingException, JMSException, NamingException
listener
- selector
-
CascadingException
- if the connection was not successfully
initialized, JMSException or NamingException if errors occur during
JMS methods. It is up to the MessageListener to determine how to
handle this failure.
JMSException
NamingException
TopicPublisher getPublisher() throws JMSException, NamingException
JMSException
NamingException
TopicSession getSession() throws NamingException, JMSException
NamingException
JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |