Serialized Form


Package com.ibm.websphere.brb

Class com.ibm.websphere.brb.BusinessRuleBeansException implements Serializable

Class com.ibm.websphere.brb.ConstraintReturn implements Serializable

Serialized Fields

result

boolean result
The result of the rule represented by this object. A result of true implies the rule succeeded, while false implies the rule failed.

constraintReturns

ConstraintReturn[] constraintReturns
Array of ConstraintReturns representing results from dependent rules.

exceptionInfo

com.ibm.websphere.exception.DistributedExceptionInfo exceptionInfo
Object containing the localization information (resource bundle name, message key, format arguments, and default text) for the message for this ConstraintReturn object.

arguments

java.lang.Object[] arguments
Array of replacement arguments to be inserted into the message text for this object. Only set if result is false.

Class com.ibm.websphere.brb.ConstraintViolationException implements Serializable

Serialized Fields

constraintReturns

ConstraintReturn[] constraintReturns
Array of ConstraintReturn objects representing the rule or rules that failed.

Class com.ibm.websphere.brb.MultipleRulesFoundException implements Serializable

Class com.ibm.websphere.brb.NoRulesFoundException implements Serializable

Class com.ibm.websphere.brb.TriggerPoint implements Serializable

Serialized Fields

ruleMgr

com.ibm.ws.brb.LocalRuleManager ruleMgr
The rule manager which takes care of caching rules. This is marked as transient so that it doesn't get serialized to the server.

findingStrategy

FindingStrategy[] findingStrategy

multipleRulesFilteringStrategy

FilteringStrategy[] multipleRulesFilteringStrategy

noRulesFilteringStrategy

FilteringStrategy[] noRulesFilteringStrategy

oneRuleFilteringStrategy

FilteringStrategy[] oneRuleFilteringStrategy

firingStrategy

FiringStrategy[] firingStrategy

combiningStrategy

CombiningStrategy[] combiningStrategy

asOfDate

java.util.Date asOfDate
If not null, the date to use instead of the current date for finding rules.

baseFolder

java.lang.String baseFolder
If not null, all rule names which are given should be relative to this folder

cacheIsEnabled

boolean cacheIsEnabled
Indicates whether or not this TriggerPoint uses caching.

Class com.ibm.websphere.brb.UnexpectedRulesFoundException implements Serializable


Package com.ibm.websphere.brb.mgmt

Class com.ibm.websphere.brb.mgmt._IRule_Stub implements Serializable

Class com.ibm.websphere.brb.mgmt._IRuleFolder_Stub implements Serializable

Class com.ibm.websphere.brb.mgmt.BRBeansIllegalArgumentException implements Serializable

Class com.ibm.websphere.brb.mgmt.ConstantParameter implements Serializable

Serialized Fields

constant

java.lang.Object constant

userDescription

java.lang.String userDescription

dateFormatter

java.text.DateFormat dateFormatter

Class com.ibm.websphere.brb.mgmt.ErrorMessage implements Serializable

Serialized Fields

messageType

int messageType

errorCode

int errorCode

messageText

java.lang.String messageText

Class com.ibm.websphere.brb.mgmt.MethodCallParameter implements Serializable

Serialized Fields

methodName

java.lang.String methodName

userDescription

java.lang.String userDescription

Class com.ibm.websphere.brb.mgmt.RuleChangedException implements Serializable

Class com.ibm.websphere.brb.mgmt.TriggerPointParameter implements Serializable

Serialized Fields

sourcePosition

int sourcePosition

userDescription

java.lang.String userDescription


Package com.ibm.websphere.brb.query

Class com.ibm.websphere.brb.query.AbstractDateNode implements Serializable

Serialized Fields

searchDate

java.util.Date searchDate
The date for which to search.

operation

int operation
The comparison operation to be performed. See the constants defined above.

Class com.ibm.websphere.brb.query.AbstractIntegerNode implements Serializable

Serialized Fields

searchInt

int searchInt
The integer for which to search.

operation

int operation
The comparison operation to be performed. See the constants defined above.

Class com.ibm.websphere.brb.query.AbstractStringNode implements Serializable

Serialized Fields

searchText

java.lang.String searchText
The text for which to search.

operation

int operation
The comparison operation to be performed. See the constants defined above.

Class com.ibm.websphere.brb.query.AndNode implements Serializable

Class com.ibm.websphere.brb.query.AttributeNode implements Serializable

Class com.ibm.websphere.brb.query.BusinessIntentNode implements Serializable

Class com.ibm.websphere.brb.query.ClassificationNode implements Serializable

Class com.ibm.websphere.brb.query.ClassifierNode implements Serializable

Serialized Fields

classify

boolean classify
Boolean indicating whether to find those that classify or those that do not classify.

Class com.ibm.websphere.brb.query.DescriptionNode implements Serializable

Class com.ibm.websphere.brb.query.EndDateNode implements Serializable

Class com.ibm.websphere.brb.query.FiringLocationNode implements Serializable

Serialized Fields

location

int location
The location value for which to search. See the constants defined in class IRule.

operation

int operation
The comparison operation to be performed. See the constants defined above.

Class com.ibm.websphere.brb.query.FiringParametersNode implements Serializable

Serialized Fields

operation

int operation
Indicates the type of operation to perform.

Class com.ibm.websphere.brb.query.JavaRuleImplementorNameNode implements Serializable

Class com.ibm.websphere.brb.query.LogicalOpNode implements Serializable

Serialized Fields

nodes

QueryNode[] nodes
The nodes that will be joined together in this logical operator.

Class com.ibm.websphere.brb.query.OriginalRequirementNode implements Serializable

Class com.ibm.websphere.brb.query.OrNode implements Serializable

Class com.ibm.websphere.brb.query.PrecedenceNode implements Serializable

Class com.ibm.websphere.brb.query.QueryNode implements Serializable

Class com.ibm.websphere.brb.query.ReadyNode implements Serializable

Serialized Fields

ready

boolean ready
Indicates whether to find rules that are ready or those that are not ready.

Class com.ibm.websphere.brb.query.RuleNameNode implements Serializable

Class com.ibm.websphere.brb.query.StartDateNode implements Serializable

Class com.ibm.websphere.brb.query.UserDefinedDataNode implements Serializable


Package com.ibm.websphere.brb.strategy

Class com.ibm.websphere.brb.strategy.AcceptAnyFilteringStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.AcceptFirstFilteringStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.AcceptLastFilteringStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.AcceptOneFilteringStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.DefaultClassifierFindingStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.DefaultFiringStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.DefaultNonClassifierFindingStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.ReturnAllCombiningStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.ReturnAndCombiningStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.ReturnFirstCombiningStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.ReturnLastCombiningStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.ReturnOrCombiningStrategy implements Serializable

Class com.ibm.websphere.brb.strategy.ThrowViolationCombiningStrategy implements Serializable