Class AbstractManagerXml

All Implemented Interfaces:
XmlAdapter
Direct Known Subclasses:
DefaultAnalogActionManagerXml, DefaultAnalogExpressionManagerXml, DefaultDigitalActionManagerXml, DefaultDigitalBooleanActionManagerXml, DefaultDigitalExpressionManagerXml, DefaultGlobalVariableManagerXml, DefaultModuleManagerXml, DefaultNamedTableManagerXml, DefaultStringActionManagerXml, DefaultStringExpressionManagerXml

Provides the functionality for configuring ActionManagers
  • Constructor Details

  • Method Details

    • storeMaleSocket

      public org.jdom2.Element storeMaleSocket(MaleSocket maleSocket)
      Store data for a MaleSocket
      Parameters:
      maleSocket - the socket to store
      Returns:
      Element containing the complete info
    • loadMaleSocket

      public void loadMaleSocket(org.jdom2.Element element, MaleSocket maleSocket)
      Utility method to load the individual DigitalActionBean objects. If there's no additional info needed for a specific action type, invoke this with the parent of the set of DigitalActionBean elements.
      Parameters:
      element - Element containing the MaleSocket element to load.
      maleSocket - the socket to load