public class AddCacheBinaryStorage extends AbstractAddBinaryStorage
| Modifier and Type | Field and Description |
|---|---|
static AddCacheBinaryStorage |
INSTANCE |
| 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 |
populateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
writeBinaryStorageConfiguration(String repositoryName,
org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model,
EditableDocument binaries) |
createBinaryStorageService, performRuntime, writeCommonBinaryStorageConfigurationpublic static final AddCacheBinaryStorage INSTANCE
protected void writeBinaryStorageConfiguration(String repositoryName, org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model, EditableDocument binaries) throws org.jboss.as.controller.OperationFailedException
writeBinaryStorageConfiguration in class AbstractAddBinaryStorageorg.jboss.as.controller.OperationFailedExceptionprotected 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)
addControllersAndDependencies in class AbstractAddBinaryStorageprotected void populateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
populateModel in class org.jboss.as.controller.AbstractAddStepHandlerorg.jboss.as.controller.OperationFailedExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.