Package | Description |
---|---|
org.jboss.seam |
The Seam component meta-model.
|
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.intercept |
Implementation of the Seam interceptor
stack.
|
org.jboss.seam.persistence |
Seam components for working with JPA or Hibernate3.
|
Modifier and Type | Method and Description |
---|---|
static Component |
Seam.componentForName(String name)
Get the Seam component, even if no application context
is associated with the current thread.
|
static Component |
Component.forName(String name) |
Component |
Instance.getComponent() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Component |
Init.FactoryMethod.getComponent() |
Component |
Init.ObserverMethod.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
Init.addFactoryMethod(String variable,
Method method,
Component component) |
void |
Init.addObserverMethod(String eventType,
Method method,
Component component,
boolean create) |
String |
ConversationEntry.findPositionInConversationStack(Component component)
Determines which conversation in the stack is holding the instance of this
component.
|
void |
Init.removeObserverMethods(Component component)
Remove any observer methods registered on the component.
|
void |
BijectionInterceptor.setComponent(Component component) |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Component> |
SessionBeanInterceptor.COMPONENT |
Modifier and Type | Method and Description |
---|---|
protected Component |
RootInterceptor.getComponent() |
protected Component |
AbstractInterceptor.getComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
RootInterceptor.init(Component component) |
void |
AbstractInterceptor.setComponent(Component component) |
Constructor and Description |
---|
ClientSideInterceptor(Object bean,
Component component) |
Interceptor(Class[] classes,
Annotation annotation,
Component component) |
Interceptor(Object interceptor,
Component component) |
JavaBeanInterceptor(Object bean,
Component component) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedPersistenceContext.create(Component component) |
void |
Filter.create(Component component) |
void |
ManagedHibernateSession.create(Component component) |
void |
ManagedEntityWrapper.deserialize(Object controllerBean,
Component component) |
void |
EntityManagerFactory.startup(Component component) |
void |
ManagedEntityWrapper.wrap(Object target,
Component component) |
Copyright © 2015 Seam Framework. All Rights Reserved.