org.jboss.mq.il.uil2
Class UILServerILFactory
java.lang.Object
org.jboss.mq.il.uil2.UILServerILFactory
- All Implemented Interfaces:
- ServerILFactory
public class UILServerILFactory
- extends Object
- implements ServerILFactory
Factory class to produce UILServerIL objects.
- Version:
- $Revision: 1.3.6.4 $
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_IL_FACTORY
public static final String SERVER_IL_FACTORY
CLIENT_IL_SERVICE
public static final String CLIENT_IL_SERVICE
UIL_ADDRESS_KEY
public static final String UIL_ADDRESS_KEY
- See Also:
- Constant Field Values
UIL_PORT_KEY
public static final String UIL_PORT_KEY
- See Also:
- Constant Field Values
UIL_TCPNODELAY_KEY
public static final String UIL_TCPNODELAY_KEY
- See Also:
- Constant Field Values
UIL_BUFFERSIZE_KEY
public static final String UIL_BUFFERSIZE_KEY
- See Also:
- Constant Field Values
UIL_CHUNKSIZE_KEY
public static final String UIL_CHUNKSIZE_KEY
- See Also:
- Constant Field Values
UIL_RECEIVE_REPLIES_KEY
public static final String UIL_RECEIVE_REPLIES_KEY
- See Also:
- Constant Field Values
UIL_SOTIMEOUT_KEY
public static final String UIL_SOTIMEOUT_KEY
- See Also:
- Constant Field Values
UIL_CONNECTADDRESS_KEY
public static final String UIL_CONNECTADDRESS_KEY
- See Also:
- Constant Field Values
UIL_CONNECTPORT_KEY
public static final String UIL_CONNECTPORT_KEY
- See Also:
- Constant Field Values
UILServerILFactory
public UILServerILFactory()
init
public void init(Properties props)
throws Exception
- Specified by:
init
in interface ServerILFactory
- Throws:
Exception
- See Also:
ServerILFactory.init(Properties)
getServerIL
public ServerIL getServerIL()
throws Exception
- Specified by:
getServerIL
in interface ServerILFactory
- Throws:
Exception
- See Also:
ServerILFactory.getServerIL()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.