Package gw.config

Class BaseService

    • Constructor Detail

      • BaseService

        public BaseService()
    • Method Detail

      • isInited

        public final boolean isInited()
        Specified by:
        isInited in interface IService
        Returns:
        true if this service has been initialized, false otherwise
      • init

        public final void init()
        Description copied from interface: IService
        Initialize this service
        Specified by:
        init in interface IService
      • uninit

        public final void uninit()
        Description copied from interface: IService
        Uninitialize this service
        Specified by:
        uninit in interface IService
      • doInit

        protected void doInit()
      • doUninit

        protected void doUninit()