Package tigase.server
Interface Lifecycle
-
- All Known Subinterfaces:
SeeOtherHostIfc,SSLContextContainerIfc
- All Known Implementing Classes:
SeeOtherHost,SeeOtherHostDB,SeeOtherHostDualIP,SeeOtherHostHashed,SSLContextContainer,SSLContextContainer.Root,SSLContextContainerAbstract
public interface LifecycleGeneric 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()voidstop()
-