A B C D E G H I L M O R S T U 

A

activate(String) - Method in interface org.jboss.weld.context.ConversationContext
Activate the conversation context, using the id provided to attempt to restore a long-running conversation
activate() - Method in interface org.jboss.weld.context.ConversationContext
Activate the conversation context, starting a new transient conversation
activate() - Method in interface org.jboss.weld.context.ManagedContext
Activate the Context.
ApplicationContext - Interface in org.jboss.weld.context
The built in application context, associated with ApplicationScoped.
associate(S) - Method in interface org.jboss.weld.context.BoundContext
Associate the context with the storage (for this thread).

B

Bound - Annotation Type in org.jboss.weld.context.bound
Qualifier used with all for all of the bound (map backed) contexts Weld offers.
BoundContext<S> - Interface in org.jboss.weld.context
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
BoundConversationContext - Interface in org.jboss.weld.context.bound
A conversation context which can be bound to a pair of Maps encapsulated by BoundRequest.
BoundLiteral - Class in org.jboss.weld.context.bound
Annotation literal for Bound
BoundRequest - Interface in org.jboss.weld.context.bound
A conversation is used to span multiple requests, however is shorter than a session.
BoundRequestContext - Interface in org.jboss.weld.context.bound
A request context which can be bound to any Map.
BoundSessionContext - Interface in org.jboss.weld.context.bound
A session context which can be bound to any Map.

C

ConversationContext - Interface in org.jboss.weld.context
The built in conversation context is associated with ConversationScoped.

D

deactivate() - Method in interface org.jboss.weld.context.ManagedContext
Deactivate the Context, destroying any instances if the context is invalid.
DependentContext - Interface in org.jboss.weld.context
The built in dependent context, associated with Dependent.
destroy(Map<String, Object>) - Method in interface org.jboss.weld.context.bound.BoundConversationContext
Destroy all conversations in the session.
destroy(HttpSession) - Method in interface org.jboss.weld.context.http.HttpConversationContext
If the context is not currently associated with a HttpServletRequest, then the context will be associated with the specified HttpSession (for this thread), activated, destroyed, and then deactivated.
destroy(HttpSession) - Method in interface org.jboss.weld.context.http.HttpSessionContext
Destroy the session and all conversations stored in the session.
dissociate(S) - Method in interface org.jboss.weld.context.BoundContext
Dissociate the context from the storage (for this thread).

E

Ejb - Annotation Type in org.jboss.weld.context.ejb
Qualifier used with all for all of the EJB contexts Weld offers.
EjbLiteral - Class in org.jboss.weld.context.ejb
Annotation literal for Ejb
EjbRequestContext - Interface in org.jboss.weld.context.ejb
A request context which can be bound to the InvocationContext.

G

generateConversationId() - Method in interface org.jboss.weld.context.ConversationContext
Generate a new, unique, conversation id
getConcurrentAccessTimeout() - Method in interface org.jboss.weld.context.ConversationContext
Get the current concurrent access timeout
getConversation(String) - Method in interface org.jboss.weld.context.ConversationContext
Get the conversation with the given id.
getConversations() - Method in interface org.jboss.weld.context.ConversationContext
Get conversations currently known to the context.
getCurrentConversation() - Method in interface org.jboss.weld.context.ConversationContext
Get a handle the current conversation (transient or otherwise).
getDefaultTimeout() - Method in interface org.jboss.weld.context.ConversationContext
Get the default inactivity timeout.
getLastUsed() - Method in interface org.jboss.weld.context.ManagedConversation
Gets the last time the conversation was used (for data access)
getParameterName() - Method in interface org.jboss.weld.context.ConversationContext
Get the name of the parameter used to propagate the conversation id
getRequestMap() - Method in interface org.jboss.weld.context.bound.BoundRequest
Get the current request map.
getRequestMap() - Method in class org.jboss.weld.context.bound.MutableBoundRequest
 
