Package jpos.util

Interface Summary
Comparable Interface defining a comparable object
JposProperties Sample interface that contains constants for all the JposProperties (names, default values, etc...) and some methods that the implementing property class must define.
JposProperties.MultiProperty Speficies an interface used for returning multi properties.
JposProperties.Prop Simple wrapper class for a property pair
JposPropertiesConst Interface with all JposPropertiesConstants like property names and values
TracerOutput Defines an interface for outputing tracing info
 

Class Summary
DefaultComparableElement Default implementation of the Comparable interface NOTE: uses the Object's toString() method as the mean of comparison
DefaultProperties Default implementation of the JposProperties interface Loads/looks for the Jpos properties from the System properties and from the jpos/res/jpos.properties files NOTE: changed so that the properties are no longer loaded via the ResourceBundle class but instead though the System class
DefaultProperties.Prop Simple wrapper class for a property pair
JposEntryUtility Simple class used to validate JposEntry objects
JposPropertiesViewer Simple application to printout the current values from the JposProperties implementing class
PopupHelper utility class that enables and controls showing of popupMenus
PopupListener class that prepares a JPopoupMenu for display
Sorter This is utility class to sort Comparable elements in Vector objects
Tracer Tracing class to help in the debugging of the JCL and JavaPOS controls NOTE: this class is a Singleton (see GoF Design Pattern book) access the sole instance by doing: Tracer.getInstance() call NOTE2: Will allow (in the future) the option of defining different ouput for the tracer (1.3 version)
Tracer.DefaultTracerOutput Inner class for a default TracerOutput.
XmlHelper Simple helper class for XML related activities
 



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