public interface LazySession
extends javax.jcr.Session
Modifier and Type | Method and Description |
---|---|
long |
getRefreshPendingAfter()
Returns the pending time millis after when the session should be refreshed.
|
long |
lastLoggedIn()
Returns the last logged in time mills
|
long |
lastRefreshed()
Returns the last refreshed time millis.
|
void |
localRefresh()
Does a localRefresh that does not get propagated in clustered environments to the database
|
void |
logoutSession()
Invokes logout() of the underlying session.
|
addLockToken, checkPermission, exportDocumentView, exportDocumentView, exportSystemView, exportSystemView, getAccessControlManager, getAttribute, getAttributeNames, getImportContentHandler, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNode, getNodeByIdentifier, getNodeByUUID, getProperty, getRepository, getRetentionManager, getRootNode, getUserID, getValueFactory, getWorkspace, hasCapability, hasPendingChanges, hasPermission, impersonate, importXML, isLive, itemExists, logout, move, nodeExists, propertyExists, refresh, removeItem, removeLockToken, save, setNamespacePrefix
void logoutSession() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
long lastRefreshed()
long lastLoggedIn()
long getRefreshPendingAfter()
void localRefresh()
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.