Package de.caluga.morphium.messaging.jms
Klasse JMSConnection
java.lang.Object
de.caluga.morphium.messaging.jms.JMSConnection
- Alle implementierten Schnittstellen:
AutoCloseable,javax.jms.Connection
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()javax.jms.ConnectionConsumercreateConnectionConsumer(javax.jms.Destination destination, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) javax.jms.ConnectionConsumercreateDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) javax.jms.Sessionjavax.jms.SessioncreateSession(boolean transacted, int acknowledgeMode) javax.jms.SessioncreateSession(int sessionMode) javax.jms.ConnectionConsumercreateSharedConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) javax.jms.ConnectionConsumercreateSharedDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) javax.jms.ExceptionListenerjavax.jms.ConnectionMetaDatavoidsetClientID(String clientID) voidsetExceptionListener(javax.jms.ExceptionListener listener) voidstart()voidstop()
-
Konstruktordetails
-
JMSConnection
-
-
Methodendetails
-
createSession
public javax.jms.Session createSession(boolean transacted, int acknowledgeMode) throws javax.jms.JMSException - Angegeben von:
createSessionin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
createSession
public javax.jms.Session createSession(int sessionMode) throws javax.jms.JMSException - Angegeben von:
createSessionin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
createSession
public javax.jms.Session createSession() throws javax.jms.JMSException- Angegeben von:
createSessionin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
getClientID
- Angegeben von:
getClientIDin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
setClientID
- Angegeben von:
setClientIDin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
getMetaData
public javax.jms.ConnectionMetaData getMetaData() throws javax.jms.JMSException- Angegeben von:
getMetaDatain Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
getExceptionListener
public javax.jms.ExceptionListener getExceptionListener() throws javax.jms.JMSException- Angegeben von:
getExceptionListenerin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
setExceptionListener
public void setExceptionListener(javax.jms.ExceptionListener listener) throws javax.jms.JMSException - Angegeben von:
setExceptionListenerin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
start
public void start() throws javax.jms.JMSException- Angegeben von:
startin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
stop
public void stop() throws javax.jms.JMSException- Angegeben von:
stopin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
close
public void close() throws javax.jms.JMSException- Angegeben von:
closein SchnittstelleAutoCloseable- Angegeben von:
closein Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
createConnectionConsumer
public javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Destination destination, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) throws javax.jms.JMSException - Angegeben von:
createConnectionConsumerin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-
createDurableConnectionConsumer
public javax.jms.ConnectionConsumer createDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) throws javax.jms.JMSException - Angegeben von:
createDurableConnectionConsumerin Schnittstellejavax.jms.Connection- Löst aus:
javax.jms.JMSException
-