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,
List<<any>> newControllers,
ServiceTarget target,
String binariesStoreName) |
protected void |
createBinaryStorageService(org.jboss.as.controller.OperationContext context,
ModelNode model,
List<<any>> newControllers,
ServiceTarget target,
String repositoryName,
EditableDocument binaries,
ServiceName serviceName) |
protected void |
performRuntime(org.jboss.as.controller.OperationContext context,
ModelNode operation,
ModelNode model,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<<any>> newControllers) |
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, org.jboss.as.controller.ServiceVerificationHandler verificationHandler, List<<any>> 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, ModelNode model, List<<any>> newControllers, 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, List<<any>> newControllers, 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.