- All Superinterfaces:
- Configuration, org.codehaus.cargo.util.log.Loggable
- All Known Implementing Classes:
- AbstractRuntimeConfiguration
public interface RuntimeConfiguration
extends Configuration
A runtime configuration represents a configuration for a container that is already started.
The parameters that can be set/unset depend on the container's capability for changing parameters
at runtime (for example most containers support using JMX for changing some parameters).
- Version:
- $Id: RuntimeConfiguration.java 531 2005-10-04 21:11:59Z vmassol $