Interface SessionOperation<T>
-
- All Known Subinterfaces:
SessionWriteOperation<T>
- All Known Implementing Classes:
AddNodeOperation,ItemRefreshOperation,SessionItemOperation,SessionMoveOperation,SessionRefreshOperation,SessionSaveOperation
public interface SessionOperation<T>Session operation. Used by theSessionStateclass to implement generic controls like synchronization and liveness checks on all session operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tperform(SessionContext context)Performs the session operation.
-
-
-
Method Detail
-
perform
T perform(SessionContext context) throws RepositoryException
Performs the session operation.- Parameters:
context- component context of this session- Throws:
RepositoryException- if the operation fails
-
-