|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.correlation.drools.config.EngineConfiguration
public class EngineConfiguration
The top-level element of the drools-engine.xml configuration file.
| Constructor Summary | |
|---|---|
EngineConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addRuleSet(int index,
RuleSet vRuleSet)
|
void |
addRuleSet(RuleSet vRuleSet)
|
Enumeration<RuleSet> |
enumerateRuleSet()
Method enumerateRuleSet. |
RuleSet[] |
getRuleSet()
Method getRuleSet.Returns the contents of the collection in an Array. |
RuleSet |
getRuleSet(int index)
Method getRuleSet. |
List<RuleSet> |
getRuleSetCollection()
Method getRuleSetCollection.Returns a reference to '_ruleSetList'. |
int |
getRuleSetCount()
Method getRuleSetCount. |
boolean |
isValid()
Method isValid. |
Iterator<RuleSet> |
iterateRuleSet()
Method iterateRuleSet. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllRuleSet()
|
boolean |
removeRuleSet(RuleSet vRuleSet)
Method removeRuleSet. |
RuleSet |
removeRuleSetAt(int index)
Method removeRuleSetAt. |
void |
setRuleSet(int index,
RuleSet vRuleSet)
|
void |
setRuleSet(List<RuleSet> vRuleSetList)
Sets the value of '_ruleSetList' by copying the given Vector. |
void |
setRuleSet(RuleSet[] vRuleSetArray)
|
void |
setRuleSetCollection(List<RuleSet> ruleSetList)
Deprecated. |
static EngineConfiguration |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EngineConfiguration()
| Method Detail |
|---|
public void addRuleSet(RuleSet vRuleSet)
throws IndexOutOfBoundsException
vRuleSet -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addRuleSet(int index,
RuleSet vRuleSet)
throws IndexOutOfBoundsException
index - vRuleSet -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<RuleSet> enumerateRuleSet()
public RuleSet getRuleSet(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic RuleSet[] getRuleSet()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<RuleSet> getRuleSetCollection()
public int getRuleSetCount()
public boolean isValid()
public Iterator<RuleSet> iterateRuleSet()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllRuleSet()
public boolean removeRuleSet(RuleSet vRuleSet)
vRuleSet -
public RuleSet removeRuleSetAt(int index)
index -
public void setRuleSet(int index,
RuleSet vRuleSet)
throws IndexOutOfBoundsException
index - vRuleSet -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setRuleSet(RuleSet[] vRuleSetArray)
vRuleSetArray - public void setRuleSet(List<RuleSet> vRuleSetList)
vRuleSetList - the Vector to copy.public void setRuleSetCollection(List<RuleSet> ruleSetList)
ruleSetList - the Vector to set.
public static EngineConfiguration unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||