org.jboss.mq.il.oil2
Class OIL2ServerILFactory
java.lang.Object
org.jboss.mq.il.oil2.OIL2ServerILFactory
- All Implemented Interfaces:
- ServerILFactory (src)
- public final class OIL2ServerILFactory
- extends java.lang.Object
- implements ServerILFactory (src)
Factory class to produce OIL2ServerIL objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_IL_FACTORY
public static final java.lang.String SERVER_IL_FACTORY
CLIENT_IL_SERVICE
public static final java.lang.String CLIENT_IL_SERVICE
OIL2_ADDRESS_KEY
public static final java.lang.String OIL2_ADDRESS_KEY
- See Also:
- Constant Field Values (src)
OIL2_PORT_KEY
public static final java.lang.String OIL2_PORT_KEY
- See Also:
- Constant Field Values (src)
OIL2_TCPNODELAY_KEY
public static final java.lang.String OIL2_TCPNODELAY_KEY
- See Also:
- Constant Field Values (src)
OIL2ServerILFactory
public OIL2ServerILFactory()
init
public void init(java.util.Properties props)
throws java.lang.Exception
- Specified by:
init
in interface ServerILFactory (src)
- Throws:
java.lang.Exception
- See Also:
ServerILFactory.init(Properties)
getServerIL
public ServerIL (src) getServerIL()
throws java.lang.Exception
- Specified by:
getServerIL
in interface ServerILFactory (src)
- Throws:
java.lang.Exception
- See Also:
ServerILFactory.getServerIL()