org.drools.marshalling.impl
Interface TimersInputMarshaller

All Known Implementing Classes:
ObjectTypeNode.ExpireJobContextTimerInputMarshaller, Scheduler.ActivationTimerInputMarshaller, SlidingTimeWindow.BehaviorJobContextTimerInputMarshaller

public interface TimersInputMarshaller


Method Summary
 void deserialize(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
 void read(MarshallerReaderContext inCtx)
           
 

Method Detail

read

void read(MarshallerReaderContext inCtx)
          throws IOException,
                 ClassNotFoundException
Throws:
IOException
ClassNotFoundException

deserialize

void deserialize(MarshallerReaderContext inCtx,
                 ProtobufMessages.Timers.Timer _timer)
                 throws ClassNotFoundException
Throws:
ClassNotFoundException


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