Skip navigation links 
 
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
 
 
  
 
 
 
| 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.common.ConnectionDefault | 
getDefaultConnection, setDefaultConnection | 
 
 
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
 
 
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.
 
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.