org.codehaus.cargo.container.configuration
Interface RuntimeConfiguration

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 $

Methods inherited from interface org.codehaus.cargo.container.configuration.Configuration
getCapability, getProperties, getPropertyValue, getType, setProperty
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 



Copyright © 2004-2007 Codehaus. All Rights Reserved.