|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IELOStorage
Interface describing a method for loading Elo property objects.
Description:
Possible implementations include:
Method Summary | |
---|---|
void |
destroy()
Gives the Elo store a chance to clean up. |
ELO |
getEloByID(java.lang.String sId)
Returns an Elo object from the store, using its ID. |
ELO |
getEloByURL(java.lang.String sURL)
Returns an Elo object from the store, using the URL. |
void |
init(java.lang.Object oConfigSection,
ConfigManager oConfigManager,
SystemLogger systemLogger)
Initializes the Elo store. |
Method Detail |
---|
void init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger) throws ASelectException
oConfigSection
- Section from the configuration applicable for the Elo Store.oConfigManager
- The configuration manager.systemLogger
- The system logger.
ASelectException
- If an error occurs while processing the configuration.void destroy() throws ASelectException
ASelectException
- If clean-up fails.ELO getEloByID(java.lang.String sId) throws ASelectStorageException
Elo
object from the store, using its ID.
sId
- The id of the Elo.
Elo
object attached to the given ID or null
if the
Elo with the given ID could not be found.
ASelectStorageException
ELO getEloByURL(java.lang.String sURL) throws ASelectStorageException
Elo
object from the store, using the URL.
sURL
- The URL of the Elo.
Elo
object attached to the given URL or null
if the
Elo with the given URL could not be found.
ASelectStorageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |