oracle.jdeveloper.deploy.cmd.weblogic
Class DeployToWeblogic
java.lang.Object
  
oracle.ide.controller.Command
      
oracle.jdeveloper.deploy.cmd.DeployCommand
          
oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
              
oracle.jdeveloper.deploy.cmd.DeployToAppServer
                  
oracle.jdeveloper.deploy.cmd.weblogic.DeployToWeblogic
- All Implemented Interfaces: 
 - Displayable, Element
 
public class DeployToWeblogic
- extends DeployToAppServer
 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class oracle.jdeveloper.deploy.cmd.DeployCommand | 
create, deploy, exception, finished, getAttributes, getChildren, getDeployShellFactory, getIcon, getSequenceId, getState, getStatus, getToolTipText, mayHaveChildren, newState, newState, setCallback, setPlatform, setState, setStatus, updateStatus | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
DeployToWeblogic
public DeployToWeblogic()
DeployToWeblogic
public DeployToWeblogic(HashStructure hash)
DeployToWeblogic
public DeployToWeblogic(DeployToAppServer cmd)
state
protected DeployToWeblogicState state()
- Overrides:
 state in class DeployToAppServer
 
 
getStateClass
protected java.lang.Class<? extends DeployCommandState> getStateClass()
- Overrides:
 getStateClass in class DeployToAppServer
 
 
setDeployAsSharedLibrary
public void setDeployAsSharedLibrary(boolean shared)
 
isDeployAsSharedLibrary
public boolean isDeployAsSharedLibrary()
 
setDeployToAllInstances
public void setDeployToAllInstances(boolean value)
 
setDeployToInstances
public void setDeployToInstances(java.lang.String[] servers)
 
getDeployToInstances
public java.lang.String[] getDeployToInstances()
 
isDeployToAllInstances
public boolean isDeployToAllInstances()
 
setEditDeploymentPlan
@Deprecated
public void setEditDeploymentPlan(java.lang.Boolean flag)
- Deprecated. 
 
 
isEditDeploymentPlan
@Deprecated
public boolean isEditDeploymentPlan()
- Deprecated. 
 
 
prepare
protected void prepare(DeployShell shell)
- Description copied from class: 
DeployCommand 
- Prepares for deployment. 
 
 This method is called just prior to starting the deployment process,
 and can be used to transfer configuration from the command to the
 
DeployShell.
 
 Use a wrapper to configure the shell.
 
- Overrides:
 prepare in class DeployToAppServer
 
- See Also:
 JavaDeployment
 
 
isReady
protected boolean isReady()
- Overrides:
 isReady in class DeployToAppServer
 
 
Copyright © 1997, 2010, Oracle. All rights reserved.