Class ManagedConnectionFactoryImpl

All Implemented Interfaces:
jakarta.resource.spi.ManagedConnectionFactory, Serializable, CXFManagedConnectionFactory
Direct Known Subclasses:
AssociatedManagedConnectionFactoryImpl

public class ManagedConnectionFactoryImpl extends AbstractManagedConnectionFactoryImpl implements CXFManagedConnectionFactory
See Also:
  • Field Details

  • Constructor Details

    • ManagedConnectionFactoryImpl

      public ManagedConnectionFactoryImpl()
    • ManagedConnectionFactoryImpl

      public ManagedConnectionFactoryImpl(Properties props)
  • Method Details

    • setLogLevel

      public void setLogLevel(String logLevel)
    • setEJBServicePropertiesURL

      public void setEJBServicePropertiesURL(String name)
    • setMonitorEJBServiceProperties

      public void setMonitorEJBServiceProperties(Boolean monitor)
    • setEJBServicePropertiesPollInterval

      public void setEJBServicePropertiesPollInterval(Integer pollInterval)
    • getLogLevel

      public String getLogLevel()
    • getEJBServicePropertiesURL

      public String getEJBServicePropertiesURL()
    • getMonitorEJBServiceProperties

      public Boolean getMonitorEJBServiceProperties()
    • getEJBServicePropertiesPollInterval

      public Integer getEJBServicePropertiesPollInterval()
    • getEJBServicePropertiesURLInstance

      public URL getEJBServicePropertiesURLInstance() throws jakarta.resource.ResourceException
      Throws:
      jakarta.resource.ResourceException
    • getEJBServantBaseURL

      public String getEJBServantBaseURL() throws jakarta.resource.ResourceException
      Throws:
      jakarta.resource.ResourceException
    • setEJBServantBaseURL

      public void setEJBServantBaseURL(String url) throws jakarta.resource.ResourceException
      Throws:
      jakarta.resource.ResourceException
    • validateReference

      protected void validateReference(AbstractManagedConnectionImpl conn, Subject subj)
      Specified by:
      validateReference in class AbstractManagedConnectionFactoryImpl
    • createConnectionFactory

      public Object createConnectionFactory() throws jakarta.resource.ResourceException
      Specified by:
      createConnectionFactory in interface jakarta.resource.spi.ManagedConnectionFactory
      Specified by:
      createConnectionFactory in class AbstractManagedConnectionFactoryImpl
      Throws:
      jakarta.resource.ResourceException
    • createConnectionFactory

      public Object createConnectionFactory(jakarta.resource.spi.ConnectionManager connMgr) throws jakarta.resource.ResourceException
      Specified by:
      createConnectionFactory in interface jakarta.resource.spi.ManagedConnectionFactory
      Specified by:
      createConnectionFactory in class AbstractManagedConnectionFactoryImpl
      Throws:
      jakarta.resource.ResourceException
    • createManagedConnection

      public jakarta.resource.spi.ManagedConnection createManagedConnection(Subject subject, jakarta.resource.spi.ConnectionRequestInfo connReqInfo) throws jakarta.resource.ResourceException
      Specified by:
      createManagedConnection in interface jakarta.resource.spi.ManagedConnectionFactory
      Specified by:
      createManagedConnection in class AbstractManagedConnectionFactoryImpl
      Throws:
      jakarta.resource.ResourceException
    • close

      public void close() throws jakarta.resource.spi.ResourceAdapterInternalException
      Specified by:
      close in class AbstractManagedConnectionFactoryImpl
      Throws:
      jakarta.resource.spi.ResourceAdapterInternalException
    • init

      protected void init(ClassLoader appserverClassLoader) throws jakarta.resource.ResourceException
      Throws:
      jakarta.resource.ResourceException
    • getBus

      public Bus getBus()
    • getBootstrapContext

      protected Object getBootstrapContext()