org.eclipse.jst.j2ee.jca
Interface JcaFactory
- public interface JcaFactory
- Since:
- 1.0
eINSTANCE
public static final JcaFactory eINSTANCE
- The singleton instance of the factory.
createConnector
public Connector createConnector()
- Returns:
- Connector value
createLicense
public License createLicense()
- Returns:
- License value
createInboundResourceAdapter
public InboundResourceAdapter createInboundResourceAdapter()
- Returns a new object of class 'Inbound Resource Adapter'.
- Returns:
- a new object of class 'Inbound Resource Adapter'.
createOutboundResourceAdapter
public OutboundResourceAdapter createOutboundResourceAdapter()
- Returns a new object of class 'Outbound Resource Adapter'.
- Returns:
- a new object of class 'Outbound Resource Adapter'.
createMessageAdapter
public MessageAdapter createMessageAdapter()
- Returns a new object of class 'Message Adapter'.
- Returns:
- a new object of class 'Message Adapter'.
createConnectionDefinition
public ConnectionDefinition createConnectionDefinition()
- Returns a new object of class 'Connection Definition'.
- Returns:
- a new object of class 'Connection Definition'.
createAdminObject
public AdminObject createAdminObject()
- Returns a new object of class 'Admin Object'.
- Returns:
- a new object of class 'Admin Object'.
createMessageListener
public MessageListener createMessageListener()
- Returns a new object of class 'Message Listener'.
- Returns:
- a new object of class 'Message Listener'.
createActivationSpec
public ActivationSpec createActivationSpec()
- Returns a new object of class 'Activation Spec'.
- Returns:
- a new object of class 'Activation Spec'.
createRequiredConfigPropertyType
public RequiredConfigPropertyType createRequiredConfigPropertyType()
- Returns a new object of class 'Required Config Property Type'.
- Returns:
- a new object of class 'Required Config Property Type'.
createResourceAdapter
public ResourceAdapter createResourceAdapter()
- Returns:
- ResourceAdapter value
createSecurityPermission
public SecurityPermission createSecurityPermission()
- Returns:
- SecurityPermission value
createAuthenticationMechanism
public AuthenticationMechanism createAuthenticationMechanism()
- Returns:
- AuthenticationMechanism value
createConfigProperty
public ConfigProperty createConfigProperty()
- Returns:
- ConfigProperty value
getJcaPackage
public JcaPackage getJcaPackage()
- Returns the package supported by this factory.
This method is NOT api, and may change in future releases.
EMF package classes should be access via their "eINSTANCE" static fields
- Returns:
- the package supported by this factory.