public interface ConnectionMBean
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
getAsyncSend() |
String |
getClientID() |
boolean |
getImplicitAck() |
String |
getOutLocalAddress() |
int |
getOutLocalPort() |
int |
getQueueMessageReadMax() |
int |
getTopicAckBufferMax() |
int |
getTopicActivationThreshold() |
int |
getTopicPassivationThreshold() |
long |
getTxPendingTimer() |
boolean |
isStopped() |
void |
start() |
void |
stop() |
String getClientID() throws javax.jms.JMSException
javax.jms.JMSException
int getQueueMessageReadMax()
int getTopicAckBufferMax()
int getTopicPassivationThreshold()
int getTopicActivationThreshold()
String getOutLocalAddress()
int getOutLocalPort()
boolean isStopped()
long getTxPendingTimer()
boolean getImplicitAck()
boolean getAsyncSend()
void start() throws javax.jms.JMSException
javax.jms.JMSException
void stop() throws javax.jms.JMSException
javax.jms.JMSException
void close() throws javax.jms.JMSException
javax.jms.JMSException
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.