| 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 |
|---|---|
java.lang.Object |
AbstractSeamServiceContext.invokeAsynchronous(AsyncContext asyncContext,
java.lang.String targetComponentName,
java.lang.Class<?> targetComponentClass,
java.lang.String methodName,
java.lang.Class<?>[] paramTypes,
java.lang.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 |
|---|---|
java.lang.Object |
AsynchronousInvoker.invokeAsynchronousCron(AsyncContext asyncContext,
java.lang.String targetComponentName,
java.lang.Class<?> targetComponentClass,
java.lang.String methodName,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params,
java.lang.Long duration,
java.util.Date expiration,
java.util.Date finalExpiration,
java.lang.String intervalCron)
Implementations of intercepted asynchronous calls (cron interval)
|
java.lang.Object |
AsynchronousInvoker.invokeAsynchronousDuration(AsyncContext asyncContext,
java.lang.String targetComponentName,
java.lang.Class<?> targetComponentClass,
java.lang.String methodName,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params,
java.lang.Long duration,
java.util.Date expiration,
java.util.Date finalExpiration,
java.lang.Long intervalDuration)
Implementations of intercepted asynchronous calls (duration interval)
|
java.lang.Object |
AsynchronousInvoker.invokeAsynchronousDuration(AsyncContext asyncContext,
java.lang.String targetComponentName,
java.lang.Class<?> targetComponentClass,
java.lang.String methodName,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params,
java.lang.Long duration,
java.util.Date expiration,
java.lang.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,
java.lang.String type,
java.lang.Object[] params) |