|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 String |
CLIENT_IL_SERVICE_KEY
Constant used to identify the property that holds the ClientILService class name |
static String |
CLIENTID
Constant used to identify the property that holds the client id |
static String |
PING_PERIOD_KEY
Constant used to identify the property that holds time period between server pings. |
static String |
SERVER_IL_FACTORY_KEY
Constant used to identify the property that holds the ServerILFactor class name |
Method Summary | |
---|---|
ServerIL |
getServerIL()
|
void |
init(Properties props)
|
Field Detail |
---|
static final String SERVER_IL_FACTORY_KEY
static final String CLIENT_IL_SERVICE_KEY
static final String PING_PERIOD_KEY
static final String CLIENTID
Method Detail |
---|
void init(Properties props) throws Exception
Exception
ServerIL getServerIL() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |