org.codehaus.cargo.container
Interface RemoteContainer

All Superinterfaces:
Container, org.codehaus.cargo.util.log.Loggable
All Known Implementing Classes:
AbstractRemoteContainer

public interface RemoteContainer
extends Container

A remote container is a container that is already installed and started (locally or on a remote machine). It is accessed remotely without any file system access.

Version:
$Id: RemoteContainer.java 531 2005-10-04 21:11:59Z vmassol $

Method Summary
 RuntimeConfiguration getConfiguration()
           
 void setConfiguration(RuntimeConfiguration configuration)
           
 
Methods inherited from interface org.codehaus.cargo.container.Container
getCapability, getId, getName, getState, getType
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Method Detail

setConfiguration

void setConfiguration(RuntimeConfiguration configuration)
Parameters:
configuration - the runtime configuration implementation to use

getConfiguration

RuntimeConfiguration getConfiguration()
Returns:
the runtime configuration to use
See Also:
setConfiguration(RuntimeConfiguration)


Copyright © 2004-2010 Codehaus. All Rights Reserved.