Uses of Interface
javax.enterprise.context.Conversation
-
Packages that use Conversation Package Description org.jboss.weld.bean.builtin org.jboss.weld.context org.jboss.weld.contexts.conversation -
-
Uses of Conversation in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return Conversation Modifier and Type Method Description protected ConversationConversationBean. newInstance(InjectionPoint ip, CreationalContext<Conversation> creationalContext)Method parameters in org.jboss.weld.bean.builtin with type arguments of type Conversation Modifier and Type Method Description protected ConversationConversationBean. newInstance(InjectionPoint ip, CreationalContext<Conversation> creationalContext) -
Uses of Conversation in org.jboss.weld.context
Subinterfaces of Conversation in org.jboss.weld.context Modifier and Type Interface Description interfaceManagedConversationProvides management operations for conversations, including locking, and expiration management. -
Uses of Conversation in org.jboss.weld.contexts.conversation
Classes in org.jboss.weld.contexts.conversation that implement Conversation Modifier and Type Class Description classConversationImpl
-