@Name(value="org.jboss.seam.core.events") @Install(precedence=11) @Scope(value=STATELESS) @BypassInterceptors @AutoCreate public class TideEvents extends Events
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TideEvents.WrappedEvent |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ASYNC_EVENT |
protected Log |
log |
| Constructor and Description |
|---|
TideEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
raiseAsynchronousEvent(String type,
Object... parameters) |
void |
raiseEvent(String type,
Object... parameters) |
void |
raiseTimedEvent(String type,
Schedule schedule,
Object... parameters) |
addListener, exists, getDispatcher, instance, raiseTransactionCompletionEvent, raiseTransactionSuccessEventprotected static final String ASYNC_EVENT
public TideEvents()
public void raiseEvent(String type, Object... parameters)
raiseEvent in class Eventspublic void raiseAsynchronousEvent(String type, Object... parameters)
raiseAsynchronousEvent in class Eventspublic void raiseTimedEvent(String type, Schedule schedule, Object... parameters)
raiseTimedEvent in class Events