| |
|
| org.jboss.mq.il.ServerILJMXService org.jboss.mq.il.rmi.RMIServerILService
getClientConnectionProperties | public java.util.Properties getClientConnectionProperties()(Code) | | Used to construct the GenericConnectionFactory (bindJNDIReferences()
builds it) Sets up the connection properties need by a client to use this
IL
The ClientConnectionProperties value |
getName | public String getName()(Code) | | Gives this JMX service a name.
The Name value |
getServerIL | public ServerIL getServerIL()(Code) | | Used to construct the GenericConnectionFactory (bindJNDIReferences()
builds it)
The ServerIL value |
startService | public void startService() throws Exception(Code) | | Starts this IL, and binds it to JNDI
exception: Exception - Description of Exception |
stopService | public void stopService() throws Exception(Code) | | Stops this IL, and unbinds it from JNDI
|
|
|
|