Interface OutboundConnectionMBean
-
- All Known Implementing Classes:
OutboundConnection,OutboundQueueConnection,OutboundTopicConnection
public interface OutboundConnectionMBeanMBean interface for OutboundConnection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()intgetNumberOfSession()String[]getSessions()
-
-
-
Method Detail
-
getNumberOfSession
int getNumberOfSession()
-
getSessions
String[] getSessions()
-
close
void close() throws JMSException- Throws:
JMSException
-
-