|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String SERVER_IL_FACTORY_KEY
public static final String CLIENT_IL_SERVICE_KEY
public static final String PING_PERIOD_KEY
public static final String CLIENTID
Method Detail |
public void init(Properties props) throws Exception
Exception
public ServerIL getServerIL() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |