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