| Package | Description |
|---|---|
| org.apache.ode.bpel.engine | |
| org.apache.ode.bpel.engine.replayer | |
| org.apache.ode.bpel.runtime | |
| org.apache.ode.bpel.runtime.channels |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelRuntimeContextImpl.cancel(TimerResponseChannel timerResponseChannel) |
void |
BpelRuntimeContextImpl.registerTimer(TimerResponseChannel timerChannel,
java.util.Date timeToFire) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplayerBpelRuntimeContextImpl.cancel(TimerResponseChannel timerResponseChannel) |
void |
ReplayerBpelRuntimeContextImpl.registerTimer(TimerResponseChannel timerChannel,
java.util.Date timeToFire) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelRuntimeContext.cancel(TimerResponseChannel timerResponseChannel)
Cancel a timer, or pick.
|
void |
BpelRuntimeContext.registerTimer(TimerResponseChannel timerChannel,
java.util.Date timeToFire)
Registers a timer for future notification.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PickResponseChannel
An auto-generated channel interface for the channel type
PickResponse. |
| Constructor and Description |
|---|
TimerResponseChannelListener(TimerResponseChannel channel) |
Copyright © 2021 WSO2. All Rights Reserved.