Class SelfPingerMonitor

  • All Implemented Interfaces:
    Runnable, tigase.kernel.beans.config.ConfigurationChangedAware, tigase.kernel.beans.Initializable, tigase.kernel.beans.UnregisterAware

    @Bean(name="self-pinger-monitor",
          parent=MUCComponent.class,
          active=true)
    public class SelfPingerMonitor
    extends tigase.component.ScheduledTask
    • Constructor Detail

      • SelfPingerMonitor

        public SelfPingerMonitor()
    • Method Detail

      • register

        public Request register​(tigase.xmpp.jid.JID jidFrom,
                                tigase.xmpp.jid.JID jidTo,
                                String id)
      • registerResponse

        public void registerResponse​(tigase.xmpp.jid.JID jid,
                                     String stanzaId,
                                     Request.Result result)
      • run

        public void run()