当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
ConversationEntry (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.core
Class ConversationEntry
java.lang.Object
   org.jboss.seam.core.ConversationEntry
org.jboss.seam.core.ConversationEntry
- All Implemented Interfaces: 
- Serializable, Comparable<ConversationEntry>
- public final class ConversationEntry 
- extends Object- implements Serializable, Comparable<ConversationEntry>
Metadata about an active conversation. Also used
 by the conversation list and breadcrumbs.
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
ConversationEntry
public ConversationEntry(String id,
                         List<String> stack,
                         ConversationEntries entries)
getDescription
public String getDescription()
- 
 
- 
 
getLastRequestTime
public long getLastRequestTime()
- 
 
- 
 
getId
public String getId()
- 
 
- 
 
getStartDatetime
public Date getStartDatetime()
- 
 
- 
 
destroy
public void destroy()
- 
 
- 
 
select
public void select()
- 
 
- 
 
switchConversation
public boolean switchConversation()
- 
 
- 
 
getViewId
public String getViewId()
- 
 
- 
 
getLastDatetime
public Date getLastDatetime()
- 
 
- 
 
getConversationIdStack
public List<String> getConversationIdStack()
- 
 
- 
 
getInitiatorComponentName
public String getInitiatorComponentName()
- Deprecated. 
 
- 
 
- 
- Returns:
- a component name
 
isDisplayable
public boolean isDisplayable()
- 
 
- 
 
isCurrent
public boolean isCurrent()
- 
 
- 
 
compareTo
public int compareTo(ConversationEntry entry)
- 
- Specified by:
- compareToin interface- Comparable<ConversationEntry>
 
- 
 
getTimeout
public int getTimeout()
- 
 
- 
 
isRemoveAfterRedirect
public boolean isRemoveAfterRedirect()
- 
 
- 
 
setRemoveAfterRedirect
public void setRemoveAfterRedirect(boolean removeAfterRedirect)
- 
 
- 
 
lockNoWait
public boolean lockNoWait()
- 
 
- 
 
lock
public boolean lock()
- 
 
- 
 
unlock
public void unlock()
- 
 
- 
 
isLockedByCurrentThread
public boolean isLockedByCurrentThread()
- 
 
- 
 
end
public void end()
- 
 
- 
 
isEnded
public boolean isEnded()
- 
 
- 
 
isNested
public boolean isNested()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-