ilog.rules.res.persistence.trace

Enum IlrTraceDAOFactoryType

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<IlrTraceDAOFactoryType>


    public enum IlrTraceDAOFactoryType
    extends java.lang.Enum<IlrTraceDAOFactoryType>
    Enumeration for specifying the trace DAO types supplied with JRules, such as JDBC_DRIVER, or JDBC_DATASOURCE.
    Since:
    7.0
    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      JDBC_DATASOURCE
      Database persistence, specifying a datasource configuration.
      JDBC_DRIVER
      Database persistence, specifying a JDBC driver configuration.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static IlrTraceDAOFactoryType valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static IlrTraceDAOFactoryType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • JDBC_DRIVER

        public static final IlrTraceDAOFactoryType JDBC_DRIVER
        Database persistence, specifying a JDBC driver configuration.
      • JDBC_DATASOURCE

        public static final IlrTraceDAOFactoryType JDBC_DATASOURCE
        Database persistence, specifying a datasource configuration.
    • Method Detail

      • values

        public static IlrTraceDAOFactoryType[] values()
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static IlrTraceDAOFactoryType valueOf(java.lang.String name)
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name

© Copyright IBM Corp. 1987, 2020