public interface EjbJar extends RootInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSEMBLY_DESCRIPTOR |
static String |
EJB_CLIENT_JAR |
static String |
ENTERPRISE_BEANS |
static String |
PROPERTY_STATUS |
static String |
PROPERTY_VERSION |
static String |
RELATIONSHIPS |
static int |
STATE_INVALID_PARSABLE |
static int |
STATE_INVALID_UNPARSABLE |
static int |
STATE_VALID |
static String |
VERSION_2_1 |
static String |
VERSION_3_0 |
static String |
VERSION_3_1 |
static String |
VERSION_3_2
ejb-jar.xml DD version for JavaEE7
|
MERGE_INTERSECT, MERGE_UNION, MERGE_UPDATE| Modifier and Type | Method and Description |
|---|---|
EnterpriseBeans |
getEnterpriseBeans() |
SAXParseException |
getError()
Getter for SAX Parse Error property.
|
Interceptors |
getInterceptors() |
AssemblyDescriptor |
getSingleAssemblyDescriptor() |
String |
getSingleEjbClientJar() |
Relationships |
getSingleRelationships() |
int |
getStatus()
Getter for status property.
|
BigDecimal |
getVersion()
Getter for version property.
|
AssemblyDescriptor |
newAssemblyDescriptor() |
EnterpriseBeans |
newEnterpriseBeans() |
Interceptors |
newInterceptors() |
Relationships |
newRelationships() |
void |
setAssemblyDescriptor(AssemblyDescriptor value) |
void |
setEjbClientJar(String value) |
void |
setEnterpriseBeans(EnterpriseBeans value) |
void |
setInterceptors(Interceptors valueInterface) |
void |
setRelationships(Relationships value) |
void |
setVersion(BigDecimal version)
Setter for version property.
|
merge, writeaddPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptiongetAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayNameaddBean, addBean, createBeanfindBeanByNamegetAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIconstatic final String PROPERTY_VERSION
static final String VERSION_2_1
static final String VERSION_3_0
static final String VERSION_3_1
static final String VERSION_3_2
static final int STATE_VALID
static final int STATE_INVALID_PARSABLE
static final int STATE_INVALID_UNPARSABLE
static final String PROPERTY_STATUS
static final String ENTERPRISE_BEANS
static final String RELATIONSHIPS
static final String ASSEMBLY_DESCRIPTOR
static final String EJB_CLIENT_JAR
void setVersion(BigDecimal version)
version - ejb-jar version valueBigDecimal getVersion()
SAXParseException getError()
int getStatus()
void setEnterpriseBeans(EnterpriseBeans value)
EnterpriseBeans getEnterpriseBeans()
EnterpriseBeans newEnterpriseBeans()
void setRelationships(Relationships value)
Relationships getSingleRelationships()
Relationships newRelationships()
void setAssemblyDescriptor(AssemblyDescriptor value)
AssemblyDescriptor getSingleAssemblyDescriptor()
AssemblyDescriptor newAssemblyDescriptor()
void setEjbClientJar(String value)
String getSingleEjbClientJar()
void setInterceptors(Interceptors valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionInterceptors getInterceptors() throws VersionNotSupportedException
VersionNotSupportedExceptionInterceptors newInterceptors() throws VersionNotSupportedException
VersionNotSupportedExceptionBuilt on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.