public abstract class AbstractObjectSinkAdapter extends Object implements ObjectSinkPropagator, Externalizable
Modifier and Type | Field and Description |
---|---|
protected RuleBasePartitionId |
partitionId |
Modifier | Constructor and Description |
---|---|
protected |
AbstractObjectSinkAdapter(RuleBasePartitionId partitionId) |
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
getPartitionId()
Returns the partition to which this propagator belongs to
|
void |
readExternal(ObjectInput in) |
void |
setPartitionId(RuleBasePartitionId partitionId)
Sets the partition to which this propagator belongs to
|
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
byPassModifyToBetaNode, doLinkRiaNode, doUnlinkRiaNode, getMatchingNode, getSinks, propagateAssertObject, propagateModifyObject, size
protected RuleBasePartitionId partitionId
protected AbstractObjectSinkAdapter(RuleBasePartitionId partitionId)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public RuleBasePartitionId getPartitionId()
getPartitionId
in interface ObjectSinkPropagator
public void setPartitionId(RuleBasePartitionId partitionId)
partitionId
- Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.