|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.server.udb.UDBConnectorFactory
public class UDBConnectorFactory
User database connector factory.
Description:
Resolves, creates and initializes the UDB connector class as an
IUDBConnector object.
Concurrency issues:
-
| 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 |
|---|
public UDBConnectorFactory()
| Method Detail |
|---|
public static IUDBConnector getUDBConnector()
throws ASelectException
IUDBConnector that can be used to connect to the
A-Select User Database as configured in the A-Select Server configuration.
null if no valid IUDBConnector
can be created.
ASelectException - If retrieving fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||