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,
<any> builder,
ServiceTarget target,
String binariesStoreName) |
protected void |
createBinaryStorageService(org.jboss.as.controller.OperationContext context,
ModelNode model,
ServiceTarget target,
String repositoryName,
EditableDocument binaries,
ServiceName serviceName) |
protected void |
performRuntime(org.jboss.as.controller.OperationContext context,
ModelNode operation,
ModelNode model) |
protected abstract void |
writeBinaryStorageConfiguration(String repositoryName,
org.jboss.as.controller.OperationContext context,
ModelNode storage,
EditableDocument binaryStorage) |
protected void |
writeCommonBinaryStorageConfiguration(org.jboss.as.controller.OperationContext context,
ModelNode model,
EditableDocument binaries) |
protected void performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) 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, ModelNode model, ServiceTarget target, String repositoryName, EditableDocument binaries, 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, ModelNode storage, EditableDocument binaryStorage) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected void writeCommonBinaryStorageConfiguration(org.jboss.as.controller.OperationContext context, ModelNode model, EditableDocument binaries) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected void addControllersAndDependencies(String repositoryName, BinaryStorageService service, <any> builder, ServiceTarget target, String binariesStoreName) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.