oracle.jdeveloper.deploy.cmd
Class DeployToAppServer
java.lang.Object
   oracle.ide.controller.Command
oracle.ide.controller.Command
       oracle.jdeveloper.deploy.cmd.DeployCommand
oracle.jdeveloper.deploy.cmd.DeployCommand
           oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
               oracle.jdeveloper.deploy.cmd.DeployToAppServer
oracle.jdeveloper.deploy.cmd.DeployToAppServer
- All Implemented Interfaces: 
- Displayable, Element
- Direct Known Subclasses: 
- DeployToWeblogic
- public class DeployToAppServer 
- extends ProfileDeployCmd
 
 
 
 
 
 
 
 
| 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 | 
 
 
 
SEQ_DEPLOY_TO_APPSERVER
public static final int SEQ_DEPLOY_TO_APPSERVER
CMDNAME_DEPLOY_TO_APPSERVER
public static final java.lang.String CMDNAME_DEPLOY_TO_APPSERVER
- See Also:
- Constant Field Values
CMDID_DEPLOY_TO_APPSERVER
public static final int CMDID_DEPLOY_TO_APPSERVER
DeployToAppServer
public DeployToAppServer()
DeployToAppServer
public DeployToAppServer(HashStructure hash)
getStateClass
protected java.lang.Class<? extends DeployCommandState> getStateClass()
- 
- Overrides:
- getStateClassin class- ProfileDeployCmd
 
- 
 
getShortLabel
public java.lang.String getShortLabel()
- Description copied from interface: Displayable
- Returns a short label that can be displayed to the user.
  Generally, the value of the returned Stringis considered
  translatable and should therefore be placed in an appropriate
  resource file.  When possible, the returned label should be
  reasonably short enough to show in the navigator or explorer
  windows but long enough to clearly identify and distinguish theDisplayable.
 
- 
- Specified by:
- getShortLabelin interface- Displayable
- Specified by:
- getShortLabelin class- DeployCommand
 
- 
- Returns:
- a short descriptive label of the Displayablethat can be shown to the user.
 
state
protected DeployToAppServerState state()
- 
- Overrides:
- statein class- ProfileDeployCmd
 
- 
 
getAppServer
public AppServer getAppServer()
- 
 
getAppServerName
public java.lang.String getAppServerName()
- 
 
setAppServer
public void setAppServer(AppServer server)
- 
 
setOverwriteExistingModules
public void setOverwriteExistingModules(boolean value)
- 
 
isOverwriteExistingModules
public boolean isOverwriteExistingModules()
- 
 
isReady
protected boolean isReady()
- 
- Overrides:
- isReadyin class- ProfileDeployCmd
 
- 
 
setContext
public void setContext(Context context)
- Description copied from class: Command
- Sets context associated with command.
 
- 
- Overrides:
- setContextin class- ProfileDeployCmd
 
- 
 
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:
- preparein class- DeployCommand
 
- 
- See Also:
- JavaDeployment
 
Copyright © 1997, 2011, Oracle. All rights reserved.