ModeShape Distribution 3.2.0.Final

org.modeshape.jboss.subsystem
Class AbstractAddFileSystemIndexStorage

java.lang.Object
  extended by org.jboss.as.controller.AbstractAddStepHandler
      extended by org.modeshape.jboss.subsystem.AbstractAddIndexStorage
          extended by org.modeshape.jboss.subsystem.AbstractAddFileSystemIndexStorage
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
Direct Known Subclasses:
AddLocalFileSystemIndexStorage, AddMasterFileSystemIndexStorage, AddSlaveFileSystemIndexStorage

public abstract class AbstractAddFileSystemIndexStorage
extends AbstractAddIndexStorage


Field Summary
protected  String indexSourcePathInDataDirectory
           
protected  String indexStoragePathInDataDirectory
           
 
Constructor Summary
protected AbstractAddFileSystemIndexStorage()
           
 
Method Summary
protected  void addControllersAndDependencies(String repositoryName, IndexStorageService service, List<org.jboss.msc.service.ServiceController<?>> newControllers, org.jboss.msc.service.ServiceBuilder<IndexStorage> builder, org.jboss.msc.service.ServiceTarget target)
           
protected  void setIndexSourcePathInDataDirectory(String relativePath)
           
protected  void setIndexStoragePathInDataDirectory(String relativePath)
           
 
Methods inherited from class org.modeshape.jboss.subsystem.AbstractAddIndexStorage
performRuntime, writeIndexingBackendConfiguration, writeIndexStorageConfiguration, writeIndexStorageSpecificIndexingConfiguration
 
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, execute, populateModel, populateModel, populateModel, requiresRuntime, requiresRuntimeVerification, rollbackRuntime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexStoragePathInDataDirectory

protected String indexStoragePathInDataDirectory

indexSourcePathInDataDirectory

protected String indexSourcePathInDataDirectory
Constructor Detail

AbstractAddFileSystemIndexStorage

protected AbstractAddFileSystemIndexStorage()
Method Detail

setIndexStoragePathInDataDirectory

protected void setIndexStoragePathInDataDirectory(String relativePath)

setIndexSourcePathInDataDirectory

protected void setIndexSourcePathInDataDirectory(String relativePath)

addControllersAndDependencies

protected void addControllersAndDependencies(String repositoryName,
                                             IndexStorageService service,
                                             List<org.jboss.msc.service.ServiceController<?>> newControllers,
                                             org.jboss.msc.service.ServiceBuilder<IndexStorage> builder,
                                             org.jboss.msc.service.ServiceTarget target)
Overrides:
addControllersAndDependencies in class AbstractAddIndexStorage

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.