Interface WebLogicLocalScriptingContainer
-
- All Superinterfaces:
Container
,LocalContainer
,Loggable
,RunnableContainer
,ScriptingCapableContainer
,WebLogicLocalContainer
- All Known Implementing Classes:
WebLogic121xInstalledLocalContainer
,WebLogic122xInstalledLocalContainer
,WebLogic14xInstalledLocalContainer
public interface WebLogicLocalScriptingContainer extends WebLogicLocalContainer, ScriptingCapableContainer
All WebLogic local containers allowing to execute scripts should implement this interface which provides methods to access WebLogic methods and execute scripts.
-
-
Method Summary
-
Methods inherited from interface org.codehaus.cargo.container.Container
getCapability, getId, getName, getState, getType
-
Methods inherited from interface org.codehaus.cargo.container.LocalContainer
getConfiguration, getFileHandler, setConfiguration, setFileHandler
-
Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer
getOutput, getTimeout, isAppend, restart, setAppend, setOutput, setTimeout, start, stop
-
Methods inherited from interface org.codehaus.cargo.container.ScriptingCapableContainer
executeScript, executeScriptFiles
-
Methods inherited from interface org.codehaus.cargo.container.weblogic.internal.WebLogicLocalContainer
getAutoDeployDirectory, getBeaHome, getVersion, getWeblogicHome
-
-