当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 patch1 API 英文版文档
Mutable (JBoss Seam API Documentation) - JBoss Seam  1.2.0 patch1 API 英文版文档
org.jboss.seam.core
Interface Mutable
- All Superinterfaces: 
- Serializable
- All Known Implementing Classes: 
- AbstractMutable, Actor, BusinessProcess, ConversationEntries, EntityBean, EntityHome, HibernateEntityHome, Home, Identity, LocaleSelector, MailSession, ManagedHibernateSession, ManagedPersistenceContext, ManagedWorkingMemory, MutableController, Pageflow, PersistenceContexts, Redirect, RuleBasedIdentity, Selector, ThemeSelector, TimeZoneSelector, Transition
- public interface Mutable 
- extends Serializable
Must be implemented by any SESSION or CONVERSATION scoped
 mutable JavaBean component that will be used in a clustered
 environment. If this interface is not implemented correctly,
 changes may not be replicated across the cluster (depending
 upon the servlet engine implementation).
- Author:
- Gavin King
| Method Summary | 
|  boolean | clearDirty()Get and clear the dirty flag.
 | 
 
clearDirty
boolean clearDirty()
- Get and clear the dirty flag.
 
- 
 
- 
- Returns:
- true if the instance is dirty and requires replication