org.jboss.system.server.profileservice.repository.clustered.local.file
Class FileBasedSynchronizationActionContext

java.lang.Object
  extended by org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationActionContext
      extended by org.jboss.system.server.profileservice.repository.clustered.local.file.FileBasedSynchronizationActionContext

public class FileBasedSynchronizationActionContext
extends SynchronizationActionContext

SynchronizationActionContext subclass that provides additional contextual information useful to filesystem based actions.

Version:
$Revision: $
Author:
Brian Stansberry

Constructor Summary
FileBasedSynchronizationActionContext(SynchronizationId<?> id, RepositoryContentMetadata inProgressMetadata, File tempDir, String storeName)
           
 
Method Summary
 String getStoreName()
           
 File getTempDir()
           
 
Methods inherited from class org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationActionContext
getId, getInProgressMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBasedSynchronizationActionContext

public FileBasedSynchronizationActionContext(SynchronizationId<?> id,
                                             RepositoryContentMetadata inProgressMetadata,
                                             File tempDir,
                                             String storeName)
Method Detail

getTempDir

public File getTempDir()

getStoreName

public String getStoreName()


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