| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.deploy.JeeDeployUtil
public class JeeDeployUtil
Helper methods for various tasks needed for accomplishing JEE Deployment.
| Field Summary | |
|---|---|
static java.lang.String | 
APPLICATION_URL
 | 
| Constructor Summary | |
|---|---|
JeeDeployUtil()
 | 
|
| Method Summary | |
|---|---|
static AppServer | 
getDeployTarget(Context context)
Deprecated. Use JeeDeployment.getAppServer() instead.  | 
static AppServer | 
getDeployTarget(DeployShell shell)
Deprecated. Use JeeDeployment.getAppServer() instead.  | 
static javax.enterprise.deploy.spi.TargetModuleID[] | 
getTargetModuleIDs(DeployShell shell)
Retrieve JSR-88 TargetModuleID objects from the shell.  | 
static void | 
setDeployTarget(Context context,
                AppServer target)
Deprecated. Use JeeDeployment.setDeployTarget() instead.  | 
static void | 
setTargetModuleIDs(DeployShell shell,
                   javax.enterprise.deploy.spi.TargetModuleID[] targetModuleIDs)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String APPLICATION_URL
| Constructor Detail | 
|---|
public JeeDeployUtil()
| Method Detail | 
|---|
@Deprecated
public static void setDeployTarget(Context context,
                                              AppServer target)
context - target - @Deprecated public static AppServer getDeployTarget(Context context)
context - 
@Deprecated public static AppServer getDeployTarget(DeployShell shell)
shell - 
public static javax.enterprise.deploy.spi.TargetModuleID[] getTargetModuleIDs(DeployShell shell)
shell - 
public static void setTargetModuleIDs(DeployShell shell,
                                      javax.enterprise.deploy.spi.TargetModuleID[] targetModuleIDs)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||