oracle.jdeveloper.deploy.j2ee
Interface J2eePackaging
- All Superinterfaces:
- oracle.jdeveloper.deploy.common.ConnectionDefault, oracle.jdeveloper.deploy.common.Interdependency, JarPackaging, PlatformDeployable
- All Known Implementing Classes:
- ClientProfile, ConnectorProfile, EarProfile, EjbProfile, J2eeProfile, WarProfile
public interface J2eePackaging
- extends oracle.jdeveloper.deploy.common.ConnectionDefault, JarPackaging, PlatformDeployable
Methods inherited from interface oracle.jdeveloper.deploy.common.ConnectionDefault |
getDefaultConnection, setDefaultConnection |
Methods inherited from interface oracle.jdeveloper.deploy.common.Interdependency |
addDependency, getDependencies, removeDependency |
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
setJarURL
void setJarURL(java.net.URL jarURL)
getEarURL
java.net.URL getEarURL()
setEarURL
void setEarURL(java.net.URL earURL)
getEnterpriseAppName
java.lang.String getEnterpriseAppName()
setEnterpriseAppName
void setEnterpriseAppName(java.lang.String enterpriseAppName)
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)
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.
getPackagingType
int getPackagingType()
- Returns one of the constants: J2EE_APPLICATION, EJB_MODULE,
WEB_MODULE, or CLIENT_MODULE.
Copyright © 1997, 2009, Oracle. All rights reserved.