org.modeshape.jboss.subsystem
Class AbstractAddFileSystemIndexStorage
java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.modeshape.jboss.subsystem.AbstractAddIndexStorage
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
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler |
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 |
indexStoragePathInDataDirectory
protected String indexStoragePathInDataDirectory
indexSourcePathInDataDirectory
protected String indexSourcePathInDataDirectory
AbstractAddFileSystemIndexStorage
protected AbstractAddFileSystemIndexStorage()
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.ServiceTarget target)
- Overrides:
addControllersAndDependencies
in class AbstractAddIndexStorage
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.