com.metamatrix.platform.config.spi
Interface SystemConfigurationNames


public interface SystemConfigurationNames

This interface has the labels of the three well-known system configurations:

  1. The #OPERATIONAL config
  2. The NEXT_STARTUP config
  3. The STARTUP config
These three labels can be used by an service provider to designate any stored configurations as one of the three.


Field Summary
static java.lang.String NEXT_STARTUP
          The name of the Next Startup system configuration, which is a model of how the system should next start up
static java.lang.String STARTUP
          The name of the Next Startup system configuration, which is a model of how the system started up
 

Field Detail

NEXT_STARTUP

static final java.lang.String NEXT_STARTUP
The name of the Next Startup system configuration, which is a model of how the system should next start up

See Also:
Constant Field Values

STARTUP

static final java.lang.String STARTUP
The name of the Next Startup system configuration, which is a model of how the system started up

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.