Package org.codehaus.cargo.container
Interface RemoteContainer
-
- All Known Subinterfaces:
WebLogicRemoteScriptingContainer
- All Known Implementing Classes:
AbstractJettyRemoteContainer
,AbstractRemoteContainer
,AbstractTomcatRemoteContainer
,AbstractWebLogicRemoteContainer
,GlassFish3xRemoteContainer
,GlassFish4xRemoteContainer
,GlassFish5xRemoteContainer
,JBoss42xRemoteContainer
,JBoss4xRemoteContainer
,JBoss51xRemoteContainer
,JBoss5xRemoteContainer
,JBoss61xRemoteContainer
,JBoss6xRemoteContainer
,JBoss71xRemoteContainer
,JBoss72xRemoteContainer
,JBoss73xRemoteContainer
,JBoss74xRemoteContainer
,JBoss75xRemoteContainer
,JBoss7xRemoteContainer
,Jetty10xRemoteContainer
,Jetty11xRemoteContainer
,Jetty6xRemoteContainer
,Jetty7xRemoteContainer
,Jetty8xRemoteContainer
,Jetty9xRemoteContainer
,Jonas4xRemoteContainer
,Jonas5xRemoteContainer
,PayaraRemoteContainer
,Tomcat10xRemoteContainer
,Tomcat11xRemoteContainer
,Tomcat4xRemoteContainer
,Tomcat5xRemoteContainer
,Tomcat6xRemoteContainer
,Tomcat7xRemoteContainer
,Tomcat8xRemoteContainer
,Tomcat9xRemoteContainer
,Tomee10xRemoteContainer
,Tomee1xRemoteContainer
,Tomee7xRemoteContainer
,Tomee8xRemoteContainer
,Tomee9xRemoteContainer
,WebLogic103xRemoteContainer
,WebLogic121xRemoteContainer
,WebLogic122xRemoteContainer
,WebLogic14xRemoteContainer
,WildFly10xRemoteContainer
,WildFly11xRemoteContainer
,WildFly12xRemoteContainer
,WildFly13xRemoteContainer
,WildFly14xRemoteContainer
,WildFly15xRemoteContainer
,WildFly16xRemoteContainer
,WildFly17xRemoteContainer
,WildFly18xRemoteContainer
,WildFly19xRemoteContainer
,WildFly20xRemoteContainer
,WildFly21xRemoteContainer
,WildFly22xRemoteContainer
,WildFly23xRemoteContainer
,WildFly24xRemoteContainer
,WildFly25xRemoteContainer
,WildFly26xRemoteContainer
,WildFly27xRemoteContainer
,WildFly28xRemoteContainer
,WildFly29xRemoteContainer
,WildFly30xRemoteContainer
,WildFly31xRemoteContainer
,WildFly32xRemoteContainer
,WildFly33xRemoteContainer
,WildFly8xRemoteContainer
,WildFly9xRemoteContainer
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeConfiguration
getConfiguration()
void
setConfiguration(RuntimeConfiguration configuration)
-
-
-
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)
-
-