Class ConversationImpl
java.lang.Object
org.jboss.weld.contexts.conversation.ConversationImpl
- All Implemented Interfaces:
jakarta.enterprise.context.Conversation,Serializable,org.jboss.weld.context.ManagedConversation
public class ConversationImpl
extends Object
implements org.jboss.weld.context.ManagedConversation, Serializable
- Author:
- Nicklas Karlsson, Marko Luksa
- See Also:
-
Constructor Details
-
ConversationImpl
-
-
Method Details
-
begin
public void begin()- Specified by:
beginin interfacejakarta.enterprise.context.Conversation
-
begin
- Specified by:
beginin interfacejakarta.enterprise.context.Conversation
-
end
public void end()- Specified by:
endin interfacejakarta.enterprise.context.Conversation
-
getId
- Specified by:
getIdin interfacejakarta.enterprise.context.Conversation
-
getTimeout
public long getTimeout()- Specified by:
getTimeoutin interfacejakarta.enterprise.context.Conversation
-
setTimeout
public void setTimeout(long timeout) - Specified by:
setTimeoutin interfacejakarta.enterprise.context.Conversation
-
toString
-
isTransient
public boolean isTransient()- Specified by:
isTransientin interfacejakarta.enterprise.context.Conversation
-
getLastUsed
public long getLastUsed()- Specified by:
getLastUsedin interfaceorg.jboss.weld.context.ManagedConversation
-
touch
public void touch()- Specified by:
touchin interfaceorg.jboss.weld.context.ManagedConversation
-
lock
public boolean lock(long timeout) - Specified by:
lockin interfaceorg.jboss.weld.context.ManagedConversation
-
unlock
public boolean unlock()- Specified by:
unlockin interfaceorg.jboss.weld.context.ManagedConversation
-
isContextActive
public boolean isContextActive()
-