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

E13403-03

oracle.jdeveloper.deploy
Class JeeDeployUtil

java.lang.Object
  extended by oracle.jdeveloper.deploy.JeeDeployUtil

public class JeeDeployUtil
extends java.lang.Object

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

APPLICATION_URL

public static final java.lang.String APPLICATION_URL
See Also:
Constant Field Values
Constructor Detail

JeeDeployUtil

public JeeDeployUtil()
Method Detail

setDeployTarget

@Deprecated
public static void setDeployTarget(Context context,
                                              AppServer target)
Deprecated. Use JeeDeployment.setDeployTarget() instead.

Sets the deploy target in the passed context.

Parameters:
context -
target -

getDeployTarget

@Deprecated
public static AppServer getDeployTarget(Context context)
Deprecated. Use JeeDeployment.getAppServer() instead.

Retrieves the deploy target from a Context.

Parameters:
context -
Returns:

getDeployTarget

@Deprecated
public static AppServer getDeployTarget(DeployShell shell)
Deprecated. Use JeeDeployment.getAppServer() instead.

Reaches into the Context within a DeployShell and retrieves a deploy target.

Parameters:
shell -
Returns:

getTargetModuleIDs

public static javax.enterprise.deploy.spi.TargetModuleID[] getTargetModuleIDs(DeployShell shell)
Retrieve JSR-88 TargetModuleID objects from the shell.

Parameters:
shell -
Returns:

setTargetModuleIDs

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-03

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