Package org.eclipse.jst.j2ee.ejb

This package includes the enterprise bean module model api.

See:
          Description

Interface Summary
ActivationConfig A representation of the model object 'Activation Config'
ActivationConfigProperty A representation of the model object 'Activation Config Property'
AssemblyDescriptor The assembly-descriptor element contains application-assembly information.
CMPAttribute Describes a container-managed field.
CMRField Describes the bean provider's view of a relationship.
CommonRelationship Insert the type's description here.
CommonRelationshipRole Insert the type's description here.
ContainerManagedEntity  
EJBExtensionFilter Insert the type's description here.
EjbFactory  
EJBJar The root element of the EJB deployment descriptor.
EJBMethodCategory The valid EJB method category names are: EJBHOMEMETHOD, EJBCREATEMETHOD, EJBFINDERMETHOD, EJBREMOTEMETHOD.
EjbPackage Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
EjbPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
EJBRelation The ejb-relation element describes a relationship between two entity beans with container managed persistence.
EJBRelationshipRole The ejb-relationship-role element describes a role within a relationship.
EJBResource  
EnterpriseBean  
Entity The entity element declares an entity bean.
ExcludeList The exclude list element defines a set of methods which the Assembler marks to be uncallable.
IRoleShapeStrategy Insert the type's description here.
MessageDriven  
MessageDrivenDestination The message-driven-destination element provides advice to the Deployer as to whether a message-driven bean is intended for a Queue or a Topic.
MethodElement The method element is used to denote a method of an enterprise bean's home or remote interface, or a set of methods.
MethodPermission The method-permission element specifies that one or more security roles are allowed to invoke one or more enterprise bean methods.
MethodTransaction Specifies how the container must manage transaction scopes for the enterprise bean's method invocations.
Query The query element is used to specify a finder or select query.
QueryMethod  
Relationships The relationships describes the relationships in which entity beans with container managed persistence participate.
RoleSource Designates the source of a role that participates in a relationship.
Session The session element declares an session bean.
 

Class Summary
AcknowledgeMode  
DestinationType  
EjbMethodElementComparator  
EjbMethodElementHelper  
MethodElementKind  
MultiplicityKind  
ReturnTypeMapping  
SessionType  
SubscriptionDurabilityKind  
TransactionAttributeType  
TransactionType  
 

Package org.eclipse.jst.j2ee.ejb Description

This package includes the enterprise bean module model api. Using this api the artifacts of an enterprise bean app can be created and accessed. top