public class InstanceCountThrottler extends NoOpInterceptor
MessageExchangeInterceptor.InterceptorContext| Constructor and Description |
|---|
InstanceCountThrottler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onNewInstanceInvoked(MyRoleMessageExchange mex,
MessageExchangeInterceptor.InterceptorContext ic)
Called when the BPEL server is invoked, after the message exchange has
been routed to the process and it has been determined that a new instance
needs to be created.
|
onBpelServerInvoked, onJobScheduled, onPartnerInvoked, onProcessInvokedpublic void onNewInstanceInvoked(MyRoleMessageExchange mex, MessageExchangeInterceptor.InterceptorContext ic) throws FailMessageExchangeException
MessageExchangeInterceptoronNewInstanceInvoked in interface MessageExchangeInterceptoronNewInstanceInvoked in class NoOpInterceptormex - message exchangeFailMessageExchangeException