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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.jdbf.engine.keygen.KeyKeeperFactory.KeyKeeperEntry
Enclosing class:
KeyKeeperFactory

public static class KeyKeeperFactory.KeyKeeperEntry
extends java.lang.Object

Single entry of KeyKeeper


Field Summary
(package private)  KeyKeeper keyKeeper
          KeyKeeper object
(package private)  java.lang.String name
          Logic name of KeyKeeper
 
Constructor Summary
(package private) KeyKeeperFactory.KeyKeeperEntry(java.lang.String name, KeyKeeper keyKeeper)
          Creates a KeyKeeperEntry
 
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 KeyKeeper


keyKeeper

KeyKeeper keyKeeper
KeyKeeper object

Constructor Detail

KeyKeeperFactory.KeyKeeperEntry

KeyKeeperFactory.KeyKeeperEntry(java.lang.String name,
                                KeyKeeper keyKeeper)
Creates a KeyKeeperEntry