org.jboss.seam.core
public final class ConversationEntry extends Object implements Serializable, Comparable<ConversationEntry>
Constructor and Description |
---|
ConversationEntry(String id,
List<String> stack,
ConversationEntries entries) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConversationEntry entry) |
void |
destroy() |
void |
end() |
String |
findPositionInConversationStack(Component component)
Determines which conversation in the stack is holding the instance of this
component.
|
Integer |
getConcurrentRequestTimeout() |
List<String> |
getConversationIdStack() |
String |
getDescription() |
String |
getId() |
Date |
getLastDatetime() |
long |
getLastRequestTime() |
Date |
getStartDatetime() |
int |
getTimeout() |
String |
getViewId() |
boolean |
isCurrent() |
boolean |
isDisplayable() |
boolean |
isEnded() |
boolean |
isLockedByCurrentThread() |
boolean |
isNested() |
boolean |
isRemoveAfterRedirect() |
boolean |
lock() |
boolean |
lockNoWait() |
boolean |
redirect() |
void |
select() |
void |
setRemoveAfterRedirect(boolean removeAfterRedirect) |
String |
toString() |
void |
unlock() |
public ConversationEntry(String id, List<String> stack, ConversationEntries entries)
public String getDescription()
public long getLastRequestTime()
public String getId()
public Date getStartDatetime()
public void destroy()
public void select()
public boolean redirect()
public String getViewId()
public Date getLastDatetime()
public boolean isDisplayable()
public boolean isCurrent()
public int compareTo(ConversationEntry entry)
compareTo
in interface Comparable<ConversationEntry>
public int getTimeout()
public Integer getConcurrentRequestTimeout()
public boolean isRemoveAfterRedirect()
public void setRemoveAfterRedirect(boolean removeAfterRedirect)
public boolean lockNoWait()
public boolean lock()
public void unlock()
public boolean isLockedByCurrentThread()
public void end()
public boolean isEnded()
public boolean isNested()
public String findPositionInConversationStack(Component component)
Copyright © 2015 Seam Framework. All Rights Reserved.