Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.j2ee.descriptor.wl.JMSConnectionFactoryBean

Packages that use JMSConnectionFactoryBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl

 

Uses of JMSConnectionFactoryBean in weblogic.j2ee.descriptor.wl

 

Methods in weblogic.j2ee.descriptor.wl that return JMSConnectionFactoryBean
abstract  JMSConnectionFactoryBean ClientSAFBean.createConnectionFactory(String name)
          Creates a connection factory bean and adds it to this JMS module
abstract  JMSConnectionFactoryBean JMSBean.createConnectionFactory(String name)
          Creates a connection factory bean and adds it to this JMS module
abstract  JMSConnectionFactoryBean[] ClientSAFBean.getConnectionFactories()
          Gets all connection factory beans found in the JMS module
abstract  JMSConnectionFactoryBean[] JMSBean.getConnectionFactories()
           Defines a set of connection configuration parameters that are used to create connections for JMS clients.
abstract  JMSConnectionFactoryBean ClientSAFBean.lookupConnectionFactory(String name)
          Locates a connection factory bean with the given name
abstract  JMSConnectionFactoryBean JMSBean.lookupConnectionFactory(String name)
          Locates a connection factory bean with the given name

 

Methods in weblogic.j2ee.descriptor.wl with parameters of type JMSConnectionFactoryBean
abstract  void ClientSAFBean.destroyConnectionFactory(JMSConnectionFactoryBean connectionFactory)
          Removes a connection factory bean from this JMS module
abstract  void JMSBean.destroyConnectionFactory(JMSConnectionFactoryBean connectionFactory)
          Removes a connection factory bean from this JMS module

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09