Modifier and Type | Method and Description |
---|---|
protected void |
ProtocolStackAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
OperationContext.createResource(PathAddress address)
Create a new resource, relative to the executed operation address.
|
Resource |
OperationContext.getOriginalRootResource()
Get a read-only reference of the entire management model BEFORE any changes were made by this context.
|
Resource |
OperationContext.getRootResource()
Deprecated.
|
Resource |
OperationContext.readResource(PathAddress relativeAddress)
Get the resource for read only operations, relative to the executed operation address.
|
Resource |
OperationContext.readResource(PathAddress relativeAddress,
boolean recursive)
Get the resource for read only operations, relative to the executed operation address.
|
Resource |
OperationContext.readResourceForUpdate(PathAddress relativeAddress)
Get an addressable resource for update operations.
|
Resource |
OperationContext.readResourceFromRoot(PathAddress address)
Read a addressable resource from the root of the model.
|
Resource |
OperationContext.readResourceFromRoot(PathAddress address,
boolean recursive)
Read a addressable resource from the root of the model.
|
Resource |
OperationContext.removeResource(PathAddress relativeAddress)
Remove a resource relative to the executed operation address.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.addResource(PathAddress address,
Resource toAdd)
Add a new resource, relative to the executed operation address.
|
protected abstract void |
AbstractControllerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration) |
protected void |
AbstractAddStepHandler.populateModel(org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
AbstractAddStepHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
AbstractModelUpdateHandler.updateModel(org.jboss.dmr.ModelNode operation,
Resource resource)
Update the given resource in the persistent configuration model based on the values in the given operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionResource
|
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.getChild(PathElement element) |
Resource |
ExtensionResource.navigate(PathAddress address) |
Resource |
ExtensionResource.removeChild(PathElement address) |
Resource |
ExtensionResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionResource.registerChild(PathElement address,
Resource resource) |
void |
ExtensionRegistry.removeExtension(Resource rootResource,
String moduleName)
Cleans up a module's subsystems from the resource registration model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericSubsystemDescribeHandler.describe(Resource resource,
org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode result,
ImmutableManagementResourceRegistration registration) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Resource.ResourceEntry |
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderResource
Resource that solely holds a place in the resource tree and has no model or children.
|
static class |
PlaceholderResource.PlaceholderResourceEntry |
Modifier and Type | Method and Description |
---|---|
Resource |
PlaceholderResource.clone() |
Resource |
Resource.clone() |
static Resource |
Resource.Factory.create()
Create a default resource implementation.
|
Resource |
ResourceProvider.get(String name) |
Resource |
PlaceholderResource.getChild(PathElement element) |
Resource |
Resource.getChild(PathElement element)
Get a single child of this resource with the given address.
|
Resource |
PlaceholderResource.navigate(PathAddress address) |
Resource |
Resource.navigate(PathAddress address)
Navigate the resource tree.
|
static Resource |
Resource.Tools.navigate(Resource resource,
PathAddress address)
Navigate from a parent
resource to the descendant resource at the given relative addresss . |
Resource |
ResourceProvider.remove(String name) |
Resource |
PlaceholderResource.removeChild(PathElement address) |
Resource |
Resource.removeChild(PathElement address)
Remove a child resource.
|
Resource |
PlaceholderResource.requireChild(PathElement element) |
Resource |
Resource.requireChild(PathElement element)
Get a single child of this resource with the given address.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceFilter.accepts(PathAddress address,
Resource resource)
Test whether the resource should be included or not.
|
static Resource |
Resource.Tools.navigate(Resource resource,
PathAddress address)
Navigate from a parent
resource to the descendant resource at the given relative addresss . |
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource)
Recursively read the local model.
|
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource,
int level)
Read the local model.
|
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource,
int level,
ResourceFilter filter)
Read the local model.
|
void |
ResourceProvider.register(String name,
Resource resource) |
void |
PlaceholderResource.registerChild(PathElement address,
Resource resource) |
void |
Resource.registerChild(PathElement address,
Resource resource)
Register a child resource.
|
Modifier and Type | Method and Description |
---|---|
static void |
DomainModelUtil.updateCoreModel(Resource rootResource,
HostControllerEnvironment environment)
Update the model to hold domain level configuration.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,ProxyController> |
DomainServerUtils.getServerProxies(String localHostName,
Resource domainRootResource,
ImmutableManagementResourceRegistration domainRootResourceRegistration) |
Modifier and Type | Method and Description |
---|---|
protected void |
DomainModelControllerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration) |
Modifier and Type | Class and Description |
---|---|
class |
IgnoreDomainResourceTypeResource
Resource implementation for a given type of ignored resource. |
Modifier and Type | Method and Description |
---|---|
Resource |
ManagementAdaptor.createPersistenceUnitResource(String persistenceUnitName,
String providerLabel) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedDMRContentResource
Resource implementation for a resource that stores managed DMR content (e.g. |
class |
ManagedDMRContentTypeResource
Resource implementation for the root resource of a tree of resources that store managed DMR content
(e.g. |
Modifier and Type | Method and Description |
---|---|
Resource |
ManagedDMRContentTypeResource.clone() |
Resource |
ManagedDMRContentResource.clone() |
Resource |
ManagedDMRContentTypeResource.getChild(PathElement element) |
Resource |
ManagedDMRContentResource.getChild(PathElement element) |
Resource |
ManagedDMRContentTypeResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentTypeResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentTypeResource.requireChild(PathElement address) |
Resource |
ManagedDMRContentResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDMRContentTypeResource.registerChild(PathElement address,
Resource resource) |
void |
ManagedDMRContentResource.registerChild(PathElement address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ManagedDMRContentMessages.illegalChildClass(Class<? extends Resource> clazz)
Creates a runtime exception indicating an attempt was made to register a resource whose implementation is
not the correct class.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreAddressResource
Resource for a runtime core HornetQ address.
|
static class |
CoreAddressResource.CoreAddressResourceEntry |
class |
HornetQServerResource
Resource representing a HornetQ server.
|
Modifier and Type | Method and Description |
---|---|
Resource |
HornetQServerResource.clone() |
Resource |
CoreAddressResource.clone() |
Resource |
HornetQServerResource.getChild(PathElement element) |
Resource |
CoreAddressResource.getChild(PathElement element) |
Resource |
HornetQServerResource.navigate(PathAddress address) |
Resource |
CoreAddressResource.navigate(PathAddress address) |
Resource |
HornetQServerResource.removeChild(PathElement address) |
Resource |
CoreAddressResource.removeChild(PathElement address) |
Resource |
HornetQServerResource.requireChild(PathElement element) |
Resource |
CoreAddressResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServerResource.registerChild(PathElement address,
Resource resource) |
void |
CoreAddressResource.registerChild(PathElement address,
Resource resource) |
Constructor and Description |
---|
HornetQServerResource(Resource delegate) |
Modifier and Type | Class and Description |
---|---|
class |
BufferPoolMXBeanResource
Resource impl for the
java.lang.management.BufferPoolMXBean . |
class |
GarbageCollectorMXBeanResource
Resource impl for the
GarbageCollectorMXBean . |
class |
MemoryManagerMXBeanResource
Resource impl for the
MemoryManagerMXBean parent resource. |
class |
MemoryPoolMXBeanResource
Resource impl for the
MemoryPoolMXBean parent resource. |
class |
RootPlatformMBeanResource
Resource for the root platform mbean resource tree.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Resource> |
DeploymentModelUtils.DEPLOYMENT_RESOURCE |
Modifier and Type | Method and Description |
---|---|
static Collection<org.jboss.msc.service.ServiceController<?>> |
DeploymentHandlerUtil.doDeploy(OperationContext context,
String deploymentUnitName,
String managementName,
ServiceVerificationHandler verificationHandler,
Resource deploymentResource,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
org.jboss.as.server.deployment.DeploymentHandlerUtil.ContentItem... contents) |
static List<byte[]> |
DeploymentUtils.getDeploymentHash(Resource deployment) |
Constructor and Description |
---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
ServiceVerificationHandler serviceVerificationHandler) |
Modifier and Type | Method and Description |
---|---|
Resource |
RootResourceHack.ResourceAndRegistration.getResource() |
Modifier and Type | Method and Description |
---|---|
protected Resource |
AbstractSubsystemTest.grabRootResource(KernelServices kernelServices)
Grabs the current root resource
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdditionalInitialization.initializeExtraSubystemsAndModel(ExtensionRegistry extensionRegistry,
Resource rootResource,
ManagementResourceRegistration rootRegistration)
Allows extra initialization of the model and addition of extra subsystems
|
protected void |
ControllerInitializer.initializeModel(Resource rootResource,
ManagementResourceRegistration rootRegistration)
Called by framework to set up the model
|
protected void |
ControllerInitializer.initializePathsModel(Resource rootResource,
ManagementResourceRegistration rootRegistration)
Initializes the interface, socket binding group and socket binding part of the model
|
protected void |
ControllerInitializer.initializeSocketBindingsModel(Resource rootResource,
ManagementResourceRegistration rootRegistration)
Initializes the interface, socket binding group and socket binding part of the model
|
protected void |
ControllerInitializer.initializeSystemPropertiesModel(Resource rootResource,
ManagementResourceRegistration rootRegistration)
Initializes the system properties part of the model
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.