org.apache.ode.bpel.rtrep.v1.channels
Interface TimerResponse

All Known Subinterfaces:
PickResponse, PickResponseChannel, TimerResponseChannel
All Known Implementing Classes:
PickResponseChannelListener, TimerResponseChannelListener

public interface TimerResponse

Channel for timer notification.


Method Summary
 void onCancel()
          timer was cancelled.
 void onTimeout()
          timer event has occurred
 

Method Detail

onTimeout

void onTimeout()
timer event has occurred


onCancel

void onCancel()
timer was cancelled.