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

E13403-03

oracle.jdeveloper.deploy.j2ee
Interface J2eePackaging

All Superinterfaces:
oracle.jdeveloper.deploy.common.ConnectionDefault, oracle.jdeveloper.deploy.common.Interdependency, JarPackaging, oracle.jdevimpl.deploy.JeeDeployable, PlatformDeployable
All Known Implementing Classes:
ClientProfile, ConnectorProfile, EarProfile, EjbProfile, J2eeProfile, WarProfile

public interface J2eePackaging
extends JarPackaging, oracle.jdevimpl.deploy.JeeDeployable, oracle.jdeveloper.deploy.common.ConnectionDefault


Field Summary
static int CLIENT_MODULE
           
static int CONNECTOR_MODULE
           
static int EJB_MODULE
           
static int J2EE_APPLICATION
           
static int METADATA_MODULE
           
static int NONE
           
static int OAR_MODULE
           
static int SAR_MODULE
           
static int WEB_MODULE
           
 
Method Summary
 java.lang.Integer getDeployClientMaxHeapSize()
           
 java.net.URL getEarURL()
           
 int getPackagingType()
          Returns one of the constants: J2EE_APPLICATION, EJB_MODULE, WEB_MODULE, or CLIENT_MODULE.
 java.util.Map getProperties()
           
 java.lang.String getProperty(java.lang.String name)
           
 boolean isTransientProfile()
           
 java.lang.String putProperty(java.lang.String name, java.lang.String value)
           
 java.lang.String removeProperty(java.lang.String name)
           
 void setArchiveOptions(ArchiveOptions archiveOptions)
           
 void setDeployClientMaxHeapSize(java.lang.Integer deployClientMaxHeapSize)
           
 void setEarURL(java.net.URL earURL)
           
 void setProperties(java.util.Map properties)
           
 void setTransientProfile(boolean transientProfile)
           
 
Methods inherited from interface oracle.jdeveloper.deploy.jar.JarPackaging
getArchiveOptions, getFileGroups, getJarURL
 
Methods inherited from interface oracle.jdeveloper.deploy.common.Interdependency
addDependency, getDependencies, removeDependency
 
Methods inherited from interface oracle.jdevimpl.deploy.JeeDeployable
getEnterpriseAppName
 
Methods inherited from interface oracle.jdeveloper.deploy.PlatformDeployable
getPlatform, setPlatform
 
Methods inherited from interface oracle.jdeveloper.deploy.common.ConnectionDefault
getDefaultConnection, setDefaultConnection
 

Field Detail

NONE

static final int NONE
See Also:
Constant Field Values

J2EE_APPLICATION

static final int J2EE_APPLICATION
See Also:
Constant Field Values

EJB_MODULE

static final int EJB_MODULE
See Also:
Constant Field Values

WEB_MODULE

static final int WEB_MODULE
See Also:
Constant Field Values

CLIENT_MODULE

static final int CLIENT_MODULE
See Also:
Constant Field Values

CONNECTOR_MODULE

static final int CONNECTOR_MODULE
See Also:
Constant Field Values

METADATA_MODULE

static final int METADATA_MODULE
See Also:
Constant Field Values

OAR_MODULE

static final int OAR_MODULE
See Also:
Constant Field Values

SAR_MODULE

static final int SAR_MODULE
See Also:
Constant Field Values
Method Detail

getEarURL

java.net.URL getEarURL()

setEarURL

void setEarURL(java.net.URL earURL)

getDeployClientMaxHeapSize

java.lang.Integer getDeployClientMaxHeapSize()

setDeployClientMaxHeapSize

void setDeployClientMaxHeapSize(java.lang.Integer deployClientMaxHeapSize)

isTransientProfile

boolean isTransientProfile()
                           throws TransientMarker
Throws:
TransientMarker

setTransientProfile

void setTransientProfile(boolean transientProfile)

setArchiveOptions

void setArchiveOptions(ArchiveOptions archiveOptions)

getPackagingType

int getPackagingType()
Returns one of the constants: J2EE_APPLICATION, EJB_MODULE, WEB_MODULE, or CLIENT_MODULE.


getProperties

java.util.Map getProperties()

setProperties

void setProperties(java.util.Map properties)

getProperty

java.lang.String getProperty(java.lang.String name)

putProperty

java.lang.String putProperty(java.lang.String name,
                             java.lang.String value)
Returns:
the previous value of the property, or null of no value was associated. A null value could also mean that the previous value was null.

removeProperty

java.lang.String removeProperty(java.lang.String name)
Returns:
the previous value of the property, or null of no value was associated. A null value could also mean that the previous value was null.

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.