Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdbf.engine.keygen
Class KeyKeeperFactory  view KeyKeeperFactory download KeyKeeperFactory.java

java.lang.Object
  extended byorg.jdbf.engine.keygen.KeyKeeperFactory

public class KeyKeeperFactory
extends java.lang.Object

Holds a list of key generators.


Nested Class Summary
static class KeyKeeperFactory.KeyKeeperEntry
          Single entry of KeyKeeper
 
Field Summary
(package private) static java.util.ArrayList keyKeepers
          List of KeyKeeperEntry holding the instantiated keykeepers
 
Constructor Summary
private KeyKeeperFactory()
           
 
Method Summary
private static void addKeyKeeper(java.lang.String name, KeyKeeper keeper)
          Adds a SqlInterface to the list of instantiated interfaces.
static KeyKeeper getKeyKeeper(java.lang.String name)
          Return a KeyKeeper specified in name
private static KeyKeeper getKeyKeeperIntern(java.lang.String name)
          Return an KeyGenerator for the given class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyKeepers

static java.util.ArrayList keyKeepers
List of KeyKeeperEntry holding the instantiated keykeepers

Constructor Detail

KeyKeeperFactory

private KeyKeeperFactory()
Method Detail

addKeyKeeper

private static void addKeyKeeper(java.lang.String name,
                                 KeyKeeper keeper)
Adds a SqlInterface to the list of instantiated interfaces.


getKeyKeeperIntern

private static KeyKeeper getKeyKeeperIntern(java.lang.String name)
Return an KeyGenerator for the given class name.


getKeyKeeper

public static KeyKeeper getKeyKeeper(java.lang.String name)
Return a KeyKeeper specified in name