Interface IServerNotify2

  • All Superinterfaces:
    IServerNotify
    All Known Subinterfaces:
    IServerNotify3
    All Known Implementing Classes:
    ServerListenerStreamDemoPublisher

    public interface IServerNotify2
    extends IServerNotify

    IServerNotify2: listener interface. Configured by adding class entries definitions to Server.xml.

    Startup order is: [constructor]; onServerConfigLoaded, onServerCreate, onServerInit Shutdown order is: onServerShutdownStart, onServerShutdownComplete, [exit]
    • Method Detail

      • onServerConfigLoaded

        void onServerConfigLoaded​(IServer server)
        Triggered when server configuration is loaded
        Parameters:
        server - server object