BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules.service
Class Resources

java.lang.Object
  |
  +--com.beasys.commerce.axiom.reasoning.rules.service.Resources

public class Resources
extends java.lang.Object

Provides resources that are used throughout the service package


Field Summary
static java.lang.String MESSAGE_ILLEGAL_ARGUMENT
          Name of message resource for IllegalArgumentException
static java.lang.String MESSAGE_ILLEGAL_STATE_CONTEXT_RELEASED
          Name of message resource for IllegalStateException -- context released
static java.lang.String MESSAGE_INVALID_RELOAD_POLICY
          Name of message resource for RulesServiceException -- invalid rule set reload policy
static java.lang.String MESSAGE_MISSING_PROPERTY
          Name of message resource for RulesServiceException -- missing property
static java.lang.String MESSAGE_NO_SP_FOR_URI
          Name of message resource for RulesServiceException -- no service provider for uri
static java.lang.String MESSAGE_STACK_FULL
          Name of message resource for RulesServiceException -- context wrapper stack full
static java.lang.String MESSAGE_UNABLE_TO_ADAPT_INPUT
          Name of message resource for RulesServiceException -- unable to adapt input objects
static java.lang.String MESSAGE_UNABLE_TO_ADAPT_OUTPUT
          Name of message resource for RulesServiceException -- unable to adapt output objects
static java.lang.String MESSAGE_UNABLE_TO_ADD_OBJECT
          Name of message resource for RulesServiceException -- unable to add object to context
static java.lang.String MESSAGE_UNABLE_TO_APPLY_RULES
          Name of message resource for RulesServiceException -- unable to apply rules
static java.lang.String MESSAGE_UNABLE_TO_APPLY_RULES_WHILE_ADAPTING
          Name of message resource for RulesServiceException -- unable to apply rules while adapting objects
static java.lang.String MESSAGE_UNABLE_TO_APPLY_RULES_WITHOUT_ADAPTING
          Name of message resource for RulesServiceException -- unable to apply rules without adapting objects
static java.lang.String MESSAGE_UNABLE_TO_CLOSE_JNDI_CONTEXT
          Name of message resource for RulesServiceException -- unable to close jndi context
static java.lang.String MESSAGE_UNABLE_TO_CREATE_RULESET_FOR_NATIVE
          Name of message resource for RulesServiceException -- unable to create ruleset for native rules
static java.lang.String MESSAGE_UNABLE_TO_CREATE_RULESET_FOR_XML
          Name of message resource for RulesServiceException -- unable to create ruleset for xml rules
static java.lang.String MESSAGE_UNABLE_TO_CREATE_SERVICE
          Name of message resource for CreateException
static java.lang.String MESSAGE_UNABLE_TO_CREATE_URI
          Name of message resource for RulesServiceException -- unable to create fully-qualified uri
static java.lang.String MESSAGE_UNABLE_TO_CREATE_WRAPPER
          Name of message resource for RulesServiceException -- unable to create wrapped context
static java.lang.String MESSAGE_UNABLE_TO_DETERMINE_ADAPTATION
          Name of message resource for RulesServiceException -- unable to determine if objects need adaptation
static java.lang.String MESSAGE_UNABLE_TO_DETERMINE_MIME_TYPE
          Name of message resource for RulesServiceException -- unable to determine mime type for uri
static java.lang.String MESSAGE_UNABLE_TO_DETERMINE_SP
          Name of message resource for RulesServiceException -- unable to determine service provider for mime type
static java.lang.String MESSAGE_UNABLE_TO_FIRE_RULES
          Name of message resource for RulesServiceException -- unable to fire rules
static java.lang.String MESSAGE_UNABLE_TO_GET_CONTEXT_WRAPPER
          Name of message resource for RulesServiceException -- unable to get context wrapper
static java.lang.String MESSAGE_UNABLE_TO_GET_DB_CONNECTION
          Name of message resource for RulesServiceException -- unable to get database connection
static java.lang.String MESSAGE_UNABLE_TO_GET_OBJECTS
          Name of message resource for RulesServiceException -- unable to get objects
static java.lang.String MESSAGE_UNABLE_TO_GET_SP
          Name of message resource for RulesServiceException -- unable to get service provider
static java.lang.String MESSAGE_UNABLE_TO_HALT
          Name of message resource for RulesServiceException -- unable to halt
static java.lang.String MESSAGE_UNABLE_TO_INIT_SPM
          Name of message resource for RulesServiceException -- unable to initialize service provider manager
static java.lang.String MESSAGE_UNABLE_TO_INITIALIZE
          Name of message resource for RulesServiceException -- unable to initialize
