Package jpos.config

Interface Summary
CompositeRegPopulator Defines a composite interface collecting many JposRegPopulator objects See GoF Composite pattern for explanation on Composite classes/objects
JposEntry Defines the minimal set of methods for a JposEntry object It allows the entries to contain properties pairs The key being a String and the value any serializable Java objects NOTE: JposEntry implementation can be easily implemented using a java.util.Hashtable
JposEntry.Prop Inner interface to represent a property of a JposEntry
JposEntryConst Defines constants for standard properties names and values used to create JposEntries...
JposEntryRegistry This interface defines the populator used by the service connection and the JposServiceFactory to access the JavaPOS JposEntry objects.
JposEntryRegistryListener Listener interface to implement when registering for JposEntryEvents
JposRegPopulator Defines an interface to load, save JposEntries
RS232Const Defines constants for RS232 buses
 

Class Summary
DefaultCompositeRegPopulator Default implementation of the CompositeRegPopulator interface
JposEntryRegistryEvent Event class for the JposEntryRegistry
Version Simple Version class indicating that prints out the curent version of the JCL NOTE: This class indicates the same version number as the jpos.loader.Version and is added as a convinience
 

Exception Summary
JposConfigException Defines an Exception class for JCL config related classes/interfaces and implementing classes
JposLoaderException Defines an Exception class for JCL loader related classes/interfaces and implementing classes
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details