public interface SessionOperation<T>
SessionState
class to implement
generic controls like synchronization and liveness checks on all session
operation.Modifier and Type | Method and Description |
---|---|
T |
perform(SessionContext context)
Performs the session operation.
|
T perform(SessionContext context) throws javax.jcr.RepositoryException
context
- component context of this sessionjavax.jcr.RepositoryException
- if the operation failsCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.