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 JMSException
JMSException
int getQueueMessageReadMax()
int getTopicAckBufferMax()
int getTopicPassivationThreshold()
int getTopicActivationThreshold()
String getOutLocalAddress()
int getOutLocalPort()
boolean isStopped()
long getTxPendingTimer()
boolean getImplicitAck()
boolean getAsyncSend()
void start() throws JMSException
JMSException
void stop() throws JMSException
JMSException
void close() throws JMSException
JMSException
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.