org.netbeans.modules.j2ee.dd.api.ejb
Interface EjbJar
- All Superinterfaces:
- CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface, RootInterface
public interface EjbJar
- extends RootInterface
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface |
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
PROPERTY_VERSION
static final String PROPERTY_VERSION
- See Also:
- Constant Field Values
VERSION_1_1
static final String VERSION_1_1
- See Also:
- Constant Field Values
VERSION_2_0
static final String VERSION_2_0
- See Also:
- Constant Field Values
VERSION_2_1
static final String VERSION_2_1
- See Also:
- Constant Field Values
VERSION_3_0
static final String VERSION_3_0
- See Also:
- Constant Field Values
STATE_VALID
static final int STATE_VALID
- See Also:
- Constant Field Values
STATE_INVALID_PARSABLE
static final int STATE_INVALID_PARSABLE
- See Also:
- Constant Field Values
STATE_INVALID_UNPARSABLE
static final int STATE_INVALID_UNPARSABLE
- See Also:
- Constant Field Values
PROPERTY_STATUS
static final String PROPERTY_STATUS
- See Also:
- Constant Field Values
ENTERPRISE_BEANS
static final String ENTERPRISE_BEANS
- See Also:
- Constant Field Values
RELATIONSHIPS
static final String RELATIONSHIPS
- See Also:
- Constant Field Values
ASSEMBLY_DESCRIPTOR
static final String ASSEMBLY_DESCRIPTOR
- See Also:
- Constant Field Values
EJB_CLIENT_JAR
static final String EJB_CLIENT_JAR
- See Also:
- Constant Field Values
setVersion
void setVersion(BigDecimal version)
- Setter for version property.
Warning : Only the upgrade from lower to higher version is supported.
- Parameters:
version - ejb-jar version value
getVersion
BigDecimal getVersion()
- Getter for version property.
- Returns:
- property value
getError
SAXParseException getError()
- Getter for SAX Parse Error property.
Used when deployment descriptor is in invalid state.
- Returns:
- property value or null if in valid state
getStatus
int getStatus()
- Getter for status property.
- Returns:
- property value
setEnterpriseBeans
void setEnterpriseBeans(EnterpriseBeans value)
getEnterpriseBeans
EnterpriseBeans getEnterpriseBeans()
newEnterpriseBeans
EnterpriseBeans newEnterpriseBeans()
setRelationships
void setRelationships(Relationships value)
getSingleRelationships
Relationships getSingleRelationships()
newRelationships
Relationships newRelationships()
setAssemblyDescriptor
void setAssemblyDescriptor(AssemblyDescriptor value)
getSingleAssemblyDescriptor
AssemblyDescriptor getSingleAssemblyDescriptor()
newAssemblyDescriptor
AssemblyDescriptor newAssemblyDescriptor()
setEjbClientJar
void setEjbClientJar(String value)
getSingleEjbClientJar
String getSingleEjbClientJar()
setInterceptors
void setInterceptors(Interceptors valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getInterceptors
Interceptors getInterceptors()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newInterceptors
Interceptors newInterceptors()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException