public abstract class AbstractAddIndexStorage
extends org.jboss.as.controller.AbstractAddStepHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAddIndexStorage() |
| Modifier and Type | Method and Description |
|---|---|
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 |
performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode storage,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
protected boolean |
requiresRuntime(org.jboss.as.controller.OperationContext context) |
protected void |
writeIndexingBackendConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument backend) |
protected abstract void |
writeIndexStorageConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument indexStorage,
String repositoryName) |
protected void |
writeIndexStorageSpecificIndexingConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument indexing) |
protected void performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode storage,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
throws org.jboss.as.controller.OperationFailedException
performRuntime in class org.jboss.as.controller.AbstractAddStepHandlerorg.jboss.as.controller.OperationFailedExceptionprotected boolean requiresRuntime(org.jboss.as.controller.OperationContext context)
requiresRuntime in class org.jboss.as.controller.AbstractAddStepHandlerprotected abstract void writeIndexStorageConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument indexStorage,
String repositoryName)
throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedExceptionprotected void writeIndexStorageSpecificIndexingConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument indexing)
throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedExceptionprotected void writeIndexingBackendConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument backend)
throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedExceptionprotected 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) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.