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

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

public static class TimerManager.ProcessTimerInputMarshaller
extends Object
implements org.drools.marshalling.impl.TimersInputMarshaller


Constructor Summary
TimerManager.ProcessTimerInputMarshaller()
           
 
Method Summary
 void deserialize(org.drools.marshalling.impl.MarshallerReaderContext inCtx, org.drools.marshalling.impl.ProtobufMessages.Timers.Timer _timer)
           
 void read(org.drools.marshalling.impl.MarshallerReaderContext inCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerManager.ProcessTimerInputMarshaller

public TimerManager.ProcessTimerInputMarshaller()
Method Detail

read

public void read(org.drools.marshalling.impl.MarshallerReaderContext inCtx)
          throws IOException,
                 ClassNotFoundException
Specified by:
read in interface org.drools.marshalling.impl.TimersInputMarshaller
Throws:
IOException
ClassNotFoundException

deserialize

public void deserialize(org.drools.marshalling.impl.MarshallerReaderContext inCtx,
                        org.drools.marshalling.impl.ProtobufMessages.Timers.Timer _timer)
                 throws ClassNotFoundException
Specified by:
deserialize in interface org.drools.marshalling.impl.TimersInputMarshaller
Throws:
ClassNotFoundException


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