Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.deploy.cmd
Class DeployToAppServer

java.lang.Object
  extended by oracle.ide.controller.Command
      extended by oracle.jdeveloper.deploy.cmd.DeployCommand
          extended by oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
              extended by oracle.jdeveloper.deploy.cmd.DeployToAppServer
All Implemented Interfaces:
Displayable, Element
Direct Known Subclasses:
DeployToWeblogic

public class DeployToAppServer
extends ProfileDeployCmd


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
ProfileDeployCmd.ProfileNotFoundException
 
Nested classes/interfaces inherited from class oracle.jdeveloper.deploy.cmd.DeployCommand
DeployCommand.Callback, DeployCommand.CommandInstantiationException, DeployCommand.Status
 
Field Summary
static int CMDID_DEPLOY_TO_APPSERVER
           
static java.lang.String CMDNAME_DEPLOY_TO_APPSERVER
           
static int SEQ_DEPLOY_TO_APPSERVER
           
 
Fields inherited from class oracle.ide.controller.Command
CANCEL, context, EXECUTING, MULTI_NODE, NO_CHANGE, NO_UNDO, NORMAL, OK, type
 
Constructor Summary
DeployToAppServer()
           
DeployToAppServer(HashStructure hash)
           
 
Method Summary
 AppServer getAppServer()
           
 java.lang.String getAppServerName()
           
 java.lang.String getShortLabel()
          Returns a short label that can be displayed to the user.
protected  java.lang.Class<? extends DeployCommandState> getStateClass()
           
 boolean isOverwriteExistingModules()
           
protected  boolean isReady()
           
protected  void prepare(DeployShell shell)
          Prepares for deployment.
 void setAppServer(AppServer server)
           
 void setContext(Context context)
          Sets context associated with command.
 void setOverwriteExistingModules(boolean value)
           
protected  DeployToAppServerState state()
           
 
Methods inherited from class oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
doit, getLongLabel, getPlatform, getProfile, getProfileName, setProfile
 
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 oracle.ide.controller.Command
getAffectedNodes, getContext, getData, getId, getName, getType, isGlobal, setData, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.ide.model.Element
getData
 
Methods inherited from interface oracle.ide.model.Displayable
toString
 

Field Detail

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
Constructor Detail

DeployToAppServer

public DeployToAppServer()

DeployToAppServer

public DeployToAppServer(HashStructure hash)
Method Detail

getStateClass

protected java.lang.Class<? extends DeployCommandState> getStateClass()
Overrides:
getStateClass in 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 String is 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 the Displayable.

Specified by:
getShortLabel in interface Displayable
Specified by:
getShortLabel in class DeployCommand
Returns:
a short descriptive label of the Displayable that can be shown to the user.

state

protected DeployToAppServerState state()
Overrides:
state in 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:
isReady in class ProfileDeployCmd

setContext

public void setContext(Context context)
Description copied from class: Command
Sets context associated with command.

Overrides:
setContext in 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:
prepare in class DeployCommand
See Also:
JavaDeployment

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.