Package tigase.server

Interface Lifecycle

All Known Subinterfaces:
SeeOtherHostIfc, SSLContextContainerIfc
All Known Implementing Classes:
SeeOtherHost, SeeOtherHostDB, SeeOtherHostDualIP, SeeOtherHostHashed, SSLContextContainer, SSLContextContainer.Root, SSLContextContainerAbstract

public interface Lifecycle
Generic inteface which should be implemented by every class which can be started/stopped during runtime it Tigase XMPP Server (especially for components, processors, etc. which instances can be replaced and they need information that it's lifecycle has ended).
Author:
andrzej
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • start

      void start()
    • stop

      void stop()