org.jboss.system.server.profileservice.repository.clustered.sync
Class RemoteRemovalAction<T extends SynchronizationActionContext>
java.lang.Object
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationAction<T>
org.jboss.system.server.profileservice.repository.clustered.sync.NoOpSynchronizationAction<T>
org.jboss.system.server.profileservice.repository.clustered.sync.SimpleSynchronizationRemoteAction<T>
org.jboss.system.server.profileservice.repository.clustered.sync.RemoteRemovalAction<T>
- All Implemented Interfaces:
- SynchronizationAction<T>, SynchronizationRemoteAction<T>, TwoPhaseCommitAction<T>
public class RemoteRemovalAction<T extends SynchronizationActionContext>
- extends SimpleSynchronizationRemoteAction<T>
SynchronizationRemoteAction
that updates the local metadata
recording the removal.
- Version:
- $Revision: $
- Author:
- Brian Stansberry
Method Summary |
protected void |
doCommit()
|
Methods inherited from class org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationAction |
cancel, commit, complete, getContext, getMarkedRemovedItem, getRepositoryContentModification, getState, isCancelled, isComplete, prepare, rollback |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteRemovalAction
public RemoteRemovalAction(T context,
ContentModification modification)
doCommit
protected void doCommit()
- Overrides:
doCommit
in class NoOpSynchronizationAction<T extends SynchronizationActionContext>
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.