org.apache.ode.bpel.runtime.channels
Interface PickResponse

All Superinterfaces:
TimerResponse
All Known Subinterfaces:
PickResponseChannel
All Known Implementing Classes:
PickResponseChannelListener

public interface PickResponse
extends TimerResponse

Response channel for pick requests.


Method Summary
 void onRequestRcvd(int selectorIdx, java.lang.String mexId)
           
 
Methods inherited from interface org.apache.ode.bpel.runtime.channels.TimerResponse
onCancel, onTimeout
 

Method Detail

onRequestRcvd

void onRequestRcvd(int selectorIdx,
                   java.lang.String mexId)