Class Ping

  • All Implemented Interfaces:
    PlatformMessage, java.io.Serializable, java.lang.Cloneable

    public class Ping
    extends AdminMessage
    A message sent to an AdminService to see if it is listening for messages. The Attivio engine will only start processing messages over external protocols after all internal components and internal transports (such as AVM) have been started. As a result, a successful Ping means the system is ready for normal message processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • Ping

        public Ping​(java.lang.String fromHostUri)
        Constructor
        Parameters:
        fromHostUri - the source host URI
    • Method Detail

      • getSourceUri

        public java.lang.String getSourceUri()
        Gets the source host URI
        Returns:
        the URI of the host this ping came from
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class AdminMessage