| Package | Description |
|---|---|
| org.granite.tide.seam | |
| org.granite.tide.seam.async | |
| org.granite.tide.seam21 |
| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
AbstractSeamServiceContext.getAsyncContext()
Constructs an asynchronous context object
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractSeamServiceContext.invokeAsynchronous(AsyncContext asyncContext,
String targetComponentName,
Class<?> targetComponentClass,
String methodName,
Class<?>[] paramTypes,
Object[] params)
Implementations of intercepted asynchronous calls
Send asynchronous event to client
|
void |
AbstractSeamServiceContext.setAsyncContext(AsyncContext asyncContext)
Restores an asynchronous context
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AsynchronousInvoker.invokeAsynchronousCron(AsyncContext asyncContext,
String targetComponentName,
Class<?> targetComponentClass,
String methodName,
Class<?>[] paramTypes,
Object[] params,
Long duration,
Date expiration,
Date finalExpiration,
String intervalCron)
Implementations of intercepted asynchronous calls (cron interval)
|
Object |
AsynchronousInvoker.invokeAsynchronousDuration(AsyncContext asyncContext,
String targetComponentName,
Class<?> targetComponentClass,
String methodName,
Class<?>[] paramTypes,
Object[] params,
Long duration,
Date expiration,
Date finalExpiration,
Long intervalDuration)
Implementations of intercepted asynchronous calls (duration interval)
|
Object |
AsynchronousInvoker.invokeAsynchronousDuration(AsyncContext asyncContext,
String targetComponentName,
Class<?> targetComponentClass,
String methodName,
Class<?>[] paramTypes,
Object[] params,
Long duration,
Date expiration,
Long intervalDuration)
Implementations of intercepted asynchronous calls (duration interval)
|
| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
TideEvents.WrappedEvent.getAsyncContext() |
| Constructor and Description |
|---|
TideEvents.WrappedEvent(AsyncContext asyncContext,
String type,
Object[] params) |