getSessionMap(boolean) - Method in interface org.jboss.weld.context.bound.BoundRequest
Get the current session map.
getSessionMap(boolean) - Method in class org.jboss.weld.context.bound.MutableBoundRequest
 

H

Http - Annotation Type in org.jboss.weld.context.http
Qualifier used with all for all of the Servlet backed contexts Weld offers.
HttpConversationContext - Interface in org.jboss.weld.context.http
An Http Session backed conversation context.
HttpLiteral - Class in org.jboss.weld.context.http
Annotation literal for Http
HttpRequestContext - Interface in org.jboss.weld.context.http
A request context which can be bound to the ServletRequest.
HttpSessionContext - Interface in org.jboss.weld.context.http
A session context which can be bound to the HttpServletRequest.

I

INSTANCE - Static variable in class org.jboss.weld.context.bound.BoundLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.ejb.EjbLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.http.HttpLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.unbound.UnboundLiteral
 
invalidate() - Method in interface org.jboss.weld.context.ApplicationContext
Invalidate the context, causing all bean instances to be destroyed.
invalidate() - Method in interface org.jboss.weld.context.ConversationContext
Cause any expired conversations to be ended, and therefore marked for destruction when deactivate is called.
invalidate() - Method in interface org.jboss.weld.context.http.HttpSessionContext
Mark the Session Context for destruction; the Session Context will be detached from the underling Http Session, and instances marked for destruction when the Http Request is destroyed.
invalidate() - Method in interface org.jboss.weld.context.ManagedContext
Mark the context as due for destruction when deactivate is called.
isValid() - Method in interface org.jboss.weld.context.http.HttpSessionContext
Returns false if the session has been invalidated (using HttpSessionContext.invalidate()).

L

lock(long) - Method in interface org.jboss.weld.context.ManagedConversation
Attempts to lock the conversation for exclusive usage

M

ManagedContext - Interface in org.jboss.weld.context
Lifecycle management for built in contexts.
ManagedConversation - Interface in org.jboss.weld.context
Provides management operations for conversations, including locking, and expiration management.
MutableBoundRequest - Class in org.jboss.weld.context.bound
An implementation of BoundRequest backed by a pair of maps.
MutableBoundRequest(Map<String, Object>, Map<String, Object>) - Constructor for class org.jboss.weld.context.bound.MutableBoundRequest
 

O

org.jboss.weld.context - package org.jboss.weld.context
 
org.jboss.weld.context.bound - package org.jboss.weld.context.bound
 
org.jboss.weld.context.ejb - package org.jboss.weld.context.ejb
 
org.jboss.weld.context.http - package org.jboss.weld.context.http
 
org.jboss.weld.context.unbound - package org.jboss.weld.context.unbound
 

R

RequestContext - Interface in org.jboss.weld.context
The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.

S

SessionContext - Interface in org.jboss.weld.context
The built in session context is associated with SessionScoped.
setConcurrentAccessTimeout(long) - Method in interface org.jboss.weld.context.ConversationContext
Set the concurrent access timeout
setDefaultTimeout(long) - Method in interface org.jboss.weld.context.ConversationContext
Set the default inactivity timeout.
setParameterName(String) - Method in interface org.jboss.weld.context.ConversationContext
Set the name of the parameter used to propagate the conversation id
SingletonContext - Interface in org.jboss.weld.context
The built in singleton context, associated with Singleton.

T

touch() - Method in interface org.jboss.weld.context.ManagedConversation
Touches the managed conversation, updating the "last used" timestamp

U

Unbound - Annotation Type in org.jboss.weld.context.unbound
Qualifier used with all for all of the unbound contexts Weld offers.
UnboundLiteral - Class in org.jboss.weld.context.unbound
Annotation literal for Bound
unlock() - Method in interface org.jboss.weld.context.ManagedConversation
Attempts to unlock the conversation
A B C D E G H I L M O R S T U 

Copyright © 2008-2013 Seam Framework. All Rights Reserved.