org.drools.common
Class Scheduler.ActivationTimerOutputMarshaller

java.lang.Object
  extended by org.drools.common.Scheduler.ActivationTimerOutputMarshaller
All Implemented Interfaces:
TimersOutputMarshaller
Enclosing class:
Scheduler

public static class Scheduler.ActivationTimerOutputMarshaller
extends Object
implements TimersOutputMarshaller


Constructor Summary
Scheduler.ActivationTimerOutputMarshaller()
           
 
Method Summary
 ProtobufMessages.Timers.Timer serialize(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 void write(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler.ActivationTimerOutputMarshaller

public Scheduler.ActivationTimerOutputMarshaller()
Method Detail

write

public void write(JobContext jobCtx,
                  MarshallerWriteContext outputCtx)
           throws IOException
Specified by:
write in interface TimersOutputMarshaller
Throws:
IOException

serialize

public ProtobufMessages.Timers.Timer serialize(JobContext jobCtx,
                                               MarshallerWriteContext outputCtx)
Specified by:
serialize in interface TimersOutputMarshaller


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