|
Class Summary |
| InstanceCountThrottler |
An example of a simple interceptor providing a "throttling" capability - that is an
ability to limit the number of instances created for a given process. |
| InterceptorInvoker |
Helper for invoking the appropriate MessageExchangeInterceptor
method -- basically a work-around for lack of closures. |
| NoOpInterceptor |
No-Op implementation of the
{@link org.apache.ode.bpel.intercept.MessageExchangeInterceptor interface;
good for sub-classing. |
| ProcessCountThrottler |
An example of a simple interceptor providing a "throttling" capability - that is an
ability to limit the size of processes created in a server. |
| ProcessSizeThrottler |
An example of a simple interceptor providing a "throttling" capability - that is an
ability to limit the size of processes created in a server. |