Class SynchronizerImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SynchronizerImpl​(int listenPort)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void writeXML​(org.w3c.dom.Document doc, java.io.OutputStream stream)  
      • Methods inherited from class ion.Meta.Element

        destroy, getEventFilters, getEventHandlers, getRequestFilters, getRequestHandlers, getSimulation, getUID, raise, schedule, wasDestroyed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SynchronizerImpl

        public SynchronizerImpl​(int listenPort)
                         throws java.io.IOException,
                                javax.xml.parsers.ParserConfigurationException
        Throws:
        java.io.IOException
        javax.xml.parsers.ParserConfigurationException
    • Method Detail

      • writeXML

        protected void writeXML​(org.w3c.dom.Document doc,
                                java.io.OutputStream stream)
        Specified by:
        writeXML in class Synchronizer