org.codehaus.cargo.container
Interface RemoteContainer
- All Superinterfaces:
- Container, Loggable
- All Known Implementing Classes:
- AbstractJBossRemoteContainer, AbstractJettyRemoteContainer, AbstractRemoteContainer, AbstractTomcatRemoteContainer, JBoss42xRemoteContainer, JBoss4xRemoteContainer, JBoss5xRemoteContainer, Jetty6xRemoteContainer, Jetty7xRemoteContainer, Tomcat4xRemoteContainer, Tomcat5xRemoteContainer, Tomcat6xRemoteContainer
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 $
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-2012 Codehaus. All Rights Reserved.