public abstract class AbstractAddBinaryStorage
extends org.jboss.as.controller.AbstractAddStepHandler
Modifier | Constructor and Description |
---|---|
protected |
AbstractAddBinaryStorage() |
Modifier and Type | Method and Description |
---|---|
protected void |
addControllersAndDependencies(String repositoryName,
BinaryStorageService service,
org.jboss.msc.service.ServiceBuilder<BinaryStorage> builder,
List<org.jboss.msc.service.ServiceController<?>> newControllers,
org.jboss.msc.service.ServiceTarget target,
String binariesStoreName) |
protected void |
createBinaryStorageService(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model,
List<org.jboss.msc.service.ServiceController<?>> newControllers,
org.jboss.msc.service.ServiceTarget target,
String repositoryName,
EditableDocument binaries,
org.jboss.msc.service.ServiceName serviceName) |
protected void |
performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
protected abstract void |
writeBinaryStorageConfiguration(String repositoryName,
org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode storage,
EditableDocument binaryStorage) |
protected void |
writeCommonBinaryStorageConfiguration(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model,
EditableDocument binaries) |
protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model, 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.AbstractAddStepHandler
org.jboss.as.controller.OperationFailedException
protected void createBinaryStorageService(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model, List<org.jboss.msc.service.ServiceController<?>> newControllers, org.jboss.msc.service.ServiceTarget target, String repositoryName, EditableDocument binaries, org.jboss.msc.service.ServiceName serviceName) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected abstract void writeBinaryStorageConfiguration(String repositoryName, org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode storage, EditableDocument binaryStorage) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected void writeCommonBinaryStorageConfiguration(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model, EditableDocument binaries) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected void addControllersAndDependencies(String repositoryName, BinaryStorageService service, org.jboss.msc.service.ServiceBuilder<BinaryStorage> builder, List<org.jboss.msc.service.ServiceController<?>> newControllers, org.jboss.msc.service.ServiceTarget target, String binariesStoreName) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.