org.jboss.mq.il
Interface ServerILFactory

All Known Implementing Classes:
HTTPServerILFactory (src) , JVMServerILFactory (src) , OIL2ServerILFactory (src) , OILServerILFactory (src) , UILServerILFactory (src)

public interface ServerILFactory

This interface is used to define a factory to produce ServerIL objects. This is used by the client in the GenericConnectionFactory class. Implementations should provide a default constructor.


Field Summary
static java.lang.String CLIENT_IL_SERVICE_KEY
          Constant used to identify the property that holds the ClientILService class name
static java.lang.String CLIENTID
          Constant used to identify the property that holds the client id
static java.lang.String PING_PERIOD_KEY
          Constant used to identify the property that holds time period between server pings.
static java.lang.String SERVER_IL_FACTORY_KEY
          Constant used to identify the property that holds the ServerILFactor class name
 
Method Summary
 ServerIL (src) getServerIL()
           
 void init(java.util.Properties props)
           
 

Field Detail

SERVER_IL_FACTORY_KEY

public static final java.lang.String SERVER_IL_FACTORY_KEY
Constant used to identify the property that holds the ServerILFactor class name

See Also:
Constant Field Values (src)

CLIENT_IL_SERVICE_KEY

public static final java.lang.String CLIENT_IL_SERVICE_KEY
Constant used to identify the property that holds the ClientILService class name

See Also:
Constant Field Values (src)

PING_PERIOD_KEY

public static final java.lang.String PING_PERIOD_KEY
Constant used to identify the property that holds time period between server pings.

See Also:
Constant Field Values (src)

CLIENTID

public static final java.lang.String CLIENTID
Constant used to identify the property that holds the client id

See Also:
Constant Field Values (src)
Method Detail

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Throws:
java.lang.Exception

getServerIL

public ServerIL (src)  getServerIL()
                     throws java.lang.Exception
Throws:
java.lang.Exception