Uses of Interface
org.codehaus.cargo.container.weblogic.internal.WebLogicLocalContainer
-
Packages that use WebLogicLocalContainer Package Description org.codehaus.cargo.container.weblogic org.codehaus.cargo.container.weblogic.internal -
-
Uses of WebLogicLocalContainer in org.codehaus.cargo.container.weblogic
Classes in org.codehaus.cargo.container.weblogic that implement WebLogicLocalContainer Modifier and Type Class Description class
WebLogic103xInstalledLocalContainer
Special container support for the Bea WebLogic 10.3.x application server.class
WebLogic10xInstalledLocalContainer
Special container support for the Bea WebLogic 10.x application server.class
WebLogic121xInstalledLocalContainer
Special container support for the Bea WebLogic 12.1.3 application server.class
WebLogic122xInstalledLocalContainer
Special container support for the Oracle WebLogic 12.2 application server.class
WebLogic12xInstalledLocalContainer
Special container support for the Bea WebLogic 12.x application server.class
WebLogic14xInstalledLocalContainer
Special container support for the Oracle WebLogic 14 application server.class
WebLogic8xInstalledLocalContainer
Special container support for the Bea WebLogic 8.x application server.class
WebLogic9xInstalledLocalContainer
Special container support for the Bea WebLogic 9.x application server.Methods in org.codehaus.cargo.container.weblogic with parameters of type WebLogicLocalContainer Modifier and Type Method Description protected void
WebLogic8xStandaloneLocalConfiguration. deployCargoPing(WebLogicLocalContainer container)
Deploy the Cargo Ping utility to the container.protected void
WebLogic9xStandaloneLocalConfiguration. deployCargoPing(WebLogicLocalContainer container)
Deploy the Cargo Ping utility to the container.protected void
WebLogic8xExistingLocalConfiguration. setupDeployables(WebLogicLocalContainer container)
Deploy the Deployables to the weblogic configuration.protected void
WebLogic9x10x12x14xExistingLocalConfiguration. setupDeployables(WebLogicLocalContainer container)
Deploy the Deployables to the weblogic configuration. -
Uses of WebLogicLocalContainer in org.codehaus.cargo.container.weblogic.internal
Subinterfaces of WebLogicLocalContainer in org.codehaus.cargo.container.weblogic.internal Modifier and Type Interface Description interface
WebLogicLocalScriptingContainer
All WebLogic local containers allowing to execute scripts should implement this interface which provides methods to access WebLogic methods and execute scripts.Classes in org.codehaus.cargo.container.weblogic.internal that implement WebLogicLocalContainer Modifier and Type Class Description class
AbstractWebLogicInstalledLocalContainer
Basic support for the WebLogic application server.
-