Class BaseSubsystem

  • All Implemented Interfaces:
    ISubsystem

    public abstract class BaseSubsystem
    extends java.lang.Object
    implements ISubsystem
    This class represents a basic subsystem. Each basic subsystem is named with an identifier and has a configuration store.
    Version:
    $Revision$, $Date$
    • Constructor Detail

      • BaseSubsystem

        public BaseSubsystem()
    • Method Detail

      • setId

        public void setId​(java.lang.String id)
                   throws EBaseException
        Sets the identifier of this subsystem.
        Specified by:
        setId in interface ISubsystem
        Parameters:
        id - subsystem identifier
        Throws:
        EBaseException - failed to set id
      • getId

        public java.lang.String getId()
        Retrieves the subsystem identifier.
        Specified by:
        getId in interface ISubsystem
        Returns:
        subsystem identifier
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)