Interface ConnectorConstants

    • Field Detail

      • CONNECTOR_MODULE

        static final String CONNECTOR_MODULE
        Represents the connector container module name / type
        See Also:
        Constant Field Values
      • JDBCDATASOURCE_RA_NAME

        static final String JDBCDATASOURCE_RA_NAME
        JDBC datasource system resource adapter name.
        See Also:
        Constant Field Values
      • JDBCCONNECTIONPOOLDATASOURCE_RA_NAME

        static final String JDBCCONNECTIONPOOLDATASOURCE_RA_NAME
        JDBC connectionpool datasource system resource adapter name.
        See Also:
        Constant Field Values
      • JDBCDRIVER_RA_NAME

        static final String JDBCDRIVER_RA_NAME
        JDBC Driver Manager system resource adapter name.
        See Also:
        Constant Field Values
      • DEFAULT_JMS_ADAPTER

        static final String DEFAULT_JMS_ADAPTER
        JMS datasource system resource adapter name.
        See Also:
        Constant Field Values
      • jdbcSystemRarNames

        static final List<String> jdbcSystemRarNames
        List of jdbc system resource adapter names
      • systemRarNames

        static final List<String> systemRarNames
        List of system resource adapter names
      • systemRarsAllowingPoolCreation

        static final List<String> systemRarsAllowingPoolCreation
        Indicates the list of system-rars for which connector connection pools can be created
      • HIDDEN_CLI_NAME_VALUE_PAIR_DELIMITER

        static final String HIDDEN_CLI_NAME_VALUE_PAIR_DELIMITER
        delimiter used in hidden CLIs when name-value pairs are returned in response
        See Also:
        Constant Field Values
      • RESERVE_PREFIX

        static final String RESERVE_PREFIX
        Reserver JNDI context under which sub contexts for default resources and all connector connection pools are created Subcontext for connector descriptors bounding is also done under this context.
        See Also:
        Constant Field Values
      • SUN_RA_POOL

        static final String SUN_RA_POOL
        Token used for generation of poolname pertaining to sun-ra.xml. Generated pool name will be rarName+POOLNAME_APPENDER+connectionDefName+SUN_RA_POOL. SUNRA connector connections pools are are named and bound after this name. Pool object will be bound under POOLS_JNDINAME_PREFIX subcontext. To lookup a pool the jndi name should be POOLS_JNDINAME_PREFIX/rarName+POOLNAME_APPENDER+connectionDefName +SUN_RA_POOL
        See Also:
        Constant Field Values
      • SECURITYMAPMETACHAR

        static final String SECURITYMAPMETACHAR
        Meta char for mapping the security for connection pools
        See Also:
        Constant Field Values
      • POOLNAME_APPENDER

        static final String POOLNAME_APPENDER
        Token used for default poolname generation. Generated pool name will be rarName+POOLNAME_APPENDER+connectionDefName.Default connector connections pools are are named and bound after this name. Pool object will be bound under POOLS_JNDINAME_PREFIX subcontext. To lookup a pool the jndi name should be POOLS_JNDINAME_PREFIX/rarName+POOLNAME_APPENDER+connectionDefName
        See Also:
        Constant Field Values
      • RESOURCENAME_APPENDER

        static final String RESOURCENAME_APPENDER
        Token used for default connector resource generation.Generated connector resource name and JNDI names will be RESOURCE_JNDINAME_PREFIX+rarName+RESOURCENAME_APPENDER+connectionDefName This name should be used to lookup connector resource.
        See Also:
        Constant Field Values
      • MONITORING_CONNECTOR_SERVICE_MODULE_NAME

        static final String MONITORING_CONNECTOR_SERVICE_MODULE_NAME
        represents the monitoring-service level element name
        See Also:
        Constant Field Values
      • MONITORING_CONNECTOR_SERVICE

        static final String MONITORING_CONNECTOR_SERVICE
        represents the monitoring-service hierarchy elements
        eg: server.connector-service.<RA-NAME>.work-management
        See Also:
        Constant Field Values
      • POOLS_JNDINAME_PREFIX

        static final String POOLS_JNDINAME_PREFIX
        Reserved sub-context where pool objets are bound with generated names.
        See Also:
        Constant Field Values
      • CONCURRENT_JNDINAME_PREFIX

        static final String CONCURRENT_JNDINAME_PREFIX
        Reserved sub-context where concurrent objects are bound with generated names.
        See Also:
        Constant Field Values
      • RESOURCE_JNDINAME_PREFIX

        static final String RESOURCE_JNDINAME_PREFIX
        Reserved sub-context where connector resource objects are bound with generated names.
        See Also:
        Constant Field Values
      • THROW_TRANSACTED_EXCEPTIONS_PROP

        static final String THROW_TRANSACTED_EXCEPTIONS_PROP
        Property name for distinguishing the transaction exceptions propagation capability.
        See Also:
        Constant Field Values
      • sysThrowExcp

        static final String sysThrowExcp
        System Property value for distinguishing the transaction exceptions propagation capability.
      • THROW_TRANSACTED_EXCEPTIONS

        static final boolean THROW_TRANSACTED_EXCEPTIONS
        Property value for distinguishing the transaction exceptions propagation capability.
      • DEFAULT_RESOURCE_ADAPTER_SHUTDOWN_TIMEOUT

        static final int DEFAULT_RESOURCE_ADAPTER_SHUTDOWN_TIMEOUT
        See Also:
        Constant Field Values
      • NO_TRANSACTION_TX_SUPPORT_STRING

        static final String NO_TRANSACTION_TX_SUPPORT_STRING
        Property value for defining NoTransaction transaction-support in a connector-connection-pool
        See Also:
        Constant Field Values
      • LOCAL_TRANSACTION_TX_SUPPORT_STRING

        static final String LOCAL_TRANSACTION_TX_SUPPORT_STRING
        Property value for defining LocalTransaction transaction-support in a connector-connection-pool
        See Also:
        Constant Field Values
      • XA_TRANSACTION_TX_SUPPORT_STRING

        static final String XA_TRANSACTION_TX_SUPPORT_STRING
        Property value for defining XATransaction transaction-support in a connector-connection-pool
        See Also:
        Constant Field Values
      • NO_TRANSACTION_INT

        static final int NO_TRANSACTION_INT
        Property value defining the NoTransaction transaction-support value as an integer
        See Also:
        Constant Field Values
      • LOCAL_TRANSACTION_INT

        static final int LOCAL_TRANSACTION_INT
        Property value defining the LocalTransaction transaction-support value as an integer
        See Also:
        Constant Field Values
      • XA_TRANSACTION_INT

        static final int XA_TRANSACTION_INT
        Property value defining the XATransaction transaction-support value as an integer
        See Also:
        Constant Field Values
      • UNDEFINED_TRANSACTION_INT

        static final int UNDEFINED_TRANSACTION_INT
        Property value defining an undefined transaction-support value as an integer
        See Also:
        Constant Field Values
      • JMS_POOL_MINSIZE

        static final int JMS_POOL_MINSIZE
        Min pool size for JMS connection pools.
        See Also:
        Constant Field Values
      • JMS_POOL_MAXSIZE

        static final int JMS_POOL_MAXSIZE
        Min pool size for JMS connection pools.
        See Also:
        Constant Field Values
      • JNDI_SUFFIX_PROPERTY

        static final String JNDI_SUFFIX_PROPERTY
        Name of the JNDI environment property that can be provided so that the ObjectFactory can decide which type of datasource create.
        See Also:
        Constant Field Values
      • JNDI_SUFFIX_VALUES

        static final List<String> JNDI_SUFFIX_VALUES
        Valid values that can be provided to the JNDI property.