Skip navigation links

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

E13403-06


oracle.jdeveloper.deploy.cmd.weblogic
Class DeployToWeblogic

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
                  extended by oracle.jdeveloper.deploy.cmd.weblogic.DeployToWeblogic

All Implemented Interfaces:
Displayable, Element

public class DeployToWeblogic
extends DeployToAppServer

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

 

Fields inherited from class oracle.jdeveloper.deploy.cmd.DeployToAppServer
CMDID_DEPLOY_TO_APPSERVER, CMDNAME_DEPLOY_TO_APPSERVER, 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
DeployToWeblogic()
           
DeployToWeblogic(DeployToAppServer cmd)
           
DeployToWeblogic(HashStructure hash)
           

 

Method Summary
 java.lang.String[] getDeployToInstances()
           
protected  java.lang.Class<? extends DeployCommandState> getStateClass()
           
 boolean isDeployAsSharedLibrary()
           
 boolean isDeployToAllInstances()
           
 boolean isEditDeploymentPlan()
          Deprecated. 
protected  boolean isReady()
           
protected  void prepare(DeployShell shell)
          Prepares for deployment.
 void setDeployAsSharedLibrary(boolean shared)
           
 void setDeployToAllInstances(boolean value)
           
 void setDeployToInstances(java.lang.String[] servers)
           
 void setEditDeploymentPlan(java.lang.Boolean flag)
          Deprecated. 
protected  DeployToWeblogicState state()
           

 

Methods inherited from class oracle.jdeveloper.deploy.cmd.DeployToAppServer
getAppServer, getAppServerName, getShortLabel, isOverwriteExistingModules, setAppServer, setContext, setOverwriteExistingModules

 

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

 

Constructor Detail

DeployToWeblogic

public DeployToWeblogic()

DeployToWeblogic

public DeployToWeblogic(HashStructure hash)

DeployToWeblogic

public DeployToWeblogic(DeployToAppServer cmd)

Method Detail

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

Skip navigation links

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

E13403-06


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