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.
|
org.jboss.seam.webservice |
Web Services integration.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousInterceptor
Dispatches method calls to @Asynchronous methods
asynchronously, and returns the "timer" object
if necessary.
|
Modifier and Type | Class and Description |
---|---|
class |
BijectionInterceptor
Before invoking the component, inject all dependencies.
|
class |
ConversationalInterceptor
Check that a conversational bean is not being invoked
outside the scope of a long-running conversation.
|
class |
ConversationInterceptor
Implements annotation-based conversation demarcation.
|
class |
EventInterceptor
Raises Seam events connected with a bean lifecycle.
|
class |
MethodContextInterceptor
Sets up the METHOD context and unproxies the SFSB
for the duration of the call.
|
class |
SynchronizationInterceptor
Serializes calls to a component.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveInterceptor
Removes SFSB components from the Seam context after invocation
of an EJB @Remove method, or when a system exception is thrown
from the bean.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptor
Superclass of built-in interceptors
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerProxyInterceptor
Proxy the EntityManager if injected using @PersistenceContext
|
class |
HibernateSessionProxyInterceptor
Proxy the Hibernate Session if injected using @PersistenceContext
|
class |
ManagedEntityInterceptor
Swizzles entity references around each invocation, maintaining referential
integrity even across passivation of the stateful bean or Seam-managed
extended persistence context, and allowing for more efficient replication.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityInterceptor
Provides authorization services for component invocations.
|
Modifier and Type | Class and Description |
---|---|
class |
RollbackInterceptor
Automatically sets the current transaction to rollback
only when an exception is thrown.
|
class |
TransactionInterceptor
Implements transaction propagation rules for Seam JavaBean components.
|
Modifier and Type | Class and Description |
---|---|
class |
WSSecurityInterceptor
Provides authorization services for web service invocations.
|
Copyright © 2015 Seam Framework. All Rights Reserved.