Skip navigation links

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

E52944-01


oracle.jdeveloper.deploy.shell.weblogic
Class WeblogicDeployment

java.lang.Object
  extended by oracle.jdeveloper.deploy.shell.ShellAdapter
      extended by oracle.jdeveloper.deploy.shell.JavaDeployment
          extended by oracle.jdeveloper.deploy.shell.JeeDeployment
              extended by oracle.jdeveloper.deploy.shell.weblogic.WeblogicDeployment

All Implemented Interfaces:
JavaConstants, JeeConstants, ShellConstants, WeblogicConstants

public class WeblogicDeployment
extends JeeDeployment
implements WeblogicConstants

Field Summary

 

Fields inherited from class oracle.jdeveloper.deploy.shell.ShellAdapter
context_, shell_

 

Fields inherited from interface oracle.jdeveloper.deploy.shell.weblogic.WeblogicConstants
KEY_DEPLOY_AS_SHARED_LIB, KEY_DEPLOY_TO_ALL_INSTANCES, KEY_DEPLOY_TO_INSTANCES, KEY_EDIT_DEPLOYMENT_PLAN

 

Fields inherited from interface oracle.jdeveloper.deploy.shell.JeeConstants
KEY_APPSERVER, KEY_OVERWRITE_EXISTING_MODULES, KEY_SUPPRESS_REMOTE_MESSAGES

 

Fields inherited from interface oracle.jdeveloper.deploy.shell.JavaConstants
KEY_IS_HEADLESS, KEY_PLATFORM, KEY_PRINT_TIME_MESSAGES

 

Fields inherited from interface oracle.jdeveloper.deploy.shell.ShellConstants
KEY_CONTEXT, KEY_DEPLOY_ELEMENT

 

Constructor Summary
protected WeblogicDeployment(Context context)
           
protected WeblogicDeployment(DeployShell shell)
           

 

Method Summary
 java.lang.String[] getDeployToInstances()
           
static WeblogicDeployment getInstance(Context context)
           
static WeblogicDeployment getInstance(DeployShell shell)
           
 WeblogicDeployment getRoot()
           
 boolean isDeployAsSharedLibrary()
           
 boolean isDeployToAllInstances()
           
 boolean isEditDeploymentPlan()
          Deprecated. 
protected  WeblogicDeployment newAdapter(DeployShell shell)
           
 WeblogicDeployment newChildShell()
           
 void setDeployAsSharedLibrary(java.lang.Boolean flag)
           
 void setDeployToAllInstances(java.lang.Boolean flag)
           
 void setDeployToInstances(java.lang.String[] instances)
           
 void setEditDeploymentPlan(java.lang.Boolean flag)
          Deprecated. 

 

Methods inherited from class oracle.jdeveloper.deploy.shell.JeeDeployment
getAppServer, isOverwriteExistingModules, isSuppressRemoteMessages, setAppServer, setOverwriteExistingModules, setSuppressRemoteMessages

 

Methods inherited from class oracle.jdeveloper.deploy.shell.JavaDeployment
getPlatform, getPrintTimeMessages, isHeadlessDeployment, setPlatform, setPrintTimeMessages

 

Methods inherited from class oracle.jdeveloper.deploy.shell.ShellAdapter
find, findFlag, get, getContext, getDeployElement, getDeployException, getLogger, getProfile, getShell, isDeploying, isProfileBasedDeployment, put, setDeployException, setLogger

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WeblogicDeployment

protected WeblogicDeployment(DeployShell shell)

WeblogicDeployment

protected WeblogicDeployment(Context context)

Method Detail

getInstance

public static WeblogicDeployment getInstance(DeployShell shell)

getInstance

public static WeblogicDeployment getInstance(Context context)

newAdapter

protected WeblogicDeployment newAdapter(DeployShell shell)
Overrides:
newAdapter in class JeeDeployment

newChildShell

public WeblogicDeployment newChildShell()
Overrides:
newChildShell in class JeeDeployment

getRoot

public WeblogicDeployment getRoot()
Overrides:
getRoot in class JeeDeployment

isDeployToAllInstances

public boolean isDeployToAllInstances()

setDeployToAllInstances

public void setDeployToAllInstances(java.lang.Boolean flag)

getDeployToInstances

public java.lang.String[] getDeployToInstances()

setDeployToInstances

public void setDeployToInstances(java.lang.String[] instances)

isDeployAsSharedLibrary

public boolean isDeployAsSharedLibrary()

setDeployAsSharedLibrary

public void setDeployAsSharedLibrary(java.lang.Boolean flag)

setEditDeploymentPlan

@Deprecated
public void setEditDeploymentPlan(java.lang.Boolean flag)
Deprecated. 

isEditDeploymentPlan

@Deprecated
public boolean isEditDeploymentPlan()
Deprecated. 

Skip navigation links

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

E52944-01


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