org.jboss.system.server.profileservice.repository.clustered.sync
Interface SynchronizationInitiationAction<T extends SynchronizationActionContext>

All Superinterfaces:
SynchronizationAction<T>
All Known Implementing Classes:
InitiateRmdirAction

public interface SynchronizationInitiationAction<T extends SynchronizationActionContext>
extends SynchronizationAction<T>

Marker interface for a SynchronizationAction that initiates a process that subsequent actions will drive to comletion. An example of this would be an action to initiate the removal of a directory, which would be driven to completion by subsequent actions to remove child content and finally an action to remove the directory itself..

Version:
$Revision: $
Author:
Brian Stansberry

Method Summary
 
Methods inherited from interface org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationAction
cancel, complete, getContext, getRepositoryContentModification, isCancelled, isComplete
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.