Uses of Interface
jpos.config.JposEntry

Packages that use JposEntry
jpos.config   
jpos.config.simple   
jpos.config.simple.editor   
jpos.config.simple.xml   
jpos.loader   
jpos.loader.simple   
jpos.util   
 

Uses of JposEntry in jpos.config
 

Methods in jpos.config that return JposEntry
 JposEntry JposEntryRegistry.getJposEntry(java.lang.String logicalName)
           
 JposEntry JposEntryRegistryEvent.getJposEntry()
           
 

Methods in jpos.config with parameters of type JposEntry
 boolean JposEntry.equals(JposEntry otherEntry)
           
 void JposEntryRegistry.addJposEntry(java.lang.String logicalName, JposEntry entry)
          Add an JposEntry for the service with logical name specified
 void JposEntryRegistry.addJposEntry(JposEntry entry)
          Add an JposEntry for the service.
 void JposEntryRegistry.removeJposEntry(JposEntry entry)
          Removes the specified JposEntry
 void JposEntryRegistry.modifyJposEntry(java.lang.String logicalName, JposEntry newEntry)
          Modify the JposEntry with logicalName with the new entry indicated
 

Constructors in jpos.config with parameters of type JposEntry
JposEntryRegistryEvent(java.lang.Object source, JposEntry entry)
          Creates a new event
 

Uses of JposEntry in jpos.config.simple
 

Classes in jpos.config.simple that implement JposEntry
 class SimpleEntry
          This is a simple implementation of the JposEntry interface using a Hashtable to collect the properties
 

Methods in jpos.config.simple that return JposEntry
 JposEntry SimpleEntryRegistry.getJposEntry(java.lang.String logicalName)
           
 JposEntry SimpleEntry.copy()
           
 

Methods in jpos.config.simple with parameters of type JposEntry
 void SimpleEntryRegistry.modifyJposEntry(java.lang.String logicalName, JposEntry newEntry)
          Modify the JposEntry with logicalName with the new entry indicated
 void SimpleEntryRegistry.addJposEntry(java.lang.String logicalName, JposEntry entry)
          Add an JposEntry for the service with logical name specified
 void SimpleEntryRegistry.addJposEntry(JposEntry entry)
          Add an JposEntry for the service.
 void SimpleEntryRegistry.removeJposEntry(JposEntry entry)
          Removes the specified JposEntry
 boolean SimpleEntry.equals(JposEntry otherEntry)
           
 

Uses of JposEntry in jpos.config.simple.editor
 

Fields in jpos.config.simple.editor declared as JposEntry
protected  JposEntry AbstractPropsViewPanel.jposEntry
           
 

Methods in jpos.config.simple.editor that return JposEntry
 JposEntry AbstractPropsViewPanel.getJposEntry()
           
 JposEntry EditJposEntryDialog.getJposEntry()
           
 JposEntry JposEntryPanel.getJposEntry()
           
 JposEntry JposEntryComparable.getJposEntry()
           
 JposEntry EditJposEntryPropDialog.getJposEntry()
           
 JposEntry JposEntryViewPanel.getJposEntry()
           
 JposEntry JposEntryListEvent.getJposEntry()
           
 JposEntry JposEntryTreeEvent.getJposEntry()
           
 JposEntry PropsViewPanel.getJposEntry()
           
 JposEntry AddJposEntryDialog.getJposEntry()
           
 

Methods in jpos.config.simple.editor with parameters of type JposEntry
abstract  void AbstractPropsViewPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry for this panel
 void EditJposEntryDialog.setJposEntry(JposEntry entry)
          Sets the JposEntry to edit
 void InvalidEntryDialog.setInvalidEntry(JposEntry jposEntry)
          Set the invalid JposEntry object
 void BusPropsViewPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry for this panel
 void DefaultPropsViewPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry for this panel
 void DefaultBusPropsViewPanel.removeBusProps(JposEntry entry)
           
 void JposEntryPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry
 void RS232PropsViewPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry for this panel
 void RS232PropsViewPanel.removeBusProps(JposEntry entry)
           
 void JposEntryList.add(java.lang.String logicalName, JposEntry entry)
          Adds a new entry with logicalName in the list
 void JposEntryList.change(java.lang.String logicalName, JposEntry entry)
          Change/replace the entry with logicalName with this one
 void StandardPropsViewPanel.setJposEntry(JposEntry entry)
          Replaces the JposEntry specified
 void StandardPropsViewPanel.refresh(JposEntry entry)
          Refreshes the JposEntry property values
abstract  void StandardPropsViewPanel.MyTable.updateJposEntryFromView(JposEntry entry)
          Updates the JposEntry with properties value of this table
