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

E13403-08

oracle.jdeveloper.deploy.shell
Class JeeDeployment

java.lang.Object
  extended by oracle.jdeveloper.deploy.shell.ShellAdapter
      extended by oracle.jdeveloper.deploy.shell.JavaDeployment
          extended by oracle.jdeveloper.deploy.shell.JeeDeployment
All Implemented Interfaces:
JavaConstants, JeeConstants, ShellConstants
Direct Known Subclasses:
WeblogicDeployment

public class JeeDeployment
extends JavaDeployment
implements JeeConstants


Field Summary
 
Fields inherited from class oracle.jdeveloper.deploy.shell.ShellAdapter
context_, shell_
 
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 JeeDeployment(Context context)
           
protected JeeDeployment(DeployShell shell)
           
 
Method Summary
 AppServer getAppServer()
           
static JeeDeployment getInstance(Context context)
           
static JeeDeployment getInstance(DeployShell shell)
           
 JeeDeployment getRoot()
           
 boolean isOverwriteExistingModules()
           
 boolean isSuppressRemoteMessages()
           
protected  JeeDeployment newAdapter(DeployShell shell)
           
 JeeDeployment newChildShell()
           
 void setAppServer(AppServer appServer)
           
 void setOverwriteExistingModules(boolean flag)
           
 void setSuppressRemoteMessages(java.lang.Boolean flag)
           
 
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

JeeDeployment

protected JeeDeployment(DeployShell shell)

JeeDeployment

protected JeeDeployment(Context context)
Method Detail

getInstance

public static JeeDeployment getInstance(DeployShell shell)

getInstance

public static JeeDeployment getInstance(Context context)

newAdapter

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

getRoot

public JeeDeployment getRoot()
Overrides:
getRoot in class JavaDeployment

newChildShell

public JeeDeployment newChildShell()
Overrides:
newChildShell in class JavaDeployment

getAppServer

public AppServer getAppServer()

setAppServer

public void setAppServer(AppServer appServer)

setOverwriteExistingModules

public void setOverwriteExistingModules(boolean flag)

isOverwriteExistingModules

public boolean isOverwriteExistingModules()

isSuppressRemoteMessages

public boolean isSuppressRemoteMessages()

setSuppressRemoteMessages

public void setSuppressRemoteMessages(java.lang.Boolean flag)

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

E13403-08

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