org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface EjbJar

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface, RootInterface

public interface EjbJar
extends RootInterface


Field Summary
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_1_1
           
static String VERSION_2_0
           
static String VERSION_2_1
           
static String VERSION_3_0
           
 
Fields inherited from interface org.netbeans.modules.j2ee.dd.api.common.RootInterface
MERGE_INTERSECT, MERGE_UNION, MERGE_UPDATE
 
Method Summary
 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.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.RootInterface
merge, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability
addBean, addBean, createBean
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability
findBeanByName
 
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
 

Field Detail

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
Method Detail

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

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.