static java.lang.String MESSAGE_UNABLE_TO_INSERT_RULESET_DATA
          Name of message resource for RemoteException -- unable to insert ruleset data
static java.lang.String MESSAGE_UNABLE_TO_LOAD_RULESET_FROM_DB
          Name of message resource for FinderException -- unable to load ruleset from data base
static java.lang.String MESSAGE_UNABLE_TO_LOAD_SP
          Name of message resource for RulesServiceException -- unable to load service provider
static java.lang.String MESSAGE_UNABLE_TO_LOCATE_RULESET
          Name of message resource for FinderException -- unable to locate ruleset
static java.lang.String MESSAGE_UNABLE_TO_PARSE_DEPLOYMENT_PROPERTY
          Name of message resource for RulesServiceException -- unable to parse deployment property
static java.lang.String MESSAGE_UNABLE_TO_RELEASE_CONTEXT
          Name of message resource for RulesServiceException -- unable to release
static java.lang.String MESSAGE_UNABLE_TO_REMOVE_OBJECTS
          Name of message resource for RulesServiceException -- unable to remove objects
static java.lang.String MESSAGE_UNABLE_TO_REMOVE_RULESET_DATA
          Name of message resource for RemoteException -- unable to remove ruleset data
static java.lang.String MESSAGE_UNABLE_TO_RESOLVE_ENTITY
          Name of message resource for RulesServiceException -- unable to resolve ruleset entity
static java.lang.String MESSAGE_UNABLE_TO_STORE_RULESET
          Name of message resource for RemoteException -- unable to store ruleset data
static java.lang.String MESSAGE_UNABLE_TO_STREAM_RULESET
          Name of message resource for RemoteException -- unable to stream ruleset data
static java.util.ResourceBundle messages
          The messages resource bundle
static java.lang.String RESOURCE_BUNDLE
          Name of the message resource bundle.
 
Constructor Summary
Resources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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_CONTEXT_RELEASED

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

MESSAGE_INVALID_RELOAD_POLICY

public static final java.lang.String MESSAGE_INVALID_RELOAD_POLICY
Name of message resource for RulesServiceException -- invalid rule set reload policy

MESSAGE_MISSING_PROPERTY

public static final java.lang.String MESSAGE_MISSING_PROPERTY
Name of message resource for RulesServiceException -- missing property

MESSAGE_NO_SP_FOR_URI

public static final java.lang.String MESSAGE_NO_SP_FOR_URI
Name of message resource for RulesServiceException -- no service provider for uri

MESSAGE_STACK_FULL

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

MESSAGE_UNABLE_TO_ADAPT_INPUT

public static final java.lang.String MESSAGE_UNABLE_TO_ADAPT_INPUT
Name of message resource for RulesServiceException -- unable to adapt input objects

MESSAGE_UNABLE_TO_ADAPT_OUTPUT

public static final java.lang.String MESSAGE_UNABLE_TO_ADAPT_OUTPUT
Name of message resource for RulesServiceException -- unable to adapt output objects

MESSAGE_UNABLE_TO_ADD_OBJECT

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

MESSAGE_UNABLE_TO_APPLY_RULES

public static final java.lang.String MESSAGE_UNABLE_TO_APPLY_RULES
Name of message resource for RulesServiceException -- unable to apply rules

MESSAGE_UNABLE_TO_APPLY_RULES_WHILE_ADAPTING

public static final java.lang.String MESSAGE_UNABLE_TO_APPLY_RULES_WHILE_ADAPTING
Name of message resource for RulesServiceException -- unable to apply rules while adapting objects

MESSAGE_UNABLE_TO_APPLY_RULES_WITHOUT_ADAPTING

public static final java.lang.String MESSAGE_UNABLE_TO_APPLY_RULES_WITHOUT_ADAPTING
Name of message resource for RulesServiceException -- unable to apply rules without adapting objects

MESSAGE_UNABLE_TO_CLOSE_JNDI_CONTEXT

public static final java.lang.String MESSAGE_UNABLE_TO_CLOSE_JNDI_CONTEXT
Name of message resource for RulesServiceException -- unable to close jndi context

MESSAGE_UNABLE_TO_CREATE_RULESET_FOR_NATIVE

public static final java.lang.String MESSAGE_UNABLE_TO_CREATE_RULESET_FOR_NATIVE
Name of message resource for RulesServiceException -- unable to create ruleset for native rules

MESSAGE_UNABLE_TO_CREATE_RULESET_FOR_XML

public static final java.lang.String MESSAGE_UNABLE_TO_CREATE_RULESET_FOR_XML
Name of message resource for RulesServiceException -- unable to create ruleset for xml rules

MESSAGE_UNABLE_TO_CREATE_SERVICE

