public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static AgentCoreEngineConfiguration |
getMonitorServiceConfiguration(org.jboss.as.controller.OperationContext context)
Used by extension classes that need to get the subsystem's configuration.
|
static void |
registerOnlyRestartAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration,
Collection<org.jboss.as.controller.AttributeDefinition> allAttributes)
This will register only those given attributes that require a restart.
|
public static void registerOnlyRestartAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration,
Collection<org.jboss.as.controller.AttributeDefinition> allAttributes)
resourceRegistration - there the restart attributes will be registeredallAttributes - a collection of attributes where some, all, or none will require a restart upon change.public static AgentCoreEngineConfiguration getMonitorServiceConfiguration(org.jboss.as.controller.OperationContext context) throws org.jboss.as.controller.OperationFailedException
context - context used to obtain the configorg.jboss.as.controller.OperationFailedExceptionCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.