|
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 |