org.jboss.mq.il.uil2
Class UILServerILFactory

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

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

Factory class to produce UILServerIL objects.


Field Summary
static java.lang.String CLIENT_IL_SERVICE
           
static java.lang.String SERVER_IL_FACTORY
           
static java.lang.String UIL_ADDRESS_KEY
           
static java.lang.String UIL_BUFFERSIZE_KEY
           
static java.lang.String UIL_CHUNKSIZE_KEY
           
static java.lang.String UIL_PORT_KEY
           
static java.lang.String UIL_RECEIVE_REPLIES_KEY
           
static java.lang.String UIL_TCPNODELAY_KEY
           
 
Fields inherited from interface org.jboss.mq.il.ServerILFactory (src)
CLIENT_IL_SERVICE_KEY, CLIENTID, PING_PERIOD_KEY, SERVER_IL_FACTORY_KEY
 
Constructor Summary
UILServerILFactory()
           
 
Method Summary
 ServerIL (src) getServerIL()
           
 void init(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_IL_FACTORY

public static final java.lang.String SERVER_IL_FACTORY

CLIENT_IL_SERVICE

public static final java.lang.String CLIENT_IL_SERVICE

UIL_ADDRESS_KEY

public static final java.lang.String UIL_ADDRESS_KEY
See Also:
Constant Field Values (src)

UIL_PORT_KEY

public static final java.lang.String UIL_PORT_KEY
See Also:
Constant Field Values (src)

UIL_TCPNODELAY_KEY

public static final java.lang.String UIL_TCPNODELAY_KEY
See Also:
Constant Field Values (src)

UIL_BUFFERSIZE_KEY

public static final java.lang.String UIL_BUFFERSIZE_KEY
See Also:
Constant Field Values (src)

UIL_CHUNKSIZE_KEY

public static final java.lang.String UIL_CHUNKSIZE_KEY
See Also:
Constant Field Values (src)

UIL_RECEIVE_REPLIES_KEY

public static final java.lang.String UIL_RECEIVE_REPLIES_KEY
See Also:
Constant Field Values (src)
Constructor Detail

UILServerILFactory

public UILServerILFactory()
Method Detail

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()