|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JMS Administration interface to be implemented for each jms provider.
Method Summary | |
int |
getCurrentNumberOfJmsConnectionFactory()
Management method |
int |
getCurrentNumberOfJmsQueueConnectionFactory()
Management method |
int |
getCurrentNumberOfJmsQueueDestination()
Management method |
int |
getCurrentNumberOfJmsTopicConnectionFactory()
Management method |
int |
getCurrentNumberOfJmsTopicDestination()
Management method |
java.lang.String |
getDefaultConnectionFactoryName()
Management method |
java.lang.String |
getDefaultQueueConnectionFactoryName()
Management method |
java.lang.String |
getDefaultTopicConnectionFactoryName()
Management method |
int |
getPendingMessages(java.lang.String jndiName)
Get number of pending messages on a queue |
int |
getPendingRequests(java.lang.String jndiName)
Get number of pending requests on a queue |
int |
getSubscriptions(java.lang.String jndiName)
Get number of subscriptions on a topic |
void |
removeJmsDestination(java.lang.String jndiName)
Management method Remove a Jms destination |
Method Detail |
public int getCurrentNumberOfJmsConnectionFactory()
public int getCurrentNumberOfJmsTopicConnectionFactory()
public int getCurrentNumberOfJmsQueueConnectionFactory()
public int getCurrentNumberOfJmsTopicDestination()
public int getCurrentNumberOfJmsQueueDestination()
public void removeJmsDestination(java.lang.String jndiName) throws java.lang.Exception
java.lang.Exception
public java.lang.String getDefaultConnectionFactoryName()
public java.lang.String getDefaultQueueConnectionFactoryName()
public java.lang.String getDefaultTopicConnectionFactoryName()
public int getPendingMessages(java.lang.String jndiName) throws java.lang.Exception
jndiName
- queue name
failure
- on calling monitoring operation
java.lang.Exception
public int getPendingRequests(java.lang.String jndiName) throws java.lang.Exception
jndiName
- queue name
failure
- on calling monitoring operation
java.lang.Exception
public int getSubscriptions(java.lang.String jndiName) throws java.lang.Exception
jndiName
- topic name
failure
- on calling monitoring operation
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |