public class ConversationImpl extends Object implements org.jboss.weld.context.ManagedConversation, Serializable
| Constructor and Description |
|---|
ConversationImpl(BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
begin(String id) |
void |
end() |
String |
getId() |
long |
getLastUsed() |
long |
getTimeout() |
boolean |
isContextActive() |
boolean |
isTransient() |
boolean |
lock(long timeout) |
void |
setTimeout(long timeout) |
String |
toString() |
void |
touch() |
boolean |
unlock() |
@Inject public ConversationImpl(BeanManagerImpl manager)
public void begin()
begin in interface javax.enterprise.context.Conversationpublic void begin(String id)
begin in interface javax.enterprise.context.Conversationpublic void end()
end in interface javax.enterprise.context.Conversationpublic String getId()
getId in interface javax.enterprise.context.Conversationpublic long getTimeout()
getTimeout in interface javax.enterprise.context.Conversationpublic void setTimeout(long timeout)
setTimeout in interface javax.enterprise.context.Conversationpublic boolean isTransient()
isTransient in interface javax.enterprise.context.Conversationpublic long getLastUsed()
getLastUsed in interface org.jboss.weld.context.ManagedConversationpublic void touch()
touch in interface org.jboss.weld.context.ManagedConversationpublic boolean lock(long timeout)
lock in interface org.jboss.weld.context.ManagedConversationpublic boolean unlock()
unlock in interface org.jboss.weld.context.ManagedConversationpublic boolean isContextActive()
Copyright © 2017. All rights reserved.