org.jbpm.process.instance.timer
Class TimerManager.ProcessTimerOutputMarshaller

java.lang.Object
  extended by org.jbpm.process.instance.timer.TimerManager.ProcessTimerOutputMarshaller
All Implemented Interfaces:
org.drools.marshalling.impl.TimersOutputMarshaller
Enclosing class:
TimerManager

public static class TimerManager.ProcessTimerOutputMarshaller
extends Object
implements org.drools.marshalling.impl.TimersOutputMarshaller


Constructor Summary
TimerManager.ProcessTimerOutputMarshaller()
           
 
Method Summary
 org.drools.marshalling.impl.ProtobufMessages.Timers.Timer serialize(org.drools.time.JobContext jobCtx, org.drools.marshalling.impl.MarshallerWriteContext outputCtx)
           
 void write(org.drools.time.JobContext ctx, org.drools.marshalling.impl.MarshallerWriteContext outCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerManager.ProcessTimerOutputMarshaller

public TimerManager.ProcessTimerOutputMarshaller()
Method Detail

write

public void write(org.drools.time.JobContext ctx,
                  org.drools.marshalling.impl.MarshallerWriteContext outCtx)
           throws IOException
Specified by:
write in interface org.drools.marshalling.impl.TimersOutputMarshaller
Throws:
IOException

serialize

public org.drools.marshalling.impl.ProtobufMessages.Timers.Timer serialize(org.drools.time.JobContext jobCtx,
                                                                           org.drools.marshalling.impl.MarshallerWriteContext outputCtx)
Specified by:
serialize in interface org.drools.marshalling.impl.TimersOutputMarshaller


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