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, waitbyPassModifyToBetaNode, doLinkRiaNode, doUnlinkRiaNode, getMatchingNode, getSinks, propagateAssertObject, propagateModifyObject, sizeprotected RuleBasePartitionId partitionId
protected AbstractObjectSinkAdapter(RuleBasePartitionId partitionId)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic RuleBasePartitionId getPartitionId()
getPartitionId in interface ObjectSinkPropagatorpublic void setPartitionId(RuleBasePartitionId partitionId)
partitionId - Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.