org.jbpm.process.instance.timer
Class TimerManager.ProcessTimerOutputMarshaller
java.lang.Object
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
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 |
TimerManager.ProcessTimerOutputMarshaller
public TimerManager.ProcessTimerOutputMarshaller()
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-2014 JBoss by Red Hat. All Rights Reserved.