Package org.eclipse.jst.j2ee.common

This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).

See:
          Description

Interface Summary
CommonFactory The Factory for the model.
CommonPackage Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CommonPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
CompatibilityDescriptionGroup A representation of the model object 'Compatibility Description Group'
DeploymentExtension A representation of the model object 'Deployment Extension'
Description A representation of the model object 'Description'
DescriptionGroup A representation of the model object 'Description Group'
DisplayName A representation of the model object 'Display Name'
EJBLocalRef The ejb-local-ref element is used for the declaration of a reference to another enterprise bean's local home.
EjbRef The ejb-ref element is used for the declaration of a reference to an enterprise bean's home.
EnvEntry The env-entry element contains the declaration of an application client's environment entries.
ExtensibleType A representation of the model object 'Extensible Type'
IconType A representation of the model object 'Icon Type'
Identity Specifies the run-as identity to be used for the execution of the methods of an enterprise bean.
J2EEEAttribute A representation of the model object 'J2EEE Attribute'
J2EEEObject A representation of the model object 'J2EEE Object'
JNDIEnvRefsGroup A representation of the model object 'JNDI Env Refs Group'
Listener Declares a class in the application must be registered as a web application listener bean.
MessageDestination A representation of the model object 'Message Destination'
MessageDestinationRef A representation of the model object 'Message Destination Ref'
ParamValue A representation of the model object 'Param Value'
QName A representation of the model object 'QName'
ResourceEnvRef The resource-env-ref element contains a declaration of an enterprise bean's reference to an administered object associated with a resource in the enterprise bean's environment.
ResourceRef The resource-ref element contains a declaration of application clients's reference to an external resource.
RunAsSpecifiedIdentity The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.
SecurityIdentity The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.
SecurityRole A semantic grouping of operations that may be performed by a subject.
SecurityRoleRef  
UseCallerIdentity The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.
 

Class Summary
EjbRefType  
EnvEntryType  
MessageDestinationUsageType A representation of the literals of the enumeration 'Message Destination Usage Type', and utility methods for working with them
ResAuthTypeBase A representation of the literals of the enumeration 'Res Auth Type Base', and utility methods for working with them
ResSharingScopeType  
 

Package org.eclipse.jst.j2ee.common Description

This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables). Using this api the common model artifacts can be created and accessed in any j2ee modules (Enterprise Application, Application Client, Web App, EJB App, Connectors). can be created and accessed. top