org.apache.lenya.cms.repository
Interface SharedItemStore

All Superinterfaces:
Session, UnitOfWork

public interface SharedItemStore
extends Session

Store for read-only items which are shared by all sessions for performance reasons.


Field Summary
static java.lang.String ROLE
          The service role.
 
Method Summary
 void clear()
          Clears the store when a session has been committed.
 
Methods inherited from interface org.apache.lenya.cms.repository.Session
addListener, commit, enqueueEvent, getId, getIdentity, getRepositoryItem, isListenerRegistered, isModifiable, rollback, setIdentity
 
Methods inherited from interface org.apache.lenya.transaction.UnitOfWork
createLock, isDirty, registerDirty, registerNew, registerRemoved, removeLock
 

Field Detail

ROLE

static final java.lang.String ROLE
The service role.

Method Detail

clear

void clear()
Clears the store when a session has been committed.



Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.