Class Summary |
AbstractRegPopulator |
Common abstract superclass to help in the implementation of the JposRegPopulator |
SimpleEntry |
This is a simple implementation of the JposEntry interface using a Hashtable
to collect the properties |
SimpleEntry.Prop |
Inner class to represent a property of a JposEntry |
SimpleEntryRegistry |
This is a simple implementation for the JposEntryRegistry using a Hashtable
to collect the entries. |
SimpleRegPopulator |
Simple implementation of the JposRegPopulator loading and saving from a
serialized set of entries
NOTE: this class must define a public no-argument ctor so that it may be created
via reflection when its defined in the jpos.properties as
the jpos.config.regPopulatorClass |