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

Quick Search    Search Deep

org.jdbf.engine.keygen
Class KeyGeneratorFactory.KeyGeneratorEntry  view KeyGeneratorFactory.KeyGeneratorEntry download KeyGeneratorFactory.KeyGeneratorEntry.java

java.lang.Object
  extended byorg.jdbf.engine.keygen.KeyGeneratorFactory.KeyGeneratorEntry
Enclosing class:
KeyGeneratorFactory

static class KeyGeneratorFactory.KeyGeneratorEntry
extends java.lang.Object

Single entry of KeyGenerator


Field Summary
(package private)  KeyGenerator keyGenerator
          KeyGenerator object
(package private)  java.lang.String name
          Logic name of KeyGenerator
 
Constructor Summary
(package private) KeyGeneratorFactory.KeyGeneratorEntry(java.lang.String name, KeyGenerator keyGenerator)
          Creates a KeyGeneratorEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name
Logic name of KeyGenerator


keyGenerator

KeyGenerator keyGenerator
KeyGenerator object

Constructor Detail

KeyGeneratorFactory.KeyGeneratorEntry

KeyGeneratorFactory.KeyGeneratorEntry(java.lang.String name,
                                      KeyGenerator keyGenerator)
Creates a KeyGeneratorEntry