Class AbstractControl

  • All Implemented Interfaces:
    org.springframework.context.Lifecycle
    Direct Known Subclasses:
    JadiceServerControl, MultiVMInstanceControl

    public abstract class AbstractControl
    extends Object
    implements org.springframework.context.Lifecycle
    • Field Detail

      • logger

        protected final org.jadice.util.log.Logger logger
    • Constructor Detail

      • AbstractControl

        public AbstractControl()
    • Method Detail

      • start

        public abstract void start()
        Specified by:
        start in interface org.springframework.context.Lifecycle
      • start

        protected void start​(String appXML)
      • isRunning

        public boolean isRunning()
        Specified by:
        isRunning in interface org.springframework.context.Lifecycle
      • stop

        public void stop()
        Specified by:
        stop in interface org.springframework.context.Lifecycle