| Package | Description |
|---|---|
| org.jboss.seam.async |
Seam asynchronicity: dispatcher implementations and schedule classes.
|
| org.jboss.seam.bpm |
A set of Seam components for business process management
via jBPM, including control of process and task instances,
rendering of task lists, and integration with jBPM.
|
| org.jboss.seam.core |
A set of Seam components that implement Seam.
|
| org.jboss.seam.ejb |
Integration with EJB 3.0.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BusinessProcessInterceptor.aroundInvoke(InvocationContext invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EventInterceptor.aroundInvoke(InvocationContext ctx) |
Object |
MethodContextInterceptor.aroundInvoke(InvocationContext ctx) |
Object |
SynchronizationInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
ConversationInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
ConversationalInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
BijectionInterceptor.aroundInvoke(InvocationContext invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RemoveInterceptor.aroundInvoke(InvocationContext invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EntityManagerProxyInterceptor.aroundInvoke(InvocationContext ic) |
Object |
ManagedEntityInterceptor.aroundInvoke(InvocationContext ctx) |
Object |
HibernateSessionProxyInterceptor.aroundInvoke(InvocationContext ic) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SecurityInterceptor.aroundInvoke(InvocationContext invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RollbackInterceptor.aroundInvoke(InvocationContext invocation) |
Object |
TransactionInterceptor.aroundInvoke(InvocationContext invocation) |
Copyright © 2015 Seam Framework. All Rights Reserved.