Interface CommonDataSource

    • Method Detail

      • getTransactionIsolation

        TransactionIsolation getTransactionIsolation()
        Get the transactionIsolation.
        Returns:
        the transactionIsolation.
      • getTimeOut

        TimeOut getTimeOut()
        Get the timeOut
        Returns:
        the timeOut.
      • getSecurity

        DsSecurity getSecurity()
        Get the security.
        Returns:
        the security.
      • getValidation

        Validation getValidation()
        Get the validation.
        Returns:
        the validation.
      • isUseJavaContext

        Boolean isUseJavaContext()
        Get the useJavaContext.
        Returns:
        the useJavaContext.
      • getPoolName

        String getPoolName()
        Get the poolName.
        Returns:
        the poolName.
      • isEnabled

        Boolean isEnabled()
        Get the enabled.
        Returns:
        the enabled.
      • getJndiName

        String getJndiName()
        Get the jndiName.
        Returns:
        the jndiName.
      • isSpy

        Boolean isSpy()
        Get the spy.
        Returns:
        the spy.
      • isUseCcm

        Boolean isUseCcm()
        Get the use-ccm.
        Returns:
        the use-ccm.
      • getMcp

        String getMcp()
        Get the mcp
        Returns:
        the mcp
      • isEnlistmentTrace

        Boolean isEnlistmentTrace()
        Get the enlistment trace
        Returns:
        the enlistment trace
      • getDriver

        String getDriver()
        Get the driver
        Returns:
        The value
      • setEnabled

        void setEnabled​(Boolean enabled)
        Set the enabled.
        Parameters:
        enabled - The enabled to set.