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 jakarta.jms.JMSException
jakarta.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 jakarta.jms.JMSException
jakarta.jms.JMSException
void stop() throws jakarta.jms.JMSException
jakarta.jms.JMSException
void close() throws jakarta.jms.JMSException
jakarta.jms.JMSException
Copyright © 2023 ScalAgent D.T.. All rights reserved.