public static class DefaultSignalManager.SignalAction extends Object implements org.drools.core.common.WorkingMemoryAction
Constructor and Description |
---|
DefaultSignalManager.SignalAction(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
DefaultSignalManager.SignalAction(String type,
Object event) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.drools.core.common.InternalKnowledgeRuntime kruntime) |
void |
execute(org.drools.core.common.InternalWorkingMemory workingMemory) |
void |
readExternal(ObjectInput in) |
org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action |
serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
void |
write(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
void |
writeExternal(ObjectOutput out) |
public DefaultSignalManager.SignalAction(String type, Object event)
public DefaultSignalManager.SignalAction(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
execute
in interface org.drools.core.common.WorkingMemoryAction
public void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
execute
in interface org.drools.core.common.WorkingMemoryAction
public void write(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
write
in interface org.drools.core.common.WorkingMemoryAction
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
serialize
in interface org.drools.core.common.WorkingMemoryAction
IOException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.