Package org.objectweb.joram.client.jms
Interface ConnectionMBean
-
- All Known Implementing Classes:
Connection,QueueConnection,TopicConnection,XAConnection,XAQueueConnection,XATopicConnection
public interface ConnectionMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleangetAsyncSend()StringgetClientID()booleangetImplicitAck()StringgetOutLocalAddress()intgetOutLocalPort()intgetQueueMessageReadMax()intgetTopicAckBufferMax()intgetTopicActivationThreshold()intgetTopicPassivationThreshold()longgetTxPendingTimer()booleanisStopped()voidstart()voidstop()
-
-
-
Method Detail
-
getClientID
String getClientID() throws JMSException
- Throws:
JMSException
-
getQueueMessageReadMax
int getQueueMessageReadMax()
-
getTopicAckBufferMax
int getTopicAckBufferMax()
-
getTopicPassivationThreshold
int getTopicPassivationThreshold()
-
getTopicActivationThreshold
int getTopicActivationThreshold()
-
getOutLocalAddress
String getOutLocalAddress()
-
getOutLocalPort
int getOutLocalPort()
-
isStopped
boolean isStopped()
-
getTxPendingTimer
long getTxPendingTimer()
-
getImplicitAck
boolean getImplicitAck()
-
getAsyncSend
boolean getAsyncSend()
-
start
void start() throws JMSException- Throws:
JMSException
-
stop
void stop() throws JMSException
- Throws:
JMSException
-
close
void close() throws JMSException- Throws:
JMSException
-
-