org.aselect.server.udb
Class UDBConnectorFactory

java.lang.Object
  extended by org.aselect.server.udb.UDBConnectorFactory

public class UDBConnectorFactory
extends java.lang.Object

User database connector factory.

Description:
Resolves, creates and initializes the UDB connector class as an IUDBConnector object.

Concurrency issues:
-

Author:
Alfa & Ariss

Constructor Summary
UDBConnectorFactory()
           
 
Method Summary
static IUDBConnector getUDBConnector()
          Method to resolve a valid UDB Connector object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDBConnectorFactory

public UDBConnectorFactory()
Method Detail

getUDBConnector

public static IUDBConnector getUDBConnector()
                                     throws ASelectException
Method to resolve a valid UDB Connector object.

Description:
Returns a IUDBConnector that can be used to connect to the A-Select User Database as configured in the A-Select Server configuration.
Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
null if no valid IUDBConnector can be created.
Throws:
ASelectException - If retrieving fails.


Copyright © 2008 SURFnet BV. All Rights Reserved.