org.drools.event.rule.impl
Class ActivationEventImpl

java.lang.Object
  extended by org.drools.event.rule.impl.ActivationEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.ActivationEvent
Direct Known Subclasses:
ActivationCancelledEventImpl, ActivationCreatedEventImpl, AfterActivationFiredEventImpl, BeforeActivationFiredEventImpl

public class ActivationEventImpl
extends Object
implements org.drools.event.rule.ActivationEvent, Externalizable

See Also:
Serialized Form

Constructor Summary
ActivationEventImpl(org.drools.runtime.rule.Activation activation, org.drools.runtime.KnowledgeRuntime kruntime)
           
 
Method Summary
 org.drools.runtime.rule.Activation getActivation()
           
 org.drools.runtime.KnowledgeRuntime getKnowledgeRuntime()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivationEventImpl

public ActivationEventImpl(org.drools.runtime.rule.Activation activation,
                           org.drools.runtime.KnowledgeRuntime kruntime)
Method Detail

getActivation

public org.drools.runtime.rule.Activation getActivation()
Specified by:
getActivation in interface org.drools.event.rule.ActivationEvent

getKnowledgeRuntime

public org.drools.runtime.KnowledgeRuntime getKnowledgeRuntime()
Specified by:
getKnowledgeRuntime in interface org.drools.event.KnowledgeRuntimeEvent

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.