Serialized Form
-
Package org.drools.core
-
Class org.drools.core.RuleBaseConfiguration extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.RuleBaseConfiguration.AssertBehaviour extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.RuleBaseConfiguration.SequentialAgenda extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.SessionConfiguration extends Object implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public abstract void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.SessionConfigurationImpl extends SessionConfiguration implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.TimerJobFactoryType extends Object implements Serializable
-
Serialized Fields
-
string
String string
-
-
-
Class org.drools.core.WorkItemHandlerNotFoundException extends RuntimeException implements Serializable
-
Serialized Fields
-
workItemName
String workItemName
-
-
-
-
Package org.drools.core.base
-
Class org.drools.core.base.AccessorKey extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.BaseClassFieldReader extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.BaseClassFieldWriter extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.CalendarsImpl extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.ClassObjectType extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.EnabledBoolean extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.MapGlobalResolver extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.RuleNameEndsWithAgendaFilter extends Object implements Serializable
-
Serialized Fields
-
accept
boolean accept
-
suffix
String suffix
-
-
-
Class org.drools.core.base.RuleNameEqualsAgendaFilter extends Object implements Serializable
-
Serialized Fields
-
accept
boolean accept
-
name
String name
-
-
-
Class org.drools.core.base.RuleNameMatchesAgendaFilter extends Object implements Serializable
-
Class org.drools.core.base.RuleNameStartsWithAgendaFilter extends Object implements Serializable
-
Serialized Fields
-
accept
boolean accept
-
prefix
String prefix
-
-
-
Class org.drools.core.base.SalienceInteger extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.UndefinedCalendarExcption extends RuntimeException implements Serializable
-
-
Package org.drools.core.base.accumulators
-
Class org.drools.core.base.accumulators.AbstractAccumulateFunction extends Object implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public abstract void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.AverageAccumulateFunction extends AbstractAccumulateFunction<AverageAccumulateFunction.AverageData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.AverageAccumulateFunction.AverageData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.BigDecimalAverageAccumulateFunction extends AbstractAccumulateFunction<BigDecimalAverageAccumulateFunction.AverageData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.BigDecimalAverageAccumulateFunction.AverageData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.BigDecimalSumAccumulateFunction extends AbstractAccumulateFunction<BigDecimalSumAccumulateFunction.SumData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.BigDecimalSumAccumulateFunction.SumData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.BigIntegerSumAccumulateFunction extends AbstractAccumulateFunction<BigIntegerSumAccumulateFunction.SumData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.BigIntegerSumAccumulateFunction.SumData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.CollectAccumulator extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.accumulators.CollectListAccumulateFunction extends AbstractAccumulateFunction<CollectListAccumulateFunction.CollectListData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.CollectListAccumulateFunction.CollectListData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.CollectSetAccumulateFunction extends AbstractAccumulateFunction<CollectSetAccumulateFunction.CollectListData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.CollectSetAccumulateFunction.CollectListData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.CollectSetAccumulateFunction.CollectListData.MutableInt extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
value
int value
-
-
Class org.drools.core.base.accumulators.CountAccumulateFunction extends AbstractAccumulateFunction<CountAccumulateFunction.CountData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.CountAccumulateFunction.CountData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.IntegerMaxAccumulateFunction extends AbstractAccumulateFunction<IntegerMaxAccumulateFunction.MaxData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.IntegerMaxAccumulateFunction.MaxData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.IntegerMinAccumulateFunction extends AbstractAccumulateFunction<IntegerMinAccumulateFunction.MinData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.IntegerMinAccumulateFunction.MinData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.IntegerSumAccumulateFunction extends AbstractAccumulateFunction<IntegerSumAccumulateFunction.SumData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.IntegerSumAccumulateFunction.SumData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.JavaAccumulatorFunctionExecutor extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.accumulators.LongMaxAccumulateFunction extends AbstractAccumulateFunction<LongMaxAccumulateFunction.MaxData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.LongMaxAccumulateFunction.MaxData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.LongMinAccumulateFunction extends AbstractAccumulateFunction<LongMinAccumulateFunction.MinData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.LongMinAccumulateFunction.MinData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.LongSumAccumulateFunction extends AbstractAccumulateFunction<LongSumAccumulateFunction.SumData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.LongSumAccumulateFunction.SumData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.MaxAccumulateFunction extends AbstractAccumulateFunction<MaxAccumulateFunction.MaxData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.MaxAccumulateFunction.MaxData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.MinAccumulateFunction extends AbstractAccumulateFunction<MinAccumulateFunction.MinData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.MinAccumulateFunction.MinData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.NumericMaxAccumulateFunction extends AbstractAccumulateFunction<NumericMaxAccumulateFunction.MaxData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.NumericMaxAccumulateFunction.MaxData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.NumericMinAccumulateFunction extends AbstractAccumulateFunction<NumericMinAccumulateFunction.MinData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.NumericMinAccumulateFunction.MinData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.StandardDeviationAccumulateFunction extends VarianceAccumulateFunction implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.SumAccumulateFunction extends AbstractAccumulateFunction<SumAccumulateFunction.SumData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.SumAccumulateFunction.SumData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.VarianceAccumulateFunction extends AbstractAccumulateFunction<VarianceAccumulateFunction.VarianceData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.accumulators.VarianceAccumulateFunction.VarianceData extends Object implements Serializable
-
Serialized Fields
-
count
int count
-
mean
double mean
-
squaredSum
double squaredSum
-
-
-
-
Package org.drools.core.base.extractors
-
Class org.drools.core.base.extractors.ArrayElementReader extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.base.extractors.BaseObjectClassFieldReader extends BaseClassFieldReader implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.base.extractors.SelfReferenceClassFieldReader extends BaseObjectClassFieldReader implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.drools.core.base.field
-
Class org.drools.core.base.field.ObjectFieldImpl extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.drools.core.common
-
Class org.drools.core.common.AgendaGroupsManager.SimpleAgendaGroupsManager extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.AgendaGroupsManager.StackedAgendaGroupsManager extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.AgendaItemImpl extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
activationGroupNode
ActivationGroupNode activationGroupNode
-
activationNode
ActivationNode activationNode
-
activationNumber
long activationNumber
The activation number -
active
boolean active
-
callback
Runnable callback
-
context
PropagationContext context
The propagation context -
factHandle
InternalFactHandle factHandle
-
index
int index
-
matched
boolean matched
-
queued
boolean queued
-
rtn
TerminalNode rtn
Rule terminal node, gives access to SubRule * -
salience
int salience
The salience -
tuple
Tuple tuple
The tuple.
-
-
Class org.drools.core.common.ClassAwareObjectStore extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.DefaultBetaConstraints extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.DefaultFactHandle extends AbstractBaseLinkedListNode<DefaultFactHandle> implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
disconnected
boolean disconnected
-
entryPointId
EntryPointId entryPointId
-
id
long id
-
identityHashCode
int identityHashCode
-
key
EqualityKey key
-
linkedTuples
InternalFactHandle.LinkedTuples linkedTuples
-
negated
boolean negated
-
object
Object object
-
objectClassName
String objectClassName
-
objectHashCode
int objectHashCode
-
parentHandle
InternalFactHandle parentHandle
-
recency
long recency
-
valid
boolean valid
-
-
Class org.drools.core.common.DefaultFactHandle.CompositeLinkedTuples extends Object implements Serializable
-
Serialized Fields
-
partitionedTuples
DefaultFactHandle.SingleLinkedTuples[] partitionedTuples
-
-
-
Class org.drools.core.common.DefaultFactHandle.SingleLinkedTuples extends Object implements Serializable
-
Serialized Fields
-
firstLeftTuple
LeftTuple firstLeftTuple
-
firstRightTuple
RightTuple firstRightTuple
-
lastLeftTuple
LeftTuple lastLeftTuple
-
lastRightTuple
RightTuple lastRightTuple
-
-
-
Class org.drools.core.common.DisconnectedFactHandle extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.DoubleBetaConstraints extends MultipleBetaConstraint implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public final void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public final void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.DoubleNonIndexSkipBetaConstraints extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.EmptyBetaConstraints extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.EqualityKey extends LinkedList<DefaultFactHandle> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.EventFactHandle extends DefaultFactHandle implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
activationsCount
long activationsCount
-
duration
long duration
-
expired
boolean expired
-
linkedFactHandle
EventFactHandle linkedFactHandle
-
notExpiredPartitions
AtomicInteger notExpiredPartitions
-
otnCount
int otnCount
-
pendingRemoveFromStore
boolean pendingRemoveFromStore
-
startTimestamp
long startTimestamp
-
-
Class org.drools.core.common.IdentityObjectStore extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.InternalFactHandle.DummyFactHandle extends Object implements Serializable
-
Serialized Fields
-
object
Object object
-
-
-
Class org.drools.core.common.MissingDependencyException extends RuntimeException implements Serializable
-
Class org.drools.core.common.MultipleBetaConstraint extends Object implements Serializable
-
Serialization Methods
-
readExternal
public final void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public final void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.ObjectTypeConfigurationRegistry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
ruleBase
RuleBase ruleBase
-
typeConfMap
Map<Object,ObjectTypeConf> typeConfMap
-
-
Class org.drools.core.common.PhreakPropagationContext extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.PhreakPropagationContextFactory extends Object implements Serializable
-
Class org.drools.core.common.PriorityQueueAgendaGroupFactory extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.QuadroupleBetaConstraints extends MultipleBetaConstraint implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public final void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public final void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.QuadroupleNonIndexSkipBetaConstraints extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.QueryElementFactHandle extends Object implements Serializable
-
Serialized Fields
-
id
long id
-
identityHashCode
int identityHashCode
-
negated
boolean negated
-
object
Object object
-
recency
long recency
-
-
-
Class org.drools.core.common.RuleBasePartitionId extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
id
int id
-
-
Class org.drools.core.common.SingleBetaConstraints extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.SingleNonIndexSkipBetaConstraints extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.TripleBetaConstraints extends MultipleBetaConstraint implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public final void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public final void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.TripleNonIndexSkipBetaConstraints extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.common.TupleStartEqualsConstraint extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.common.VisitedAgendaGroup extends Object implements Serializable
-
-
Package org.drools.core.conflict
-
Class org.drools.core.conflict.AbstractConflictResolver extends Object implements Serializable
-
Class org.drools.core.conflict.DepthConflictResolver extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.conflict.PhreakConflictResolver extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.conflict.SalienceConflictResolver extends AbstractConflictResolver implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.conflict.SequentialConflictResolver extends AbstractConflictResolver implements Serializable
- serialVersionUID:
- 510L
-
-
Package org.drools.core.definitions
-
Class org.drools.core.definitions.ProcessPackage extends Object implements Serializable
-
Class org.drools.core.definitions.ResourceTypePackageRegistry extends Object implements Serializable
-
Serialized Fields
-
packages
Map<org.kie.api.io.ResourceType,org.kie.api.internal.io.ResourceTypePackage<?>> packages
-
-
-
-
Package org.drools.core.definitions.impl
-
Class org.drools.core.definitions.impl.KnowledgePackageImpl extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
Handles the read serialization of the Package. Patterns in Rules may reference generated data which cannot be serialized by default methods. The Package uses PackageCompilationData to hold a reference to the generated bytecode; which must be restored before any Rules. A custom ObjectInputStream, able to resolve classes against the bytecode in the PackageCompilationData, is used to restore the Rules.- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput stream) throws IOException
Handles the write serialization of the Package. Patterns in Rules may reference generated data which cannot be serialized by default methods. The Package uses PackageCompilationData to hold a reference to the generated bytecode. The generated bytecode must be restored before any Rules.- Throws:
IOException
-
-
-
Package org.drools.core.definitions.rule.impl
-
Class org.drools.core.definitions.rule.impl.GlobalImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.definitions.rule.impl.QueryImpl extends RuleImpl implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.definitions.rule.impl.RuleImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.core.event
-
Class org.drools.core.event.AbstractEventSupport extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.event.ActivationCancelledEvent extends ActivationEvent implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
cause
org.kie.api.event.rule.MatchCancelledCause cause
-
-
Class org.drools.core.event.ActivationCreatedEvent extends ActivationEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.ActivationEvent extends EventObject implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.AfterActivationFiredEvent extends ActivationEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.AgendaEventSupport extends AbstractEventSupport<org.kie.api.event.rule.AgendaEventListener> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.AgendaGroupEvent extends EventObject implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.AgendaGroupPoppedEvent extends AgendaGroupEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.AgendaGroupPushedEvent extends AgendaGroupEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.BeforeActivationFiredEvent extends ActivationEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.KnowledgeBaseEvent extends EventObject implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
function
String function
-
kBase
RuleBase kBase
-
pkg
InternalKnowledgePackage pkg
-
rule
RuleImpl rule
-
-
Class org.drools.core.event.RuleEventListenerSupport extends AbstractEventSupport<org.kie.internal.event.rule.RuleEventListener> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.RuleFlowGroupActivatedEvent extends RuleFlowGroupEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.RuleFlowGroupDeactivatedEvent extends RuleFlowGroupEvent implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.RuleFlowGroupEvent extends EventObject implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.event.RuleRuntimeEventSupport extends AbstractEventSupport<org.kie.api.event.rule.RuleRuntimeEventListener> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.WorkingMemoryEvent extends EventObject implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
propagationContext
PropagationContext propagationContext
-
-
-
Package org.drools.core.event.rule.impl
-
Class org.drools.core.event.rule.impl.ActivationCancelledEventImpl extends ActivationEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.ActivationCreatedEventImpl extends ActivationEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.ActivationEventImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.AfterActivationFiredEventImpl extends ActivationEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.AgendaGroupEventImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.AgendaGroupPoppedEventImpl extends AgendaGroupEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.AgendaGroupPushedEventImpl extends AgendaGroupEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.BeforeActivationFiredEventImpl extends ActivationEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.ObjectDeletedEventImpl extends RuleRuntimeEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.ObjectInsertedEventImpl extends RuleRuntimeEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.ObjectUpdatedEventImpl extends RuleRuntimeEventImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.RuleFlowGroupActivatedEventImpl extends RuleFlowGroupEventImpl implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.event.rule.impl.RuleFlowGroupDeactivatedEventImpl extends RuleFlowGroupEventImpl implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.event.rule.impl.RuleFlowGroupEventImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.RuleRuntimeEventImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.SerializableActivation extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.SerializableAgendaGroup extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.event.rule.impl.SerializableRuleFlowGroup extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.core.factmodel
-
Class org.drools.core.factmodel.AnnotationDefinition extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.factmodel.AnnotationDefinition.AnnotationPropertyVal extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.factmodel.ClassDefinition extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.factmodel.FieldDefinition extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.core.factmodel.traits
-
Package org.drools.core.facttemplates
-
Class org.drools.core.facttemplates.FactImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.facttemplates.FactTemplateFieldExtractor extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.facttemplates.FactTemplateImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.facttemplates.FactTemplateObjectType extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.facttemplates.FieldTemplateImpl extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.drools.core.phreak
-
Class org.drools.core.phreak.PhreakTimerNode.TimerNodeJobContext extends Object implements Serializable
-
Serialized Fields
-
jobHandle
JobHandle jobHandle
-
pmems
List<PathMemory> pmems
-
reteEvaluator
ReteEvaluator reteEvaluator
-
sink
LeftTupleSink sink
-
timerNodeId
int timerNodeId
-
tm
TimerNode.TimerNodeMemory tm
-
trigger
Trigger trigger
-
tuple
Tuple tuple
-
-
-
Class org.drools.core.phreak.RuleAgendaItem extends AgendaItemImpl implements Serializable
-
Serialized Fields
-
declarativeAgendaEnabled
boolean declarativeAgendaEnabled
-
next
RuleAgendaItem next
-
pmem
PathMemory pmem
-
previous
RuleAgendaItem previous
-
-
-
-
Package org.drools.core.process.impl
-
Class org.drools.core.process.impl.DefaultWorkItemManager extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.process.impl.DefaultWorkItemManagerFactory extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.process.impl.WorkItemImpl extends Object implements Serializable
- serialVersionUID:
- 510L
-
-
Package org.drools.core.reteoo
-
Class org.drools.core.reteoo.AbstractLeftTupleSinkAdapter extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.AsyncSendNode.AsyncSendMemory extends AbstractBaseLinkedListNode<Memory> implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
betaMemory
BetaMemory betaMemory
-
dataProvider
DataProvider dataProvider
-
providerContext
Object providerContext
-
-
Class org.drools.core.reteoo.BaseLeftTuple extends BaseTuple implements Serializable
- serialVersionUID:
- 540L
-
Serialized Fields
-
firstChild
LeftTuple firstChild
-
index
int index
-
lastChild
LeftTuple lastChild
-
leftParent
LeftTuple leftParent
-
memory
TupleList memory
-
parent
LeftTuple parent
-
peer
LeftTuple peer
-
rightParent
RightTuple rightParent
-
rightParentNext
LeftTuple rightParentNext
-
rightParentPrevious
LeftTuple rightParentPrevious
-
stagedTypeForQueries
short stagedTypeForQueries
-
-
Class org.drools.core.reteoo.BaseTuple extends Object implements Serializable
-
Serialized Fields
-
contextObject
Object contextObject
-
expired
boolean expired
-
handle
InternalFactHandle handle
-
handleNext
Tuple handleNext
-
handlePrevious
Tuple handlePrevious
-
next
Tuple next
-
previous
Tuple previous
-
propagationContext
PropagationContext propagationContext
-
sink
Sink sink
-
stagedNext
Tuple stagedNext
-
stagedPrevious
Tuple stagedPrevious
-
stagedType
short stagedType
-
-
-
Class org.drools.core.reteoo.ClassObjectTypeConf extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput stream) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.CompositeLeftTupleSinkAdapter extends AbstractLeftTupleSinkAdapter implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.CompositeObjectSinkAdapter extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.CompositeObjectSinkAdapter.FieldIndex extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.CompositeObjectSinkAdapter.HashKey extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.CompositePartitionAwareObjectSinkAdapter extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.ConditionalBranchEvaluator extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.ConditionalBranchEvaluator.ConditionalExecution extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.ConditionalBranchNode.ConditionalBranchMemory extends AbstractBaseLinkedListNode<Memory> implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.EmptyLeftTupleSinkAdapter extends AbstractLeftTupleSinkAdapter implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.EmptyObjectSinkAdapter extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.EvalConditionNode.EvalMemory extends AbstractBaseLinkedListNode<Memory> implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.EvalNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Serialized Fields
-
blockedNext
LeftTuple blockedNext
-
blockedPrevious
LeftTuple blockedPrevious
-
blocker
RightTuple blocker
-
-
Class org.drools.core.reteoo.FactTemplateTypeConf extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.FromNode.FromMemory extends AbstractBaseLinkedListNode<Memory> implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
betaMemory
BetaMemory betaMemory
-
dataProvider
DataProvider dataProvider
-
providerContext
Object providerContext
-
-
Class org.drools.core.reteoo.FromNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Class org.drools.core.reteoo.InitialFactImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.JoinNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Class org.drools.core.reteoo.LeftTupleImpl extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Serialized Fields
-
blockedNext
LeftTuple blockedNext
-
blockedPrevious
LeftTuple blockedPrevious
-
blocker
RightTuple blocker
-
-
Class org.drools.core.reteoo.LeftTupleSinkNodeList extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.NotNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Serialized Fields
-
blockedNext
LeftTuple blockedNext
-
blockedPrevious
LeftTuple blockedPrevious
-
blocker
RightTuple blocker
-
-
Class org.drools.core.reteoo.ObjectTypeNode.ExpireJobContext extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.PathEndNode.PathMemSpec extends Object implements Serializable
-
Serialized Fields
-
allLinkedTestMask
long allLinkedTestMask
-
smemCount
int smemCount
-
-
-
Class org.drools.core.reteoo.PathMemory extends AbstractBaseLinkedListNode<Memory> implements Serializable
-
Serialized Fields
-
agendaItem
RuleAgendaItem agendaItem
-
allLinkedMaskTest
long allLinkedMaskTest
-
dataDriven
boolean dataDriven
-
linkedSegmentMask
long linkedSegmentMask
-
pathEndNode
PathEndNode pathEndNode
-
segmentMemories
SegmentMemory[] segmentMemories
-
segmentMemory
SegmentMemory segmentMemory
-
-
-
Class org.drools.core.reteoo.QueryElementNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Class org.drools.core.reteoo.QueryRiaFixerNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Class org.drools.core.reteoo.ReactiveFromNode.ReactiveFromMemory extends FromNode.FromMemory implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.reteoo.ReactiveFromNodeLeftTuple extends FromNodeLeftTuple implements Serializable
-
Serialized Fields
-
hash
int hash
-
modificationTypeMap
Map<Object,ReactiveObjectUtil.ModificationType> modificationTypeMap
-
objects
Object[] objects
-
peerIndex
int peerIndex
-
-
-
Class org.drools.core.reteoo.ReteooBuilder extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.ReteooBuilder.IdGenerator extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.ReteooFactHandleFactory extends AbstractFactHandleFactory implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.reteoo.RightInputAdapterNode.RiaPathMemory extends PathMemory implements Serializable
-
Class org.drools.core.reteoo.RightTupleImpl extends BaseTuple implements Serializable
-
Class org.drools.core.reteoo.RuleRemovalContext extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.RuleTerminalNodeLeftTuple extends BaseLeftTuple implements Serializable
- serialVersionUID:
- 540L
-
Serialized Fields
-
activationFactHandle
InternalFactHandle activationFactHandle
-
activationGroupNode
ActivationGroupNode activationGroupNode
-
activationNode
ActivationNode activationNode
-
activationNumber
long activationNumber
The activation number -
active
boolean active
-
callback
Runnable callback
-
matched
boolean matched
-
queued
boolean queued
-
queueIndex
int queueIndex
-
ruleAgendaItem
RuleAgendaItem ruleAgendaItem
-
salience
int salience
The salience
-
-
Class org.drools.core.reteoo.SegmentMemory extends LinkedList<SegmentMemory> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.SingleLeftTupleSinkAdapter extends AbstractLeftTupleSinkAdapter implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.reteoo.SingleObjectSinkAdapter extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.SubnetworkTuple extends BaseLeftTuple implements Serializable
-
Serialized Fields
-
blocked
LeftTuple blocked
-
factHandleForEvaluation
InternalFactHandle factHandleForEvaluation
-
stagedOnRight
boolean stagedOnRight
-
stagedTypeOnRight
short stagedTypeOnRight
-
tempBlocked
LeftTuple tempBlocked
-
tempNextRightTuple
RightTuple tempNextRightTuple
-
tempRightTupleMemory
TupleMemory tempRightTupleMemory
-
-
-
Class org.drools.core.reteoo.WindowTuple extends RightTupleImpl implements Serializable
-
Serialized Fields
-
windowList
WindowTupleList windowList
-
windowNext
WindowTuple windowNext
-
windowPrevious
WindowTuple windowPrevious
-
-
-
-
Package org.drools.core.reteoo.builder
-
Class org.drools.core.reteoo.builder.InstanceNotEqualsConstraint extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.builder.InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.reteoo.builder.PhreakNodeFactory extends Object implements Serializable
-
-
Package org.drools.core.rule
-
Class org.drools.core.rule.Accumulate extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.AsyncReceive extends ConditionalElement implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.AsyncSend extends ConditionalElement implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.BehaviorManager extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.Collect extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.ConditionalBranch extends ConditionalElement implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.ConditionalElement extends Object implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public abstract void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.ConsequenceMetaData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.ConsequenceMetaData.Field extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.ConsequenceMetaData.Statement extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.Declaration extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.DialectRuntimeRegistry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
Handles the read serialization of the PackageCompilationData. Patterns in Rules may reference generated data which cannot be serialized by default methods. The PackageCompilationData holds a reference to the generated bytecode; which must be restored before any Rules. A custom ObjectInputStream, able to resolve classes against the bytecode, is used to restore the Rules.- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput stream) throws IOException
Handles the write serialization of the PackageCompilationData. Patterns in Rules may reference generated data which cannot be serialized by default methods. The PackageCompilationData holds a reference to the generated bytecode. The generated bytecode must be restored before any Rules.- Throws:
IOException
-
-
Class org.drools.core.rule.DuplicateRuleNameException extends RuleConstructionException implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.rule.EntryPointId extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.EvalCondition extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.Forall extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.From extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.Function extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.GroupElement extends ConditionalElement implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.ImportDeclaration extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.InvalidPatternException extends RuleConstructionException implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.rule.InvalidRuleException extends RuleConstructionException implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
rule
RuleImpl rule
The invalid rule.
-
-
Class org.drools.core.rule.InvalidRulePackage extends RuntimeException implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.rule.JavaDialectRuntimeData extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
Handles the read serialization of the PackageCompilationData. Patterns in Rules may reference generated data which cannot be serialized by default methods. The PackageCompilationData holds a reference to the generated bytecode; which must be restored before any Rules. A custom ObjectInputStream, able to resolve classes against the bytecode, is used to restore the Rules.- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput stream) throws IOException
Handles the write serialization of the PackageCompilationData. Patterns in Rules may reference generated data which cannot be serialized by default methods. The PackageCompilationData holds a reference to the generated bytecode. The generated bytecode must be restored before any Rules.- Throws:
IOException
-
-
Class org.drools.core.rule.KieModuleMetaInfo extends Object implements Serializable
-
Class org.drools.core.rule.LineMappings extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput stream) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.MultiAccumulate extends Accumulate implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.MultiAccumulate.Wirer extends Object implements Serializable
- serialVersionUID:
- -9072646735174734614L
-
Serialized Fields
-
index
int index
-
-
Class org.drools.core.rule.MutableTypeConstraint extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.NamedConsequence extends ConditionalElement implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.NoConsequenceException extends InvalidRuleException implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.rule.Pattern extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.PredicateConstraint extends MutableTypeConstraint implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.PredicateConstraint.PredicateContextEntry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.QueryArgument.Declr extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.QueryArgument.Literal extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.QueryArgument.Null extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.QueryArgument.Var extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.QueryElement extends ConditionalElement implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.RuleConstructionException extends RuntimeException implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.rule.SingleAccumulate extends Accumulate implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.SingleAccumulate.Wirer extends Object implements Serializable
- serialVersionUID:
- -9072646735174734614L
-
Class org.drools.core.rule.SlidingLengthWindow extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.SlidingLengthWindow.SlidingLengthWindowContext extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.SlidingTimeWindow extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.SlidingTimeWindow.BehaviorJobContext extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.SlidingTimeWindow.SlidingTimeWindowContext extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.TypeDeclaration extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.TypeMetaInfo extends Object implements Serializable
-
Serialized Fields
-
isDeclaredType
boolean isDeclaredType
-
kind
TypeDeclaration.Kind kind
-
role
org.kie.api.definition.type.Role.Type role
-
-
-
Class org.drools.core.rule.WindowDeclaration extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.WindowReference extends ConditionalElement implements Serializable
- serialVersionUID:
- 540L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.XpathBackReference.RelativePattern extends Pattern implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.core.rule.accessor
-
Class org.drools.core.rule.accessor.GlobalExtractor extends BaseObjectClassFieldReader implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.rule.accessor.PatternExtractor extends BaseObjectClassFieldReader implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.drools.core.rule.consequence
-
Class org.drools.core.rule.consequence.ConsequenceException extends RuntimeException implements Serializable
- serialVersionUID:
- 510L
-
-
Package org.drools.core.rule.constraint
-
Class org.drools.core.rule.constraint.NegConstraint extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.constraint.QueryNameConstraint extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.constraint.XpathConstraint extends MutableTypeConstraint implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.constraint.XpathConstraint.XpathChunk extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.rule.constraint.XpathConstraint.XpathDataProvider extends Object implements Serializable
-
Serialized Fields
-
declaration
Declaration declaration
-
xpathEvaluator
org.drools.core.rule.constraint.XpathConstraint.XpathEvaluator xpathEvaluator
-
-
-
-
Package org.drools.core.runtime.rule.impl
-
Class org.drools.core.runtime.rule.impl.DefaultConsequenceExceptionHandler extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.core.time
-
Class org.drools.core.time.EnqueuedSelfRemovalJobContext extends SelfRemovalJobContext implements Serializable
-
Class org.drools.core.time.SelfRemovalJob extends Object implements Serializable
- serialVersionUID:
- 8876468420174364422L
-
Serialized Fields
-
job
Job job
-
-
Class org.drools.core.time.SelfRemovalJobContext extends Object implements Serializable
- serialVersionUID:
- 614425985040796356L
-
Serialized Fields
-
jobContext
JobContext jobContext
-
timerInstances
Map<Long,TimerJobInstance> timerInstances
-
-
-
Package org.drools.core.time.impl
-
Class org.drools.core.time.impl.BaseTimer extends ConditionalElement implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public abstract void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.time.impl.CompositeMaxDurationTimer extends BaseTimer implements Serializable
- serialVersionUID:
- -2531364489959820962L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.time.impl.CompositeMaxDurationTrigger extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.time.impl.CronExpression extends KieCronExpression implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
timeZone
TimeZone timeZone
-
-
-
Class org.drools.core.time.impl.CronTimer extends BaseTimer implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.time.impl.CronTrigger extends Object implements Serializable
- serialVersionUID:
- -332085070627193383L
-
Serialized Fields
-
Class org.drools.core.time.impl.DefaultJobHandle extends AbstractJobHandle implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
cancel
boolean cancel
-
id
long id
-
timerJobInstance
TimerJobInstance timerJobInstance
-
-
Class org.drools.core.time.impl.DefaultTimerJobInstance extends Object implements Serializable
- serialVersionUID:
- -4441139572159254264L
-
Serialized Fields
-
ctx
JobContext ctx
-
handle
JobHandle handle
-
job
Job job
-
trigger
Trigger trigger
-
-
Class org.drools.core.time.impl.DurationTimer extends BaseTimer implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.time.impl.ExpressionIntervalTimer extends BaseTimer implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.time.impl.IntervalTimer extends BaseTimer implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.time.impl.IntervalTrigger extends Object implements Serializable
-
Serialized Fields
-
calendarNames
String[] calendarNames
-
calendars
org.kie.api.runtime.Calendars calendars
-
createdTime
Date createdTime
-
delay
long delay
-
endTime
Date endTime
-
lastFireTime
Date lastFireTime
-
nextFireTime
Date nextFireTime
-
period
long period
-
repeatCount
int repeatCount
-
repeatLimit
int repeatLimit
-
startTime
Date startTime
-
-
-
Class org.drools.core.time.impl.JDKTimerService.JDKJobHandle extends DefaultJobHandle implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
future
ScheduledFuture<Void> future
-
-
Class org.drools.core.time.impl.KieCronExpression extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
cronExpression
String cronExpression
-
-
Class org.drools.core.time.impl.PointInTimeTrigger extends Object implements Serializable
-
Serialized Fields
-
timestamp
Date timestamp
-
-
-
Class org.drools.core.time.impl.PseudoClockScheduler extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.core.util
-
Class org.drools.core.util.AbstractHashTable extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.AbstractHashTable.AbstractObjectComparator extends Object implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public abstract void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.AbstractHashTable.DoubleCompositeIndex extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.AbstractHashTable.EqualityEquals extends AbstractHashTable.AbstractObjectComparator implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.AbstractHashTable.FieldIndex extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.AbstractHashTable.IndexTupleList extends TupleList implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
hashEntry
AbstractHashTable.HashEntry hashEntry
-
index
AbstractHashTable.Index index
-
-
-
Class org.drools.core.util.AbstractHashTable.InstanceEquals extends AbstractHashTable.AbstractObjectComparator implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.AbstractHashTable.SingleIndex extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.AbstractHashTable.TripleCompositeIndex extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.ArrayQueue extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.AtomicBitwiseLong extends AtomicLong implements Serializable
-
Class org.drools.core.util.Bag extends Object implements Serializable
-
Serialized Fields
-
map
Map<T,Bag.Counter> map
-
size
int size
-
-
-
Class org.drools.core.util.Bag.Counter extends Object implements Serializable
-
Serialized Fields
-
count
int count
-
-
-
Class org.drools.core.util.BinaryHeapQueue extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.FastIterator.IteratorAdapter extends Object implements Serializable
-
Serialized Fields
-
current
Entry current
-
fastIterator
FastIterator fastIterator
-
firstConsumed
boolean firstConsumed
-
-
-
Class org.drools.core.util.HashTableIterator extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.LinkedList extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.LinkedList.JavaUtilIterator extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.LinkedList.LinkedListIterator extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.LinkedListEntry extends AbstractBaseLinkedListNode<T1 extends LinkedListNode<T1>> implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.ObjectHashMap extends AbstractHashTable implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.ObjectHashMap.ObjectEntry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.ObjectHashSet extends AbstractHashTable implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.ObjectHashSet.ObjectEntry extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.TupleRBTree.Node extends TupleList<Object> implements Serializable
-
Serialized Fields
-
color
TupleRBTree.Color color
-
key
K extends Comparable<? super K> key
-
left
TupleRBTree.Node<K extends Comparable<? super K>> left
-
parent
TupleRBTree.Node<K extends Comparable<? super K>> parent
-
right
TupleRBTree.Node<K extends Comparable<? super K>> right
-
-
-
-
Package org.drools.core.util.bitmask
-
Class org.drools.core.util.bitmask.AllSetBitMask extends SingleLongBitMask implements Serializable
-
Class org.drools.core.util.bitmask.AllSetButLastBitMask extends SingleLongBitMask implements Serializable
-
Class org.drools.core.util.bitmask.EmptyBitMask extends SingleLongBitMask implements Serializable
-
Class org.drools.core.util.bitmask.EmptyButLastBitMask extends SingleLongBitMask implements Serializable
-
Class org.drools.core.util.bitmask.LongBitMask extends SingleLongBitMask implements Serializable
-
Serialized Fields
-
mask
long mask
-
-
-
Class org.drools.core.util.bitmask.OpenBitSet extends Object implements Serializable
-
Serialized Fields
-
bits
long[] bits
-
numBits
long numBits
-
wlen
int wlen
-
-
-
Class org.drools.core.util.bitmask.SingleLongBitMask extends Object implements Serializable
-
-
Package org.drools.core.util.index
-
Class org.drools.core.util.index.AlphaRangeIndex extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.index.RangeIndex extends Object implements Serializable
-
Serialized Fields
-
map
TreeMap<org.drools.core.util.index.RangeIndex.IndexKey<K extends Comparable>,V> map
-
-
-
Class org.drools.core.util.index.TupleIndexHashTable extends AbstractHashTable implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.core.util.index.TupleIndexHashTable.FieldIndexHashTableFullIterator extends Object implements Serializable
-
Serialized Fields
-
hashTable
AbstractHashTable hashTable
-
length
int length
-
list
TupleList list
-
row
int row
-
table
Entry[] table
-
tuple
Tuple tuple
-
-
-
Class org.drools.core.util.index.TupleIndexRBTree extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.core.util.index.TupleList extends Object implements Serializable
- serialVersionUID:
- 510L
-
Class org.drools.core.util.index.TupleList.TupleHashTableIterator extends Object implements Serializable
-
Serialized Fields
-
current
Tuple current
-
-
-