ModeShape Distribution 3.0.0.Beta2

org.modeshape.jboss.subsystem
Class AddCacheBinaryStorage

java.lang.Object
  extended by org.jboss.as.controller.AbstractAddStepHandler
      extended by org.modeshape.jboss.subsystem.AbstractAddBinaryStorage
          extended by org.modeshape.jboss.subsystem.AddCacheBinaryStorage
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class AddCacheBinaryStorage
extends AbstractAddBinaryStorage


Field Summary
static AddCacheBinaryStorage INSTANCE
           
 
Method Summary
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)
           
protected  void writeBinaryStorageConfiguration(String repositoryName, org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model, EditableDocument binaries)
           
 
Methods inherited from class org.modeshape.jboss.subsystem.AbstractAddBinaryStorage
performRuntime, populateModel
 
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
execute, populateModel, populateModel, requiresRuntime, requiresRuntimeVerification, rollbackRuntime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final AddCacheBinaryStorage INSTANCE
Method Detail

writeBinaryStorageConfiguration

protected void writeBinaryStorageConfiguration(String repositoryName,
                                               org.jboss.as.controller.OperationContext context,
                                               org.jboss.dmr.ModelNode model,
                                               EditableDocument binaries)
                                        throws org.jboss.as.controller.OperationFailedException
Specified by:
writeBinaryStorageConfiguration in class AbstractAddBinaryStorage
Throws:
org.jboss.as.controller.OperationFailedException

addControllersAndDependencies

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)
Overrides:
addControllersAndDependencies in class AbstractAddBinaryStorage

ModeShape Distribution 3.0.0.Beta2

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.