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
Interface JeeDeploymentConstants

All Superinterfaces:
DeploymentConstants

public interface JeeDeploymentConstants
extends DeploymentConstants

Constants for steps in the Deployment of JEE Modules.


Field Summary
static int APPLICATION_ASSEMBLER
          Application Assembler
static int ASSEMBLY_SEQUENCE
          Assembly of an Application
static int METADATA_ASSEMBLER
          An assembler for an Application's metadata.
static int METADATA_ASSEMBLY_SEQUENCE
          Metadata Assembly Sequence runs a metadata assembler before an assembly sequence.
static int REMOTE_DEPLOY_ASSEMBLY_PREBUILT_SEQUENCE
          Remote deploy of a prebuilt assembled module (Application)
static int REMOTE_DEPLOY_PREBUILT_SEQUENCE
          Remote deploy of a prebuilt module
static int REMOTE_DEPLOY_SEQUENCE
          Remote Deployment
static int REMOTE_DEPLOYER
          A Remote Deployer distributes a Packaging Module to a remote target.
static int REMOTE_REDEPLOY_SEQUENCE
          Redeploy remotely
static int REMOTE_REDEPLOYER
          A Remote Redeployer deploys an already-deployed Application.
static int REMOTE_UNDEPLOY_SEQUENCE
          Remote Deployment
static int REMOTE_UNDEPLOYER
          A Remote Undeployer undeploys an already-deployed Application.

 

Fields inherited from interface oracle.jdeveloper.deploy.DeploymentConstants
ARCHIVE_DEPLOYER, BUILD_DEPLOYER, DEFAULT_SEQUENCE, DEPLOYMENT_SEQUENCE, MODULE_PACKAGER, PACKAGE_DISTRIBUTE_SEQUENCE, PACKAGING_SEQUENCE, PACKINGLIST_ENTRY_NAME, PROFILE_DEFINITION

 

Field Detail

ASSEMBLY_SEQUENCE

static final int ASSEMBLY_SEQUENCE
Assembly of an Application

REMOTE_DEPLOY_SEQUENCE

static final int REMOTE_DEPLOY_SEQUENCE
Remote Deployment

REMOTE_DEPLOYER

static final int REMOTE_DEPLOYER
A Remote Deployer distributes a Packaging Module to a remote target.

REMOTE_REDEPLOY_SEQUENCE

static final int REMOTE_REDEPLOY_SEQUENCE
Redeploy remotely

REMOTE_REDEPLOYER

static final int REMOTE_REDEPLOYER
A Remote Redeployer deploys an already-deployed Application.

REMOTE_DEPLOY_PREBUILT_SEQUENCE

static final int REMOTE_DEPLOY_PREBUILT_SEQUENCE
Remote deploy of a prebuilt module

REMOTE_DEPLOY_ASSEMBLY_PREBUILT_SEQUENCE

static final int REMOTE_DEPLOY_ASSEMBLY_PREBUILT_SEQUENCE
Remote deploy of a prebuilt assembled module (Application)

APPLICATION_ASSEMBLER

static final int APPLICATION_ASSEMBLER
Application Assembler

METADATA_ASSEMBLY_SEQUENCE

static final int METADATA_ASSEMBLY_SEQUENCE
Metadata Assembly Sequence runs a metadata assembler before an assembly sequence.

METADATA_ASSEMBLER

static final int METADATA_ASSEMBLER
An assembler for an Application's metadata.

REMOTE_UNDEPLOY_SEQUENCE

static final int REMOTE_UNDEPLOY_SEQUENCE
Remote Deployment

REMOTE_UNDEPLOYER

static final int REMOTE_UNDEPLOYER
A Remote Undeployer undeploys an already-deployed Application.

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.