Class SynchronizationStart

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class SynchronizationStart
    extends ion.Meta.Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String host  
      int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      SynchronizationStart​(java.lang.String host, int port, org.w3c.dom.Document doc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element newElement​(java.lang.String name)  
      • Methods inherited from class ion.Meta.Event

        getRaiseTime
      • Methods inherited from class java.lang.Object

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

      • host

        public final java.lang.String host
      • port

        public final int port
    • Constructor Detail

      • SynchronizationStart

        public SynchronizationStart​(java.lang.String host,
                                    int port,
                                    org.w3c.dom.Document doc)
    • Method Detail

      • newElement

        public org.w3c.dom.Element newElement​(java.lang.String name)