| |
|
| org.jboss.mq.il.ServerILJMXService
All known Subclasses: org.jboss.mq.il.jvm.JVMServerILService, org.jboss.mq.il.uil2.UILServerILService, org.jboss.mq.il.oil2.OIL2ServerILService, org.jboss.mq.il.http.HTTPServerILService, org.jboss.mq.il.oil.OILServerILService, org.jboss.mq.il.rmi.RMIServerILService,
ServerILJMXService | abstract public class ServerILJMXService extends ServiceMBeanSupport implements ServerILJMXServiceMBean(Code) | | This abstract class handles life cycle managment of the ServeIL. Should be
extended to provide a full implementation.
author: Hiram Chirino (Cojonudo14@hotmail.com) author: David Jencks author: Adrian Brock version: $Revision: 57198 $ |
connectionFactoryJNDIRef | protected String connectionFactoryJNDIRef(Code) | | |
pingPeriod | protected long pingPeriod(Code) | | |
xaConnectionFactoryJNDIRef | protected String xaConnectionFactoryJNDIRef(Code) | | |
getClientConnectionProperties | public java.util.Properties getClientConnectionProperties()(Code) | | The ClientConnectionProperties value @returns Properties containsall the parameters needed to create a connection from the clientto this IL |
getClientID | public String getClientID()(Code) | | Get the client id for this connection factory
the client id |
getConnectionFactoryJNDIRef | public java.lang.String getConnectionFactoryJNDIRef()(Code) | | java.lang.String the JNDI reference where the connection factoryshould be bound to |
getJBossMQService | public ObjectName getJBossMQService()(Code) | | Get the value of JBossMQService.
value of JBossMQService. |
getPingPeriod | public long getPingPeriod()(Code) | | long the period of time in ms to wait between connection pingsfactory should be bound to |
getServerIL | abstract public ServerIL getServerIL()(Code) | | The ServerIL value @returns ServerIL An instance of the ServerIL, used for |
getXAConnectionFactoryJNDIRef | public java.lang.String getXAConnectionFactoryJNDIRef()(Code) | | java.lang.String the JNDI reference where the xa connectionfactory should be bound to |
setClientID | public void setClientID(String clientID)(Code) | | Set the client id for this connection factory
Parameters: clientID - the client id |
setConnectionFactoryJNDIRef | public void setConnectionFactoryJNDIRef(java.lang.String newConnectionFactoryJNDIRef)(Code) | | Parameters: newConnectionFactoryJNDIRef - the JNDI reference where theconnection factory should be bound to |
setInvoker | public void setInvoker(ObjectName jbossMQService)(Code) | | Set the value of JBossMQService.
Parameters: v - Value to assign to JBossMQService. |
setPingPeriod | public void setPingPeriod(long period)(Code) | | Parameters: period - long the period of time in ms to wait between connectionpings |
setXAConnectionFactoryJNDIRef | public void setXAConnectionFactoryJNDIRef(java.lang.String newXaConnectionFactoryJNDIRef)(Code) | | Parameters: newXaConnectionFactoryJNDIRef - java.lang.String the JNDI referencewhere the xa connection factory should be bound to |
|
|
|