Uses of Interface
jpos.config.JposRegPopulator

Packages that use JposRegPopulator
jpos.config   
jpos.config.simple   
jpos.config.simple.xml   
jpos.loader   
jpos.loader.simple   
 

Uses of JposRegPopulator in jpos.config
 

Subinterfaces of JposRegPopulator in jpos.config
 interface CompositeRegPopulator
          Defines a composite interface collecting many JposRegPopulator objects See GoF Composite pattern for explanation on Composite classes/objects
 

Classes in jpos.config that implement JposRegPopulator
 class DefaultCompositeRegPopulator
          Default implementation of the CompositeRegPopulator interface
 

Methods in jpos.config that return JposRegPopulator
 JposRegPopulator JposEntry.getRegPopulator()
           
 JposRegPopulator JposEntryRegistry.getRegPopulator()
           
 JposRegPopulator CompositeRegPopulator.getDefaultPopulator()
           
 JposRegPopulator CompositeRegPopulator.getPopulator(java.lang.String uniqueId)
           
 JposRegPopulator DefaultCompositeRegPopulator.getDefaultPopulator()
           
 JposRegPopulator DefaultCompositeRegPopulator.getPopulator(java.lang.String uniqueId)
           
 

Methods in jpos.config with parameters of type JposRegPopulator
 void CompositeRegPopulator.add(JposRegPopulator populator)
          Adds this JposRegPopulator to the composite
 void CompositeRegPopulator.remove(JposRegPopulator populator)
          Removes this JposRegPopulator from the composite
protected  void DefaultCompositeRegPopulator.setDefaultPopulator(JposRegPopulator populator)
          Sets the default JposRegPopulator.
 void DefaultCompositeRegPopulator.add(JposRegPopulator populator)
          Adds this JposRegPopulator to the composite
 void DefaultCompositeRegPopulator.remove(JposRegPopulator populator)
          Removes this JposRegPopulator from the composite
 

Constructors in jpos.config with parameters of type JposRegPopulator
DefaultCompositeRegPopulator(JposRegPopulator populator)
          Creates a CompositePopulator with a default populator
 

Uses of JposRegPopulator in jpos.config.simple
 

Classes in jpos.config.simple that implement JposRegPopulator
 class AbstractRegPopulator
          Common abstract superclass to help in the implementation of the JposRegPopulator
 class 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
 

Methods in jpos.config.simple that return JposRegPopulator
 JposRegPopulator SimpleEntryRegistry.getRegPopulator()
           
 JposRegPopulator SimpleEntry.getRegPopulator()
           
 

Methods in jpos.config.simple with parameters of type JposRegPopulator
(package private)  void SimpleEntry.setRegPopulator(JposRegPopulator populator)
          Sets the JposRegPopulator that loads/saves this entry.
 

Constructors in jpos.config.simple with parameters of type JposRegPopulator
SimpleEntryRegistry(JposRegPopulator populator)
          One-argument constructor
SimpleEntry(JposRegPopulator populator)
          One argument ctor taking the JposRegPopulator for this entry
SimpleEntry(java.lang.String logicalName, JposRegPopulator populator)
          One argument ctor taking the JposRegPopulator for this entry
 

Uses of JposRegPopulator in jpos.config.simple.xml
 

Subinterfaces of JposRegPopulator in jpos.config.simple.xml
 interface XmlRegPopulator
          Defines an interface to load, save JposEntries
 

Classes in jpos.config.simple.xml that implement JposRegPopulator
 class SimpleXmlRegPopulator
          Simple implementation of the JposRegPopulator that loads and saves the entries in XML using the "jpos/res/jcl.dtd" DTD and the XML4J (Xerces) API 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
 class XercesRegPopulator
          Simple implementation of the JposRegPopulator that loads and saves the entries in XML using the "jpos/res/jcl.dtd" DTD and the XML4J (Xerces) API 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
 

Uses of JposRegPopulator in jpos.loader
 

Methods in jpos.loader that return JposRegPopulator
 JposRegPopulator JposServiceManager.getRegPopulator()
           
 

Uses of JposRegPopulator in jpos.loader.simple
 

Methods in jpos.loader.simple that return JposRegPopulator
 JposRegPopulator SimpleServiceManager.getRegPopulator()
           
 



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