Modifier and Type | Method and Description |
---|---|
PathElement |
PathAddress.getElement(int index)
Gets the element at the given index.
|
PathElement |
PathAddress.getLastElement()
Gets the last element in the address.
|
PathElement |
ResourceDefinition.getPathElement()
Gets the path element that describes how to navigate to this resource from its parent resource, or
null
if this is a definition of a root resource. |
PathElement |
SimpleResourceDefinition.getPathElement() |
static PathElement |
PathElement.pathElement(String key)
Construct a new instance with a wildcard value.
|
static PathElement |
PathElement.pathElement(String key,
String value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ListIterator<PathElement> |
PathAddress.iterator()
Iterate over the elements of this path address.
|
Modifier and Type | Method and Description |
---|---|
PathAddress |
PathAddress.append(PathElement... additionalElements)
Create a new path address by appending more elements to the end of this address.
|
String |
ControllerMessages.childResourceNotFound(PathElement childAddress)
Creates an exception message indicating a child resource cannot be found.
|
boolean |
PathElement.equals(PathElement other)
Determine whether this object is equal to another.
|
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(PathElement... elements) |
Modifier and Type | Method and Description |
---|---|
PathAddress |
PathAddress.append(List<PathElement> additionalElements)
Create a new path address by appending more elements to the end of this address.
|
OperationFailedException |
ControllerMessages.cannotRemoveResourceWithChildren(List<PathElement> children)
Creates an exception indicating a resource cannot be removed due to the existence of child resources.
|
static PathAddress |
PathAddress.pathAddress(List<PathElement> elements) |
Constructor and Description |
---|
SimpleResourceDefinition(PathElement pathElement,
DescriptionProvider descriptionProvider)
ResourceDefinition that uses the given {code descriptionProvider} to describe the resource. |
SimpleResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver)
ResourceDefinition that uses the given {code descriptionResolver} to configure a
DefaultResourceDescriptionProvider to describe the resource. |
SimpleResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler)
ResourceDefinition that uses the given {code descriptionResolver} to configure a
DefaultResourceDescriptionProvider to describe the resource. |
SimpleResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel)
ResourceDefinition that uses the given {code descriptionResolver} to configure a
DefaultResourceDescriptionProvider to describe the resource. |
Modifier and Type | Method and Description |
---|---|
PathElement |
ResourceAliasDefinition.getPathElement() |
Modifier and Type | Method and Description |
---|---|
DescriptionProvider |
AbstractAliasedResourceDefinition.getAliasDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration,
PathElement alias) |
DescriptionProvider |
AliasedResourceDefinition.getAliasDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration,
PathElement alias)
Gets a
DescriptionProvider for the given alias resource. |
void |
AbstractAliasedResourceDefinition.registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
void |
AliasedResourceDefinition.registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias)
Register operations associated with an alias resource.
|
void |
AbstractAliasedResourceDefinition.registerAliasChildren(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
void |
AliasedResourceDefinition.registerAliasChildren(ManagementResourceRegistration resourceRegistration,
PathElement alias)
Register child resources associated with an alias resource.
|
void |
AbstractAliasedResourceDefinition.registerAliasOperations(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
void |
AliasedResourceDefinition.registerAliasOperations(ManagementResourceRegistration resourceRegistration,
PathElement alias)
Register operations associated with an alias resource.
|
Constructor and Description |
---|
AbstractAliasedResourceDefinition(PathElement pathElement,
StandardResourceDescriptionResolver descriptionResolver) |
AbstractAliasedResourceDefinition(PathElement pathElement,
StandardResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
AbstractAliasedResourceDefinition(PathElement pathElement,
StandardResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel) |
ResourceAliasDefinition(PathElement path,
AliasedResourceDefinition delegate) |
Modifier and Type | Method and Description |
---|---|
PathElement |
ExtensionResource.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.getChild(PathElement element) |
boolean |
ExtensionResource.hasChild(PathElement element) |
void |
ExtensionResource.registerChild(PathElement address,
Resource resource) |
Resource |
ExtensionResource.removeChild(PathElement address) |
Resource |
ExtensionResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
GenericSubsystemDescribeHandler.createAddOperation(org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode subModel,
Set<PathElement> children) |
Constructor and Description |
---|
GlobalOperationHandlers.ReadChildrenResourcesAssemblyHandler(Map<PathElement,org.jboss.dmr.ModelNode> resources)
Creates a ReadResourceAssemblyHandler that will assemble the response using the contents
of the given maps.
|
Modifier and Type | Method and Description |
---|---|
PathElement |
PlaceholderResource.PlaceholderResourceEntry.getPathElement() |
PathElement |
Resource.ResourceEntry.getPathElement()
Get the path element this resource was registered under.
|
Modifier and Type | Method and Description |
---|---|
Set<PathElement> |
ImmutableManagementResourceRegistration.getChildAddresses(PathAddress address)
Gets the set of direct child address elements under the node at the passed in PathAddress
|
Set<PathElement> |
DelegatingImmutableManagementResourceRegistration.getChildAddresses(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
Resource |
PlaceholderResource.getChild(PathElement element) |
Resource |
Resource.getChild(PathElement element)
Get a single child of this resource with the given address.
|
boolean |
PlaceholderResource.hasChild(PathElement element) |
boolean |
Resource.hasChild(PathElement element)
Determine whether this resource has a child with the given address.
|
void |
PlaceholderResource.registerChild(PathElement address,
Resource resource) |
void |
Resource.registerChild(PathElement address,
Resource resource)
Register a child resource.
|
void |
ManagementResourceRegistration.registerProxyController(PathElement address,
ProxyController proxyController)
Register a proxy controller.
|
ManagementResourceRegistration |
ManagementResourceRegistration.registerSubModel(PathElement address,
DescriptionProvider descriptionProvider)
Register the existence of an addressable sub-resource of this resource.
|
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.
|
void |
ManagementResourceRegistration.unregisterProxyController(PathElement address)
Unregister a proxy controller
|
void |
ManagementResourceRegistration.unregisterSubModel(PathElement address)
Unregister the existence of an addressable sub-resource of this resource.
|
Constructor and Description |
---|
Resource.NoSuchResourceException(PathElement childPath) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
LdapConnectionResourceDefinition.RESOURCE_PATH |
Constructor and Description |
---|
PropertiesFileResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
EJB3SubsystemModel.ASYNC_SERVICE_PATH |
static PathElement |
EJB3SubsystemModel.IIOP_PATH |
static PathElement |
EJB3SubsystemModel.REMOTE_SERVICE_PATH |
static PathElement |
EJB3SubsystemModel.THREAD_POOL_PATH |
static PathElement |
EJB3SubsystemModel.TIMER_SERVICE_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
HostControllerResourceDescription.RESOURCE_PATH |
Modifier and Type | Method and Description |
---|---|
static String |
NameConverter.createValidAddOperationName(PathElement childElement) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
LoggingExtension.rootLoggerPath |
Modifier and Type | Field and Description |
---|---|
static PathElement |
MailSubsystemModel.IMAP_SERVER_PATH |
static PathElement |
MailSubsystemModel.POP3_SERVER_PATH |
static PathElement |
MailSubsystemModel.SMTP_SERVER_PATH |
Modifier and Type | Method and Description |
---|---|
PathElement |
ManagedDMRContentTypeResource.getPathElement() |
PathElement |
ManagedDMRContentResource.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
ManagedDMRContentTypeResource.getChild(PathElement element) |
Resource |
ManagedDMRContentResource.getChild(PathElement element) |
boolean |
ManagedDMRContentTypeResource.hasChild(PathElement element) |
boolean |
ManagedDMRContentResource.hasChild(PathElement element) |
void |
ManagedDMRContentTypeResource.registerChild(PathElement address,
Resource resource) |
void |
ManagedDMRContentResource.registerChild(PathElement address,
Resource resource) |
Resource |
ManagedDMRContentTypeResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentTypeResource.requireChild(PathElement address) |
Resource |
ManagedDMRContentResource.requireChild(PathElement element) |
Constructor and Description |
---|
ManagedDMRContentResource(PathElement pathElement) |
ManagedDMRContentResource(PathElement pathElement,
ManagedDMRContentTypeResource parent) |
ManagedDMRContentTypeResource(PathElement pathElement,
String childType,
byte[] initialHash,
ContentRepository contentRepository) |
ManagedDMRContentTypeResourceDefinition(ContentRepository contentRepository,
String childType,
PathElement pathElement,
ResourceDescriptionResolver descriptionResolver) |
Modifier and Type | Method and Description |
---|---|
PathElement |
CoreAddressResource.CoreAddressResourceEntry.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
HornetQServerResource.getChild(PathElement element) |
Resource |
CoreAddressResource.getChild(PathElement element) |
boolean |
HornetQServerResource.hasChild(PathElement element) |
boolean |
CoreAddressResource.hasChild(PathElement element) |
void |
HornetQServerResource.registerChild(PathElement address,
Resource resource) |
void |
CoreAddressResource.registerChild(PathElement address,
Resource resource) |
Resource |
HornetQServerResource.removeChild(PathElement address) |
Resource |
CoreAddressResource.removeChild(PathElement address) |
Resource |
HornetQServerResource.requireChild(PathElement element) |
Resource |
CoreAddressResource.requireChild(PathElement element) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
NamingSubsystemModel.BINDING_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
PlatformMBeanConstants.BUFFER_POOL_PATH |
static PathElement |
PlatformMBeanConstants.CLASS_LOADING_PATH |
static PathElement |
PlatformMBeanConstants.COMPILATION_PATH |
static PathElement |
PlatformMBeanConstants.GARBAGE_COLLECTOR_PATH |
static PathElement |
PlatformMBeanConstants.LOGGING_PATH |
static PathElement |
PlatformMBeanConstants.MEMORY_MANAGER_PATH |
static PathElement |
PlatformMBeanConstants.MEMORY_PATH |
static PathElement |
PlatformMBeanConstants.MEMORY_POOL_PATH |
static PathElement |
PlatformMBeanConstants.OPERATING_SYSTEM_PATH |
static PathElement |
PlatformMBeanConstants.ROOT_PATH |
static PathElement |
PlatformMBeanConstants.RUNTIME_PATH |
static PathElement |
PlatformMBeanConstants.THREADING_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
ServerEnvironmentResourceDescription.RESOURCE_PATH |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathElement address)
Create a management sub-model for components from the deployment itself.
|
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
DeploymentScannerExtension.SCANNERS_PATH |
Constructor and Description |
---|
OutboundSocketBindingResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
boolean remoteDestination) |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
WebExtension.ACCESS_LOG_PATH |
protected static PathElement |
WebExtension.CONNECTOR_PATH |
protected static PathElement |
WebExtension.CONTAINER_PATH |
protected static PathElement |
WebExtension.DIRECTORY_PATH |
protected static PathElement |
WebExtension.HOST_PATH |
protected static PathElement |
WebExtension.JSP_CONFIGURATION_PATH |
protected static PathElement |
WebExtension.REWRITE_PATH |
protected static PathElement |
WebExtension.REWRITECOND_PATH |
protected static PathElement |
WebExtension.SSL_PATH |
protected static PathElement |
WebExtension.SSO_PATH |
protected static PathElement |
WebExtension.STATIC_RESOURCES_PATH |
Modifier and Type | Method and Description |
---|---|
void |
WebAccessLogDefinition.registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
void |
WebAccessLogDirectoryDefinition.registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
void |
WebSSLDefinition.registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
void |
WebSSODefinition.registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.