Interface InstanceConfig

  • All Superinterfaces:
    BaseConfiguration, java.io.Serializable
    All Known Implementing Classes:
    InstanceConfigImpl

    public interface InstanceConfig
    extends BaseConfiguration
    Configuration for the list of AssemblyLines that will automatically be started when the server is started.
    • Field Detail

      • AUTOSTART_NAME

        static final java.lang.String AUTOSTART_NAME
        This property is used to identify the name of an autostart item. The startup items container has a BaseConfiguration object for each startup item. The parameter AUTOSTART_NAME names the full path to the Assemblyline that should be started when the config instance starts.
        See Also:
        Constant Field Values
    • Method Detail

      • getInstanceID

        java.lang.String getInstanceID()
        Returns the instance identifier for this configuration.
      • setInstanceID

        void setInstanceID​(java.lang.String id)
        Returns the instance identifier for this configuration.
      • getStartupItems

        ContainerConfig getStartupItems()
        Returns the "list" of AssemblyLines that should be auto-started