de.smartics.properties.jboss.extension.resources
Class PropertiesConfigurationResourceAdd

Package class diagram package PropertiesConfigurationResourceAdd
java.lang.Object
  extended by org.jboss.as.controller.AbstractAddStepHandler
      extended by de.smartics.properties.jboss.extension.resources.PropertiesConfigurationResourceAdd
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public final class PropertiesConfigurationResourceAdd
     
     
extends org.jboss.as.controller.AbstractAddStepHandler

The operation to add a configuration resource instance.


Field Summary
static PropertiesConfigurationResourceAdd INSTANCE
          The operation singleton.
 
Method Summary
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  void populateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
           
 
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 PropertiesConfigurationResourceAdd INSTANCE
The operation singleton.

Method Detail

populateModel

protected void populateModel(org.jboss.dmr.ModelNode operation,
                             org.jboss.dmr.ModelNode model)
                      throws org.jboss.as.controller.OperationFailedException
Specified by:
populateModel in class org.jboss.as.controller.AbstractAddStepHandler
Throws:
org.jboss.as.controller.OperationFailedException

performRuntime

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
Overrides:
performRuntime in class org.jboss.as.controller.AbstractAddStepHandler
Throws:
org.jboss.as.controller.OperationFailedException


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.