Rule Execution Server API

ilog.rules.res.persistence.trace
Enum IlrTraceDAOFactoryType

java.lang.Object
  extended by java.lang.Enum<IlrTraceDAOFactoryType>
      extended by ilog.rules.res.persistence.trace.IlrTraceDAOFactoryType
All Implemented Interfaces:
Serializable, Comparable<IlrTraceDAOFactoryType>

public enum IlrTraceDAOFactoryType
extends 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
JDBC_DATASOURCE
          Database persistence, specifying a datasource configuration.
JDBC_DRIVER
          Database persistence, specifying a JDBC driver configuration.
 
Method Summary
static IlrTraceDAOFactoryType valueOf(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(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
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

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013