Package org.drools.core.event.rule.impl
Class SerializableActivation
java.lang.Object
org.drools.core.event.rule.impl.SerializableActivation
- All Implemented Interfaces:
Externalizable,Serializable,Match
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDeclarationValue(String variableName) List<? extends FactHandle>getRule()intbooleanisActive()voidvoid
-
Constructor Details
-
SerializableActivation
public SerializableActivation() -
SerializableActivation
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getRule
-
getFactHandles
- Specified by:
getFactHandlesin interfaceMatch
-
getPropagationContext
-
getObjects
- Specified by:
getObjectsin interfaceMatch
-
getDeclarationValue
- Specified by:
getDeclarationValuein interfaceMatch
-
getDeclarationIds
- Specified by:
getDeclarationIdsin interfaceMatch
-
isActive
public boolean isActive() -
getSalience
public int getSalience()- Specified by:
getSaliencein interfaceMatch
-