org.aselect.server.elo
Class ELOFactory

java.lang.Object
  extended by org.aselect.server.elo.ELOFactory

public class ELOFactory
extends java.lang.Object

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:
-

Author:
Alfa & Ariss

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

getHandle

public static ELOFactory getHandle()
                            throws ASelectException
Returns the singleton instance.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the instance.
Throws:
ASelectException - if the instance cannot be initialized.

getEloStore

public IELOStorage getEloStore()
returns the initialized ELO store.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the initialized ELO store.


Copyright © 2008 SURFnet BV. All Rights Reserved.