abstract  boolean StandardPropsViewPanel.MyTable.isJposEntryDifferentFromView(JposEntry entry)
           
 void StandardPropsViewPanel.CreationPropertyTable.updateJposEntryFromView(JposEntry entry)
          Updates the JposEntry with properties value of this table
 boolean StandardPropsViewPanel.CreationPropertyTable.isJposEntryDifferentFromView(JposEntry entry)
           
 void StandardPropsViewPanel.JavaPosPropertyTable.updateJposEntryFromView(JposEntry entry)
          Updates the JposEntry with properties value of this table
 boolean StandardPropsViewPanel.JavaPosPropertyTable.isJposEntryDifferentFromView(JposEntry entry)
           
 void StandardPropsViewPanel.VendorPropertyTable.updateJposEntryFromView(JposEntry entry)
          Updates the JposEntry with properties value of this table
 boolean StandardPropsViewPanel.VendorPropertyTable.isJposEntryDifferentFromView(JposEntry entry)
           
 void StandardPropsViewPanel.ProductPropertyTable.updateJposEntryFromView(JposEntry entry)
          Updates the JposEntry with properties value of this table
 boolean StandardPropsViewPanel.ProductPropertyTable.isJposEntryDifferentFromView(JposEntry entry)
           
 void EditJposEntryPropDialog.setJposEntry(JposEntry entry)
          Sets the JposEntry to edit
 void JposEntryViewPanel.setJposEntry(JposEntry entry)
          Replaces the JposEntry specified
 void VendorPropsViewPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry for this panel
 void VendorPropsViewPanel.PropsTableModel.setJposEntry(JposEntry entry)
          Sets the JposEntry to be edited
 void PropsViewPanel.setJposEntry(JposEntry entry)
          Sets the current JposEntry for this panel
 

Constructors in jpos.config.simple.editor with parameters of type JposEntry
LeafTreeNodeUI(JposEntry entry)
          default ctor
JposEntryComparable(JposEntry entry)
          Default 1-argument ctor
JposEntryListEvent(java.lang.Object source, JposEntry entry)
          2-argument ctor
JposEntryTreeEvent(java.lang.Object source, JposEntry entry)
          2-argument ctor
 

Uses of JposEntry in jpos.config.simple.xml
 

Methods in jpos.config.simple.xml with parameters of type JposEntry
protected  void XercesRegPopulator.extractCreationAttr(JposEntry jposEntry, org.w3c.dom.Element element)
          Get the element attributes and adds corresponding properties to JposEntry
protected  void XercesRegPopulator.extractVendorAttr(JposEntry jposEntry, org.w3c.dom.Element element)
          Get the element attributes and adds corresponding properties to JposEntry
protected  void XercesRegPopulator.extractJposAttr(JposEntry jposEntry, org.w3c.dom.Element element)
          Get the element attributes and adds corresponding properties to JposEntry
protected  void XercesRegPopulator.extractProductAttr(JposEntry jposEntry, org.w3c.dom.Element element)
          Get the element attributes and adds corresponding properties to JposEntry
protected  void XercesRegPopulator.extractPropAttr(JposEntry jposEntry, org.w3c.dom.Element element)
          Get the element attributes and adds corresponding properties to JposEntry
protected  void XercesRegPopulator.appendCreationElement(org.w3c.dom.Document doc, org.w3c.dom.Element jposEntryElement, JposEntry jposEntry)
          Appends the element to the document
protected  void XercesRegPopulator.appendVendorElement(org.w3c.dom.Document doc, org.w3c.dom.Element jposEntryElement, JposEntry jposEntry)
          Appends the element to the document
protected  void XercesRegPopulator.appendJposElement(org.w3c.dom.Document doc, org.w3c.dom.Element jposEntryElement, JposEntry jposEntry)
          Appends the element to the document
protected  void XercesRegPopulator.appendProductElement(org.w3c.dom.Document doc, org.w3c.dom.Element jposEntryElement, JposEntry jposEntry)
          Appends the element to the document
protected  void XercesRegPopulator.appendPropElements(org.w3c.dom.Document doc, org.w3c.dom.Element jposEntryElement, JposEntry jposEntry)
          Appends non-required properties name and value
protected  void XercesRegPopulator.insertJposEntryInDoc(org.w3c.dom.Document doc, org.w3c.dom.Element jposEntryElement, JposEntry jposEntry)
          Insert the in the XML document object
 

Uses of JposEntry in jpos.loader
 

Methods in jpos.loader with parameters of type JposEntry
 JposServiceInstance JposServiceInstanceFactory.createInstance(java.lang.String logicalName, JposEntry entry)
           
 

Uses of JposEntry in jpos.loader.simple
 

Constructors in jpos.loader.simple with parameters of type JposEntry
SimpleServiceConnection(java.lang.String logicalName, JposEntry entry, java.lang.String siFactoryClassName)
          Creates a new SimpleServiceConnection by passing the logicalName, the associated JposEntry and JposServiceInstanceFactory
 

Uses of JposEntry in jpos.util
 

Methods in jpos.util that return JposEntry
static JposEntry JposEntryUtility.getEntryPrototype()
           
 

Methods in jpos.util with parameters of type JposEntry
static boolean JposEntryUtility.isValidJposEntry(JposEntry jposEntry)
           
static void JposEntryUtility.removeAllRS232Props(JposEntry jposEntry)
          Removes all RS232 specific utilities from this JposEntry
static java.util.Enumeration JposEntryUtility.getNonRequiredPropNames(JposEntry jposEntry)
           
static java.util.Enumeration JposEntryUtility.getMissingRequiredPropNames(JposEntry jposEntry)
           
static java.util.Enumeration JposEntryUtility.getMissingRS232PropNames(JposEntry jposEntry)
           
static java.util.Enumeration JposEntryUtility.getVendorPropNames(JposEntry jposEntry)
           
static void JposEntryUtility.addMissingRequiredProps(JposEntry jposEntry)
          Add defaults all required properties that are missing from this JposEntry
 



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