Package | Description |
---|---|
org.jboss.seam.async |
Seam asynchronicity: dispatcher implementations and schedule classes.
|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
org.jboss.seam.ejb |
Integration with EJB 3.0.
|
org.jboss.seam.intercept |
Implementation of the Seam interceptor
stack.
|
org.jboss.seam.persistence |
Seam components for working with JPA or Hibernate3.
|
org.jboss.seam.security |
Seam Security
|
org.jboss.seam.transaction |
Abstracts all possible transaction management APIs behind a
JTA-compatible interface.
|
Modifier and Type | Method and Description |
---|---|
Object |
AsynchronousInterceptor.aroundInvoke(InvocationContext invocation) |
protected Schedule |
AbstractDispatcher.createSchedule(InvocationContext invocation) |
protected TimerSchedule |
AbstractDispatcher.createTimerSchedule(InvocationContext invocation) |
protected AbstractDispatcher.DispatcherParameters |
AbstractDispatcher.extractAndValidateParameters(InvocationContext invocation) |
QuartzTriggerHandle |
QuartzDispatcher.scheduleInvocation(InvocationContext invocation,
Component component) |
T |
Dispatcher.scheduleInvocation(InvocationContext invocation,
Component component)
Schedule an asynchronous method call, examining annotations
upon the method to determine the schedule
|
javax.ejb.Timer |
TimerServiceDispatcher.scheduleInvocation(InvocationContext invocation,
Component component) |
Future |
ThreadPoolDispatcher.scheduleInvocation(InvocationContext invocation,
Component component) |
Constructor and Description |
---|
AsynchronousInvocation(InvocationContext invocation,
Component component) |
Modifier and Type | Method and Description |
---|---|
Object |
MethodContextInterceptor.aroundInvoke(InvocationContext ctx) |
Object |
SynchronizationInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
ConversationInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
EventInterceptor.aroundInvoke(InvocationContext ctx) |
Object |
BijectionInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
ConversationalInterceptor.aroundInvoke(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
Object |
RemoveInterceptor.aroundInvoke(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
Object |
OptimizedInterceptor.aroundInvoke(InvocationContext ic) |
Object |
Interceptor.aroundInvoke(InvocationContext invocation,
Object userInterceptor) |
Object |
Interceptor.aroundTimeout(InvocationContext invocation,
Object userInterceptor) |
protected Object |
RootInterceptor.invoke(InvocationContext invocation,
org.jboss.seam.intercept.EventType invocationType) |
protected void |
RootInterceptor.invokeAndHandle(InvocationContext invocation,
org.jboss.seam.intercept.EventType invocationType) |
Object |
Interceptor.postActivate(InvocationContext invocation,
Object userInterceptor) |
Object |
Interceptor.postConstruct(InvocationContext invocation,
Object userInterceptor) |
Object |
Interceptor.preDestroy(InvocationContext invocation,
Object userInterceptor) |
Object |
Interceptor.prePassivate(InvocationContext invocation,
Object userInterceptor) |
Modifier and Type | Method and Description |
---|---|
Object |
ManagedEntityInterceptor.aroundInvoke(InvocationContext ctx) |
Object |
EntityManagerProxyInterceptor.aroundInvoke(InvocationContext ic) |
Object |
HibernateSessionProxyInterceptor.aroundInvoke(InvocationContext ic) |
void |
EntityManagerProxyInterceptor.postActivate(InvocationContext invocation) |
void |
HibernateSessionProxyInterceptor.postActivate(InvocationContext invocation) |
void |
EntityManagerProxyInterceptor.postConstruct(InvocationContext invocation) |
void |
HibernateSessionProxyInterceptor.postConstruct(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
Object |
SecurityInterceptor.aroundInvoke(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
Object |
TransactionInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
RollbackInterceptor.aroundInvoke(InvocationContext invocation) |
Copyright © 2015 Seam Framework. All Rights Reserved.