Package org.eclipse.jst.j2ee.jca

This package includes the connector module model api.

See:
          Description

Interface Summary
ActivationSpec A representation of the model object 'Activation Spec'
AdminObject A representation of the model object 'Admin Object'
AuthenticationMechanism The element authentication-mechanism specifies an authentication mechanism supported by the resource adapter.
ConfigProperty The config property contains a declaration of a single configuration property for a ManagedConnectionFactory instance.
ConnectionDefinition A representation of the model object 'Connection Definition'
Connector The connector element is the root element of the deployment descriptor for the resource adapter.
ConnectorResource  
InboundResourceAdapter A representation of the model object 'Inbound Resource Adapter'
JcaFactory  
JcaPackage Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JcaPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
License Specifies licensing requirements for the resource adapter module.
MessageAdapter A representation of the model object 'Message Adapter'
MessageListener A representation of the model object 'Message Listener'
OutboundResourceAdapter A representation of the model object 'Outbound Resource Adapter'
RequiredConfigPropertyType A representation of the model object 'Required Config Property Type'
ResourceAdapter Specifies information about the resource adapter.
SecurityPermission Specifies a security permission that is required by the resource adapter code.
 

Class Summary
AuthenticationMechanismType  
TransactionSupportKind  
 

Package org.eclipse.jst.j2ee.jca Description

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