|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncContext | |
|---|---|
| org.ow2.petals.component.framework.listener | |
| org.ow2.petals.component.framework.process.async | |
| Uses of AsyncContext in org.ow2.petals.component.framework.listener |
|---|
| Methods in org.ow2.petals.component.framework.listener with parameters of type AsyncContext | |
|---|---|
boolean |
AbstractJBIListener.onAsyncJBIMessage(org.ow2.petals.component.framework.api.message.Exchange asyncExchange,
AsyncContext asyncContext)
This method is invoked by the CDK when an asynchronous response is received for the component. |
boolean |
AbstractJBIListener.onExpiredAsyncJBIMessage(org.ow2.petals.component.framework.api.message.Exchange originalExchange,
AsyncContext asyncContext)
This method is invoked by the CDK when an asynchronous context has expires. |
void |
AbstractListener.sendAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
AsyncContext asyncContext)
Send a message to the endpoint specified in the MessageExchange in an asynchronous way. |
| Uses of AsyncContext in org.ow2.petals.component.framework.process.async |
|---|
| Fields in org.ow2.petals.component.framework.process.async with type parameters of type AsyncContext | |
|---|---|
protected java.util.Map<java.lang.String,AsyncContext> |
AsyncMessageManager.asynchronousContexts
|
protected java.util.Map<java.lang.String,AsyncContext> |
AsyncMessageManager.originalAsynchronousContexts
|
| Methods in org.ow2.petals.component.framework.process.async that return AsyncContext | |
|---|---|
AsyncContext |
AsyncMessageManager.getAsyncContext(java.lang.String id)
Get an asynchronous Context by the exchange Id. |
AsyncContext |
AsyncMessageManager.removeAsyncContext(java.lang.String id)
Remove the asynchronous Context matching the given original Exchange Id. |
| Methods in org.ow2.petals.component.framework.process.async with parameters of type AsyncContext | |
|---|---|
void |
AsyncMessageManager.addAsyncContext(org.ow2.petals.component.framework.api.message.Exchange exchange,
AsyncContext asyncContext)
Add an asynchronous message to the asynchronous messages map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||