| |
|
| org.objectweb.jonas_jms.JmsJmxManagement
All known Subclasses: org.objectweb.jonas_jms.JmsManagerImpl,
JmsJmxManagement | public interface JmsJmxManagement (Code) | | JMS Administration interface to be implemented for each jms provider.
|
getConnectionFactoryMode | public String getConnectionFactoryMode(String jndiName) throws Exception(Code) | | Get the messaging mode a connection factory belongs to
Parameters: jndiName - connection factory name messaging mode exception: failure - on calling monitoring operation |
getCurrentNumberOfJmsConnectionFactory | public int getCurrentNumberOfJmsConnectionFactory()(Code) | | Management method
the current number of Jms Connection Factory |
getCurrentNumberOfJmsQueueConnectionFactory | public int getCurrentNumberOfJmsQueueConnectionFactory()(Code) | | Management method
the current number of Queue Jms Connection Factory |
getCurrentNumberOfJmsQueueDestination | public int getCurrentNumberOfJmsQueueDestination()(Code) | | Management method
the current number of Queue Jms Destination |
getCurrentNumberOfJmsTopicConnectionFactory | public int getCurrentNumberOfJmsTopicConnectionFactory()(Code) | | Management method
the current number of Topic Jms Connection Factory |
getCurrentNumberOfJmsTopicDestination | public int getCurrentNumberOfJmsTopicDestination()(Code) | | Management method
the current number of Topic Jms Destination |
getDefaultConnectionFactoryName | public String getDefaultConnectionFactoryName()(Code) | | Management method
String name of default Connection factory |
getDefaultQueueConnectionFactoryName | public String getDefaultQueueConnectionFactoryName()(Code) | | Management method
String name of default Queue Connection factory |
getDefaultTopicConnectionFactoryName | public String getDefaultTopicConnectionFactoryName()(Code) | | Management method
String name of default Topic Connection factory |
getPendingMessages | public int getPendingMessages(String jndiName) throws Exception(Code) | | Get number of pending messages on a queue
Parameters: jndiName - queue name number of pending messages exception: failure - on calling monitoring operation |
getPendingRequests | public int getPendingRequests(String jndiName) throws Exception(Code) | | Get number of pending requests on a queue
Parameters: jndiName - queue name number of pending requests exception: failure - on calling monitoring operation |
getSubscriptions | public int getSubscriptions(String jndiName) throws Exception(Code) | | Get number of subscriptions on a topic
Parameters: jndiName - topic name number of subscriptions exception: failure - on calling monitoring operation |
removeJmsDestination | public String removeJmsDestination(String jndiName) throws Exception(Code) | | Management method
Remove a Jms destination
Parameters: String - jndi name the destination type |
|
|
|