public class JacORBSubsystemAdd extends IIOPSubsystemAdd
Modifier and Type | Method and Description |
---|---|
protected Properties |
getConfigurationProperties(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Obtains the subsystem configuration properties from the specified
ModelNode , using default values for undefined
properties. |
protected void |
performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode legacyModel) |
protected void |
populateModel(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.registry.Resource resource) |
launchServices
protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode legacyModel) throws org.jboss.as.controller.OperationFailedException
performRuntime
in class IIOPSubsystemAdd
org.jboss.as.controller.OperationFailedException
protected void populateModel(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource) throws org.jboss.as.controller.OperationFailedException
populateModel
in class org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.controller.OperationFailedException
protected Properties getConfigurationProperties(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
IIOPSubsystemAdd
Obtains the subsystem configuration properties from the specified ModelNode
, using default values for undefined
properties. If the property has a IIOP equivalent, it is translated into its IIOP counterpart before being added to
the returned Properties
object.
getConfigurationProperties
in class IIOPSubsystemAdd
model
- the ModelNode
that contains the subsystem configuration properties.Properties
instance containing all configured subsystem properties.org.jboss.as.controller.OperationFailedException
- if an error occurs while resolving the properties.Copyright © 2018 JBoss by Red Hat. All rights reserved.