Class BundleAndDefer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stopCurrentBundleAndDefer()
      Stop the bundle and defer mechanism that was started when this instance of BundleAndDefer was emitted by Smack.
      • Methods inherited from class java.lang.Object

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

      • stopCurrentBundleAndDefer

        public void stopCurrentBundleAndDefer()
        Stop the bundle and defer mechanism that was started when this instance of BundleAndDefer was emitted by Smack.

        It is possible that the defer period already expired when this is invoked. In this case this method is basically a no-op.