Serialized Form


Package org.opennms.netmgt.correlation.drools.config

Class org.opennms.netmgt.correlation.drools.config.EngineConfiguration extends Object implements Serializable

Serialized Fields

_ruleSetList

List<E> _ruleSetList
Field _ruleSetList.

Class org.opennms.netmgt.correlation.drools.config.Global extends Object implements Serializable

Serialized Fields

_name

String _name
This is the name as it is defined in the rules file


_type

String _type
This is the type that is defined in the rules file. If a value is given then a propertyEditor for this type is used to convert the string value to a value of the type defined here and the result is set a the global in the rules file. If a value is not given the the 'ref' must be specified and the app context associated with this ruleSet is used to look up the bean using the ref attribute and it must be of the type specified in type.


_value

String _value
Field _value.


_ref

String _ref
Field _ref.

Class org.opennms.netmgt.correlation.drools.config.RuleSet extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_ruleFileList

List<E> _ruleFileList
Field _ruleFileList.


_eventList

List<E> _eventList
Field _eventList.


_appContext

String _appContext
Field _appContext.


_globalList

List<E> _globalList
Field _globalList.



Copyright ? 2008. All Rights Reserved.