oracle.jdeveloper.deploy.shell
Class JeeDeployment
java.lang.Object
  
oracle.jdeveloper.deploy.shell.ShellAdapter
      
oracle.jdeveloper.deploy.shell.JavaDeployment
          
oracle.jdeveloper.deploy.shell.JeeDeployment
- All Implemented Interfaces: 
 - JavaConstants, JeeConstants, ShellConstants
 
- Direct Known Subclasses: 
 - WeblogicDeployment
 
public class JeeDeployment
- extends JavaDeployment
- implements JeeConstants
  
 
 
 
 
 
 
 
 
| 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 | 
 
JeeDeployment
protected JeeDeployment(DeployShell shell)
JeeDeployment
protected JeeDeployment(Context context)
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)
 
 
Copyright © 1997, 2009, Oracle. All rights reserved.