Class ManagedConnectionFactoryImpl

    • Constructor Detail

      • ManagedConnectionFactoryImpl

        public ManagedConnectionFactoryImpl()
      • ManagedConnectionFactoryImpl

        public ManagedConnectionFactoryImpl​(Properties props)
    • Method Detail

      • 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 javax.resource.ResourceException
        Throws:
        javax.resource.ResourceException
      • getEJBServantBaseURL

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

        public void setEJBServantBaseURL​(String url)
                                  throws javax.resource.ResourceException
        Throws:
        javax.resource.ResourceException
      • createConnectionFactory

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

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

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

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

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

        public Bus getBus()
      • getBootstrapContext

        protected Object getBootstrapContext()