Package org.objectweb.joram.mom.dest.jms
Interface JMSModuleMBean
-
- All Known Implementing Classes:
JMSModule
public interface JMSModuleMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientID()JMS clientID field.StringgetCnxFactName()ConnectionFactory JNDI name.StringgetNamingFactory()Name of the JNDI factory class to use.StringgetNamingURL()JNDI URL.StringgetState()StringgetUserName()
-
-
-
Method Detail
-
getUserName
String getUserName()
- Returns:
- the user name
-
getNamingFactory
String getNamingFactory()
Name of the JNDI factory class to use.
-
getNamingURL
String getNamingURL()
JNDI URL.
-
getCnxFactName
String getCnxFactName()
ConnectionFactory JNDI name.
-
getClientID
String getClientID()
JMS clientID field.
-
getState
String getState()
-
-