BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules.jrules
Class JRulesResources

java.lang.Object
  |
  +--com.beasys.commerce.axiom.reasoning.rules.jrules.JRulesResources

public class JRulesResources
extends java.lang.Object

Provides resources that are used throughout the jrules package


Field Summary
static java.lang.String MESSAGE_ILLEGAL_ARGUMENT
          Name of message resource for IllegalArgumentException
static java.lang.String MESSAGE_ILLEGAL_STATE_RELEASED
          Name of message resource for IllegalStateException -- context released
static java.lang.String MESSAGE_OPERATION_NOT_SUPPORTED
          Name of message resource for ServiceProviderException -- operation not supported
static java.lang.String MESSAGE_PARSE_ERROR
          Name of the message resource for ServiceProviderException -- parse error
static java.lang.String MESSAGE_RULESET_ALREADY_EXISTS
          Name of the message resource for ServiceProviderException -- ruleset already exists
static java.lang.String MESSAGE_RULESET_DOES_NOT_EXIST
          Name of the message resource for ServiceProviderException -- ruleset does not exist
static java.lang.String MESSAGE_STACK_FULL
          Name of message resource for ServiceProviderException -- stack full
static java.lang.String MESSAGE_UNABLE_TO_ADD_OBJECT
          Name of message resource for ServiceProviderException -- unable to add object to context
static java.lang.String MESSAGE_UNABLE_TO_ADD_RULESET
          Name of the message resource for ServiceProviderException -- unable to add ruleset
static java.lang.String MESSAGE_UNABLE_TO_CREATE_ELEMENT
          Name of message resource for ServiceProviderException -- Unable to create language element
static java.lang.String MESSAGE_UNABLE_TO_FIRE_RULES
          Name of message resource for ServiceProviderException -- unable to fire rules
static java.lang.String MESSAGE_UNABLE_TO_GET_OBJECTS
          Name of message resource for ServiceProviderException -- unable to get objects
static java.lang.String MESSAGE_UNABLE_TO_HALT
          Name of message resource for ServiceProviderException -- unable to halt
static java.lang.String MESSAGE_UNABLE_TO_INITIALIZE
          Name of message resource for ServiceProviderException -- unable to initialize
static java.lang.String MESSAGE_UNABLE_TO_PARSE
          Name of message resource for SAXException -- unable to parse ruleset
static java.lang.String MESSAGE_UNABLE_TO_PARSE_FACTORY
          Name of message resource for ServiceProviderException -- unable to parse factory
static java.lang.String MESSAGE_UNABLE_TO_PARSE_ROOT
          Name of message resource for ServiceProviderException -- unable to parse root root element
static java.lang.String MESSAGE_UNABLE_TO_RELEASE_CONTEXT
          Name of message resource for ServiceProviderException -- unable to release
static java.lang.String MESSAGE_UNABLE_TO_REMOVE_OBJECTS
          Name of message resource for ServiceProviderException -- unable to remove objects
static java.util.ResourceBundle messages
          The messages resource bundle
static java.lang.String RESOURCE_BUNDLE
          Name of the message resource bundle.
 
Constructor Summary
JRulesResources()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_ILLEGAL_ARGUMENT

public static final java.lang.String MESSAGE_ILLEGAL_ARGUMENT
Name of message resource for IllegalArgumentException

MESSAGE_ILLEGAL_STATE_RELEASED

public static final java.lang.String MESSAGE_ILLEGAL_STATE_RELEASED
Name of message resource for IllegalStateException -- context released

MESSAGE_OPERATION_NOT_SUPPORTED

public static final java.lang.String MESSAGE_OPERATION_NOT_SUPPORTED
Name of message resource for ServiceProviderException -- operation not supported

MESSAGE_PARSE_ERROR

public static final java.lang.String MESSAGE_PARSE_ERROR
Name of the message resource for ServiceProviderException -- parse error

MESSAGE_RULESET_ALREADY_EXISTS

public static final java.lang.String MESSAGE_RULESET_ALREADY_EXISTS
Name of the message resource for ServiceProviderException -- ruleset already exists

MESSAGE_RULESET_DOES_NOT_EXIST

public static final java.lang.String MESSAGE_RULESET_DOES_NOT_EXIST
Name of the message resource for ServiceProviderException -- ruleset does not exist

MESSAGE_STACK_FULL

public static final java.lang.String MESSAGE_STACK_FULL
Name of message resource for ServiceProviderException -- stack full

MESSAGE_UNABLE_TO_ADD_OBJECT

public static final java.lang.String MESSAGE_UNABLE_TO_ADD_OBJECT
Name of message resource for ServiceProviderException -- unable to add object to context

MESSAGE_UNABLE_TO_ADD_RULESET

public static final java.lang.String MESSAGE_UNABLE_TO_ADD_RULESET
Name of the message resource for ServiceProviderException -- unable to add ruleset

MESSAGE_UNABLE_TO_CREATE_ELEMENT

public static final java.lang.String MESSAGE_UNABLE_TO_CREATE_ELEMENT
Name of message resource for ServiceProviderException -- Unable to create language element

MESSAGE_UNABLE_TO_FIRE_RULES

public static final java.lang.String MESSAGE_UNABLE_TO_FIRE_RULES
Name of message resource for ServiceProviderException -- unable to fire rules

MESSAGE_UNABLE_TO_GET_OBJECTS

public static final java.lang.String MESSAGE_UNABLE_TO_GET_OBJECTS
Name of message resource for ServiceProviderException -- unable to get objects

MESSAGE_UNABLE_TO_HALT

public static final java.lang.String MESSAGE_UNABLE_TO_HALT
Name of message resource for ServiceProviderException -- unable to halt

MESSAGE_UNABLE_TO_INITIALIZE

public static final java.lang.String MESSAGE_UNABLE_TO_INITIALIZE
Name of message resource for ServiceProviderException -- unable to initialize

MESSAGE_UNABLE_TO_PARSE

public static final java.lang.String MESSAGE_UNABLE_TO_PARSE
Name of message resource for SAXException -- unable to parse ruleset

MESSAGE_UNABLE_TO_PARSE_FACTORY

public static final java.lang.String MESSAGE_UNABLE_TO_PARSE_FACTORY
Name of message resource for ServiceProviderException -- unable to parse factory

MESSAGE_UNABLE_TO_PARSE_ROOT

public static final java.lang.String MESSAGE_UNABLE_TO_PARSE_ROOT
Name of message resource for ServiceProviderException -- unable to parse root root element

MESSAGE_UNABLE_TO_RELEASE_CONTEXT

public static final java.lang.String MESSAGE_UNABLE_TO_RELEASE_CONTEXT
Name of message resource for ServiceProviderException -- unable to release

MESSAGE_UNABLE_TO_REMOVE_OBJECTS

public static final java.lang.String MESSAGE_UNABLE_TO_REMOVE_OBJECTS
Name of message resource for ServiceProviderException -- unable to remove objects

RESOURCE_BUNDLE

public static final java.lang.String RESOURCE_BUNDLE
Name of the message resource bundle.

messages

public static java.util.ResourceBundle messages
The messages resource bundle
Constructor Detail

JRulesResources

public JRulesResources()

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved