Uses of Class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationAction

Packages that use AbstractSynchronizationAction
org.jboss.system.server.profileservice.repository.clustered.local.file   
org.jboss.system.server.profileservice.repository.clustered.sync   
 

Uses of AbstractSynchronizationAction in org.jboss.system.server.profileservice.repository.clustered.local.file
 

Subclasses of AbstractSynchronizationAction in org.jboss.system.server.profileservice.repository.clustered.local.file
 class AbstractFileWriteAction
          Base class for actions that write to a File.
 class AbstractLocalContentChangeAction
           
 class AddContentStreamAction
          SynchronizationReadAction that reads from a InputStream and besides returning ByteChunks, also writes the stream contents to a local file.
 class DirectoryTimestampUpdateAction
          RepositorySynchronizationAction that updates a directory lastModified time.
 class FileReadAction
          SynchronizationReadAction that reads from a File.
 class FileWriteAction
          SynchronizationWriteAction that writes to a File.
 class InitiateRmdirAction
          SynchronizationAction that does nothing normally, but restores a removed directory during the rollback phase.
 class MkDirAction
          SynchronizationAction that makes a directory.
 class RemoveFileAction
          SynchronizationAction that removes a File.
 

Uses of AbstractSynchronizationAction in org.jboss.system.server.profileservice.repository.clustered.sync
 

Subclasses of AbstractSynchronizationAction in org.jboss.system.server.profileservice.repository.clustered.sync
 class AbstractContentMetadataMutatorAction<T extends SynchronizationActionContext>
          Base class for SynchronizationAction implementations that mutate the RepositoryContentMetadata as part of their function.
 class NoOpRepositorySynchronizationWriteAction<T extends SynchronizationActionContext>
          A SynchronizationWriteAction that throws the bytes on the floor.
 class NoOpSynchronizationAction<T extends SynchronizationActionContext>
          SynchronizationAction that does nothing.
 class RemoteRemovalAction<T extends SynchronizationActionContext>
          SynchronizationRemoteAction that updates the local metadata recording the removal.
 class RemovalMetadataInsertionAction<T extends SynchronizationActionContext>
          SynchronizationAction that modifies the node's metadata to insert a missing RepositoryItemMetadata that tracks a removed item.
 class SimpleSynchronizationRemoteAction<T extends SynchronizationActionContext>
          Simple implementation of marker interface SynchronizationRemoteAction.
 



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