Interface InternalSecurityManager.CommitHandler2
- All Superinterfaces:
InternalSecurityManager.CommitHandler
- All Known Implementing Classes:
HomeFolderHandler
,InternalSecurityManager.CommitHandler2.WithUser
- Enclosing interface:
- InternalSecurityManager
public static interface InternalSecurityManager.CommitHandler2
extends InternalSecurityManager.CommitHandler
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 4.3
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
If the meaning of this type isn't clear, there really should be more of a description here...Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler
InternalSecurityManager.CommitHandler.Factory
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleCommitted
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext) Called after the commit has succeeded.Methods inherited from interface org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler
handleCommit, init
-
Method Details
-
handleCommitted
void handleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext) Called after the commit has succeeded.
-