|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.server.elo.ELOFactory
public class ELOFactory
The ELO factory is responsible for the initialization of the ELO property objects and their
storage facility.
Description:
At initialization, the Elo factory retrieves the configuration manager and retrieves its
own elo configuration. The configuration data is used to initialize the storage construction.
Concurrency issues:
-
Method Summary | |
---|---|
IELOStorage |
getEloStore()
returns the initialized ELO store. |
static ELOFactory |
getHandle()
Returns the singleton instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ELOFactory getHandle() throws ASelectException
ASelectException
- if the instance cannot be initialized.public IELOStorage getEloStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |