Interface WebLogicRemoteScriptingContainer
-
- All Superinterfaces:
Container
,Loggable
,RemoteContainer
,ScriptingCapableContainer
- All Known Implementing Classes:
AbstractWebLogicRemoteContainer
,WebLogic103xRemoteContainer
,WebLogic121xRemoteContainer
,WebLogic122xRemoteContainer
,WebLogic14xRemoteContainer
public interface WebLogicRemoteScriptingContainer extends ScriptingCapableContainer, RemoteContainer
All WebLogic remote 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.RemoteContainer
getConfiguration, setConfiguration
-
Methods inherited from interface org.codehaus.cargo.container.ScriptingCapableContainer
executeScript, executeScriptFiles
-
-