Uses of Class
org.apache.jackrabbit.jcr2spi.SessionImpl

Packages that use SessionImpl
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.jcr2spi.version   
org.apache.jackrabbit.jcr2spi.xml   
 

Uses of SessionImpl in org.apache.jackrabbit.jcr2spi
 

Subclasses of SessionImpl in org.apache.jackrabbit.jcr2spi
 class XASessionImpl
          XASessionImpl extends the regular session implementation with access to the XAResource.
 

Fields in org.apache.jackrabbit.jcr2spi declared as SessionImpl
protected  SessionImpl WorkspaceImpl.session
          The Session that created this Workspace object.
protected  SessionImpl ItemImpl.session
          The session that created this item.
 

Constructors in org.apache.jackrabbit.jcr2spi with parameters of type SessionImpl
ItemImpl(SessionImpl session, ItemState state, ItemLifeCycleListener[] listeners)
           
JcrLockManager(SessionImpl session)
           
JcrVersionManager(SessionImpl session)
           
NodeImpl(SessionImpl session, NodeState state, ItemLifeCycleListener[] listeners)
           
PropertyImpl(SessionImpl session, PropertyState state, ItemLifeCycleListener[] listeners)
           
WorkspaceImpl(String name, SessionImpl session, RepositoryConfig config, SessionInfo sessionInfo)
           
 

Uses of SessionImpl in org.apache.jackrabbit.jcr2spi.state
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type SessionImpl
SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, SessionImpl mgrProvider)
          Creates a new SessionItemStateManager instance.
 

Uses of SessionImpl in org.apache.jackrabbit.jcr2spi.version
 

Constructors in org.apache.jackrabbit.jcr2spi.version with parameters of type SessionImpl
VersionHistoryImpl(SessionImpl session, NodeState state, ItemLifeCycleListener[] listeners)
           
VersionImpl(SessionImpl session, NodeState state, ItemLifeCycleListener[] listeners)
           
 

Uses of SessionImpl in org.apache.jackrabbit.jcr2spi.xml
 

Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type SessionImpl
SessionImporter(Path parentPath, SessionImpl session, SessionItemStateManager stateManager, int uuidBehavior)
          Creates a new WorkspaceImporter instance.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.