public static final java.lang.String MESSAGE_UNABLE_TO_CREATE_SERVICE
Name of message resource for CreateException

MESSAGE_UNABLE_TO_CREATE_URI

public static final java.lang.String MESSAGE_UNABLE_TO_CREATE_URI
Name of message resource for RulesServiceException -- unable to create fully-qualified uri

MESSAGE_UNABLE_TO_CREATE_WRAPPER

public static final java.lang.String MESSAGE_UNABLE_TO_CREATE_WRAPPER
Name of message resource for RulesServiceException -- unable to create wrapped context

MESSAGE_UNABLE_TO_DETERMINE_ADAPTATION

public static final java.lang.String MESSAGE_UNABLE_TO_DETERMINE_ADAPTATION
Name of message resource for RulesServiceException -- unable to determine if objects need adaptation

MESSAGE_UNABLE_TO_DETERMINE_MIME_TYPE

public static final java.lang.String MESSAGE_UNABLE_TO_DETERMINE_MIME_TYPE
Name of message resource for RulesServiceException -- unable to determine mime type for uri

MESSAGE_UNABLE_TO_DETERMINE_SP

public static final java.lang.String MESSAGE_UNABLE_TO_DETERMINE_SP
Name of message resource for RulesServiceException -- unable to determine service provider for mime type

MESSAGE_UNABLE_TO_FIRE_RULES

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

MESSAGE_UNABLE_TO_GET_CONTEXT_WRAPPER

public static final java.lang.String MESSAGE_UNABLE_TO_GET_CONTEXT_WRAPPER
Name of message resource for RulesServiceException -- unable to get context wrapper

MESSAGE_UNABLE_TO_GET_DB_CONNECTION

public static final java.lang.String MESSAGE_UNABLE_TO_GET_DB_CONNECTION
Name of message resource for RulesServiceException -- unable to get database connection

MESSAGE_UNABLE_TO_GET_OBJECTS

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

MESSAGE_UNABLE_TO_GET_SP

public static final java.lang.String MESSAGE_UNABLE_TO_GET_SP
Name of message resource for RulesServiceException -- unable to get service provider

MESSAGE_UNABLE_TO_HALT

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

MESSAGE_UNABLE_TO_INIT_SPM

public static final java.lang.String MESSAGE_UNABLE_TO_INIT_SPM
Name of message resource for RulesServiceException -- unable to initialize service provider manager

MESSAGE_UNABLE_TO_INITIALIZE

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

MESSAGE_UNABLE_TO_INSERT_RULESET_DATA

public static final java.lang.String MESSAGE_UNABLE_TO_INSERT_RULESET_DATA
Name of message resource for RemoteException -- unable to insert ruleset data

MESSAGE_UNABLE_TO_LOAD_SP

public static final java.lang.String MESSAGE_UNABLE_TO_LOAD_SP
Name of message resource for RulesServiceException -- unable to load service provider

MESSAGE_UNABLE_TO_LOAD_RULESET_FROM_DB

public static final java.lang.String MESSAGE_UNABLE_TO_LOAD_RULESET_FROM_DB
Name of message resource for FinderException -- unable to load ruleset from data base

MESSAGE_UNABLE_TO_LOCATE_RULESET

public static final java.lang.String MESSAGE_UNABLE_TO_LOCATE_RULESET
Name of message resource for FinderException -- unable to locate ruleset

MESSAGE_UNABLE_TO_PARSE_DEPLOYMENT_PROPERTY

public static final java.lang.String MESSAGE_UNABLE_TO_PARSE_DEPLOYMENT_PROPERTY
Name of message resource for RulesServiceException -- unable to parse deployment property

MESSAGE_UNABLE_TO_RELEASE_CONTEXT

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

MESSAGE_UNABLE_TO_REMOVE_OBJECTS

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

MESSAGE_UNABLE_TO_REMOVE_RULESET_DATA

public static final java.lang.String MESSAGE_UNABLE_TO_REMOVE_RULESET_DATA
Name of message resource for RemoteException -- unable to remove ruleset data

MESSAGE_UNABLE_TO_RESOLVE_ENTITY

public static final java.lang.String MESSAGE_UNABLE_TO_RESOLVE_ENTITY
Name of message resource for RulesServiceException -- unable to resolve ruleset entity

MESSAGE_UNABLE_TO_STORE_RULESET

public static final java.lang.String MESSAGE_UNABLE_TO_STORE_RULESET
Name of message resource for RemoteException -- unable to store ruleset data

MESSAGE_UNABLE_TO_STREAM_RULESET

public static final java.lang.String MESSAGE_UNABLE_TO_STREAM_RULESET
Name of message resource for RemoteException -- unable to stream ruleset data

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

Resources

public Resources()

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved