org.jboss.mq.il.jvm
Class JVMServerILFactory

java.lang.Object
  extended byorg.jboss.mq.il.jvm.JVMServerILFactory
All Implemented Interfaces:
ServerILFactory (src)

public class JVMServerILFactory
extends java.lang.Object
implements ServerILFactory (src)

Implements the ServerILFactory interface to create a new JVMServerIL


Field Summary
 
Fields inherited from interface org.jboss.mq.il.ServerILFactory (src)
CLIENT_IL_SERVICE_KEY, CLIENTID, PING_PERIOD_KEY, SERVER_IL_FACTORY_KEY
 
Constructor Summary
JVMServerILFactory()
           
 
Method Summary
 ServerIL (src) getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 void init(java.util.Properties init)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMServerILFactory

public JVMServerILFactory()
Method Detail

getServerIL

public ServerIL (src)  getServerIL()
                     throws java.lang.Exception
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)

Specified by:
getServerIL in interface ServerILFactory (src)
Returns:
The ServerIL value
Throws:
java.lang.Exception - Description of Exception

init

public void init(java.util.Properties init)
Specified by:
init in interface ServerILFactory (src)