Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
ApplicationClientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
String |
ConnectorMessages.noDataSourceRegisteredForAddress(PathAddress address)
No datasource exists at the deployment address
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLDataSourceRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.jca.common.api.metadata.ds.DataSource dataSource,
PathAddress address) |
protected abstract void |
AbstractXMLDataSourceRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
T dataSource,
PathAddress address) |
protected void |
XMLXaDataSourceRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.jca.common.api.metadata.ds.XaDataSource dataSource,
PathAddress address) |
void |
AbstractXMLDataSourceRuntimeHandler.registerDataSource(PathAddress address,
T dataSource) |
void |
AbstractXMLDataSourceRuntimeHandler.unregisterDataSource(PathAddress address) |
Modifier and Type | Field and Description |
---|---|
PathAddress |
ParsedBootOp.address |
static PathAddress |
PathAddress.EMPTY_ADDRESS
An empty address.
|
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.
|
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
PathAddress |
PathAddress.append(PathElement... additionalElements)
Create a new path address by appending more elements to the end of this address.
|
protected PathAddress |
RestartParentResourceHandlerBase.getParentAddress(PathAddress address) |
protected PathAddress |
RestartParentWriteAttributeHandler.getParentAddress(PathAddress address) |
PathAddress |
ProxyController.getProxyNodeAddress()
Get the address where this proxy controller applies to in the host ModelController
|
static PathAddress |
PathAddress.pathAddress(List<PathElement> elements) |
static PathAddress |
PathAddress.pathAddress(org.jboss.dmr.ModelNode node)
Creates a PathAddress from the given ModelNode address.
|
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(PathElement... elements) |
PathAddress |
PathAddress.subAddress(int start)
Get a portion of this address using segments starting at
start (inclusive). |
PathAddress |
PathAddress.subAddress(int start,
int end)
Get a portion of this address using segments between
start (inclusive) and end (exclusive). |
PathAddress |
ProxyOperationAddressTranslator.translateAddress(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.addResource(PathAddress address,
Resource toAdd)
Add a new resource, relative to the executed operation address.
|
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
Resource |
OperationContext.createResource(PathAddress address)
Create a new resource, relative to the executed operation address.
|
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.duplicateResourceAddress(PathAddress address)
Creates an exception indicating the resource is a duplicate.
|
boolean |
PathAddress.equals(PathAddress other)
Determine whether this object is equal to another.
|
void |
ControllerLogger.errorRevertingOperation(Throwable cause,
String className,
String op,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught exception
attempting to revert the operation, represented by the op parameter, at the address, represented by the
address parameter. |
void |
ControllerLogger.failedExecutingOperation(Throwable cause,
org.jboss.dmr.ModelNode op,
PathAddress path)
Logs an error message indicating a failure to execute the operation, represented by the
op parameter, at
the address represented by the path parameter. |
protected PathAddress |
RestartParentResourceHandlerBase.getParentAddress(PathAddress address) |
protected PathAddress |
RestartParentWriteAttributeHandler.getParentAddress(PathAddress address) |
protected abstract org.jboss.msc.service.ServiceName |
RestartParentResourceHandlerBase.getParentServiceName(PathAddress parentAddress)
Gets the name of the parent service.
|
protected abstract org.jboss.msc.service.ServiceName |
RestartParentWriteAttributeHandler.getParentServiceName(PathAddress parentAddress) |
String |
ControllerMessages.invalidDescriptionInvalidParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has an invalid type in the operation description
|
String |
ControllerMessages.invalidDescriptionMinMaxForParameterHasWrongType(String minOrMax,
String paramName,
org.jboss.dmr.ModelType expectedType,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has a min or max attribute value of a different type from its expected value.
|
String |
ControllerMessages.invalidDescriptionMinMaxLengthForParameterHasWrongType(String minOrMaxLength,
String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has a min-length or max-length attribute value that is not an integer.
|
String |
ControllerMessages.invalidDescriptionNoParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has no type in the operation description
|
String |
ControllerMessages.invalidDescriptionRequiredFlagIsNotABoolean(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
the required attribute of a parameter in the operation description is not a boolean.
|
String |
ControllerMessages.invalidDescriptionUndefinedRequestProperty(String name,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter is undefined in the operation description.
|
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.managementResourceNotFound(PathAddress pathAddress)
Creates an exception indicating a resource cannot be found.
|
boolean |
OperationContext.markResourceRestarted(PathAddress resource,
Object owner)
Marks a resource to indicate that it's backing service(s) will be restarted.
|
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.modelUpdateNotAuthorized(String operation,
PathAddress address) |
void |
ControllerLogger.noHandler(String stepOpName,
PathAddress address)
Logs an error message indicating no handler for the step operation, represented by the
stepOpName
parameter, at address . |
String |
ControllerMessages.noHandler(String stepOpName,
PathAddress address)
A message indicating no handler for the step operation, represented by the
stepOpName parameter, at
address . |
String |
ControllerMessages.operationNotRegistered(String op,
PathAddress address)
A message indicating there is no operation, represented by the
op parameter, registered at the address,
represented by the address parameter. |
IllegalArgumentException |
ControllerMessages.operationNotRegisteredException(String op,
PathAddress address)
Creates an exception indicating there is no operation, represented by the
op parameter, registered at the address,
represented by the address parameter. |
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
org.jboss.dmr.ModelNode |
OperationContext.readModel(PathAddress address)
Deprecated.
|
org.jboss.dmr.ModelNode |
OperationContext.readModelForUpdate(PathAddress address)
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.
|
protected abstract void |
RestartParentResourceHandlerBase.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler)
Recreate the parent service(s) using the given model.
|
protected abstract void |
RestartParentWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
Resource |
OperationContext.removeResource(PathAddress relativeAddress)
Remove a resource relative to the executed operation address.
|
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.resourceNotFound(PathAddress ancestor,
PathAddress address)
Creates an exception indicating a resource does not exist.
|
boolean |
OperationContext.revertResourceRestarted(PathAddress resource,
Object owner)
Removes the restarted marking on the specified resource, provided the passed owner is the one
originally used to obtain the mark.
|
String |
ControllerMessages.stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
String msg)
A message indicating the step handler for the operation failed handling operation rollback.
|
PathAddress |
ProxyOperationAddressTranslator.translateAddress(PathAddress address) |
IllegalArgumentException |
ControllerMessages.validationFailedNoOperationFound(String name,
PathAddress address,
String operation)
Creates an exception indicating that the operation could not be found
|
Constructor and Description |
---|
AliasedResourceOperationStepHandler(PathAddress mainAddress) |
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
XmlMarshallingHandler.getBaseAddress() |
static PathAddress |
Util.getParentAddressByKey(PathAddress address,
String parentKey) |
Modifier and Type | Method and Description |
---|---|
static PathAddress |
Util.getParentAddressByKey(PathAddress address,
String parentKey) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
ConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
NullConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
TransientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
ConfigurationPersister.PersistenceResource |
XmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
BackupXmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceFilter.accepts(PathAddress address,
Resource resource)
Test whether the resource should be included or not.
|
AttributeAccess |
DelegatingImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName) |
AttributeAccess |
ImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName)
Gets the information on how to read from or write to the given attribute.
|
Set<String> |
DelegatingImmutableManagementResourceRegistration.getAttributeNames(PathAddress address) |
Set<String> |
ImmutableManagementResourceRegistration.getAttributeNames(PathAddress address)
Get the names of the attributes for a node
|
Set<PathElement> |
DelegatingImmutableManagementResourceRegistration.getChildAddresses(PathAddress address) |
Set<PathElement> |
ImmutableManagementResourceRegistration.getChildAddresses(PathAddress address)
Gets the set of direct child address elements under the node at the passed in PathAddress
|
Set<String> |
DelegatingImmutableManagementResourceRegistration.getChildNames(PathAddress address) |
Set<String> |
ImmutableManagementResourceRegistration.getChildNames(PathAddress address)
Get the names of the operations for a node
|
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getModelDescription(PathAddress address) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getModelDescription(PathAddress address)
Get the model description at the given address, or
null if none exists. |
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName)
Get the operation description at the given address, or
null if none exists. |
Map<String,OperationEntry> |
DelegatingImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
Map<String,OperationEntry> |
ImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited)
Get a map of descriptions of all operations available at an address.
|
OperationEntry |
DelegatingImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
OperationEntry |
ImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName)
Get the entry representing an operation registered with the given name at the given address, or
null if none exists. |
Set<OperationEntry.Flag> |
DelegatingImmutableManagementResourceRegistration.getOperationFlags(PathAddress address,
String operationName) |
Set<OperationEntry.Flag> |
ImmutableManagementResourceRegistration.getOperationFlags(PathAddress address,
String operationName)
Get the special characteristic flags for the operation at the given address, or
null if none exist. |
OperationStepHandler |
DelegatingImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
OperationStepHandler |
ImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName)
Get the operation handler at the given address, or
null if none exists. |
ProxyController |
DelegatingImmutableManagementResourceRegistration.getProxyController(PathAddress address) |
ProxyController |
ImmutableManagementResourceRegistration.getProxyController(PathAddress address)
If there is a proxy controller registered under any part of the registered address it will be returned.
|
Set<ProxyController> |
DelegatingImmutableManagementResourceRegistration.getProxyControllers(PathAddress address) |
Set<ProxyController> |
ImmutableManagementResourceRegistration.getProxyControllers(PathAddress address)
Finds all proxy controllers registered at the passed in address, or at lower levels.
|
ImmutableManagementResourceRegistration |
DelegatingImmutableManagementResourceRegistration.getSubModel(PathAddress address) |
ImmutableManagementResourceRegistration |
ImmutableManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
ManagementResourceRegistration |
ManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
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 . |
Modifier and Type | Method and Description |
---|---|
PathAddress |
RemoteProxyController.getProxyNodeAddress()
Get the address where this proxy controller applies to in the host ModelController
|
Modifier and Type | Method and Description |
---|---|
static RemoteProxyController |
RemoteProxyController.create(ManagementChannelHandler channelAssociation,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a new remote proxy controller using an existing channel.
|
Modifier and Type | Method and Description |
---|---|
String |
DomainControllerMessages.masterDomainControllerOnlyOperation(String operation,
PathAddress address)
A message indicating the operation, represented by the
operation parameter, for the address can
only be handled by the master domain controller and this host is not the master domain controller. |
String |
DomainControllerMessages.noHandlerForOperation(String operationName,
PathAddress address)
A message indicating there is no handler for the operation at the address.
|
Modifier and Type | Method and Description |
---|---|
Map<Set<ServerIdentity>,org.jboss.dmr.ModelNode> |
ServerOperationResolver.getServerOperations(OperationContext context,
org.jboss.dmr.ModelNode operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.msc.service.ServiceName |
SecurityRealmChildWriteAttributeHandler.getParentServiceName(PathAddress parentAddress) |
protected void |
SecurityRealmChildWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
Modifier and Type | Method and Description |
---|---|
String |
EjbMessages.invalidComponentState(PathAddress operationAddress,
org.jboss.msc.service.ServiceController.State controllerState,
org.jboss.msc.service.ServiceController.State up)
Creates an exception indicating EJB component for specified address is in invalid state
|
String |
EjbMessages.noComponentAvailableForAddress(PathAddress operationAddress)
Creates an exception indicating No EJB component is available for address
|
String |
EjbMessages.noComponentRegisteredForAddress(PathAddress operationAddress)
Creates an exception indicating no EJB component registered for address
|
Modifier and Type | Method and Description |
---|---|
PathAddress |
InstalledComponent.getAddress() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEJBComponentRuntimeHandler.executeAgainstComponent(OperationContext context,
org.jboss.dmr.ModelNode operation,
T component,
String opName,
PathAddress address) |
protected void |
EntityBeanRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
EntityBeanComponent component,
PathAddress address) |
protected void |
StatefulSessionBeanRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
StatefulSessionComponent component,
PathAddress address) |
protected void |
AbstractEJBComponentRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
T component,
PathAddress address) |
protected void |
AbstractEJBComponentRuntimeHandler.executeWriteAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode operation,
T component,
PathAddress address) |
void |
AbstractEJBComponentRuntimeHandler.registerComponent(PathAddress address,
org.jboss.msc.service.ServiceName serviceName) |
void |
AbstractEJBComponentRuntimeHandler.unregisterComponent(PathAddress address) |
Constructor and Description |
---|
InstalledComponent(EJBComponentType type,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
HostControllerConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
IgnoredDomainResourceRegistry.isResourceExcluded(PathAddress address)
Returns whether this host should ignore operations from the master domain controller that target
the given address.
|
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
HostXmlMarshallingHandler.getBaseAddress() |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
JmxMessages.cannotCreateObjectName(Throwable cause,
PathAddress address)
Creates an exception indicating the
ObjectName could not be created for the address. |
InstanceNotFoundException |
JmxMessages.descriptionProviderNotFound(PathAddress address)
Creates an exception indicating no description provider found for the address.
|
MBeanException |
JmxMessages.noOperationCalled(Exception cause,
String operation,
PathAddress address)
Creates an exception indicating there is no operation called
operation at the address . |
InstanceNotFoundException |
JmxMessages.registrationNotFound(PathAddress address)
Creates an exception indicating there is was no registration found for the path address.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingLogger.errorRevertingOperation(Throwable cause,
String className,
String op,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught exception
attempting to revert the operation, represented by the op parameter, at the address, represented by the
address parameter. |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
ManagedDMRContentMessages.invalidHash(String expectedHash,
PathAddress address,
String currentHash)
Creates an exception indicating the expected content hash provided by the caller does not match the current value.
|
Resource |
ManagedDMRContentResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentTypeResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected org.hornetq.api.core.management.BridgeControl |
BridgeControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
protected abstract T |
AbstractHornetQComponentControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address)
Gets the
HornetQComponentControl implementation used by this handler. |
protected org.hornetq.api.core.management.BroadcastGroupControl |
BroadcastGroupControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
protected org.hornetq.api.core.management.ClusterConnectionControl |
ClusterConnectionControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
protected org.hornetq.api.core.management.AcceptorControl |
AcceptorControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
static org.jboss.msc.service.ServiceName |
MessagingServices.getHornetQServiceName(PathAddress pathAddress) |
Resource |
CoreAddressResource.navigate(PathAddress address) |
Resource |
HornetQServerResource.navigate(PathAddress address) |
String |
MessagingMessages.noDestinationRegisteredForAddress(PathAddress address) |
void |
MessagingLogger.revertOperationFailed(Throwable cause,
String className,
String operation,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught an exception
attempting to revert the operation, represented by the operation parameter, at the address, represented
by the address parameter. |
Modifier and Type | Method and Description |
---|---|
protected void |
JMSQueueConfigurationRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode destination,
PathAddress address,
boolean includeDefault) |
protected void |
JMSTopicConfigurationRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode destination,
PathAddress address,
boolean includeDefault) |
protected abstract void |
AbstractJMSRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
T destination,
PathAddress address,
boolean includeDefault) |
Modifier and Type | Method and Description |
---|---|
Resource |
OSGiBundleResource.navigate(PathAddress address) |
Resource |
OSGiRuntimeResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.msc.service.ServiceName |
SecurityDomainReloadWriteHandler.getParentServiceName(PathAddress parentAddress) |
protected org.jboss.msc.service.ServiceName |
SecurityDomainReloadAddHandler.getParentServiceName(PathAddress parentAddress) |
protected org.jboss.msc.service.ServiceName |
SecurityDomainReloadRemoveHandler.getParentServiceName(PathAddress parentAddress) |
static org.jboss.msc.service.ServiceName |
SecurityDomainResourceDefinition.getSecurityDomainServiceName(PathAddress pathAddress) |
protected void |
SecurityDomainReloadWriteHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
protected void |
SecurityDomainReloadAddHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
protected void |
SecurityDomainReloadRemoveHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
Modifier and Type | Method and Description |
---|---|
void |
ServerLogger.caughtExceptionRevertingOperation(Exception cause,
String handler,
String operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected Set<PathAddress> |
AbstractSubsystemBaseTest.getIgnoredChildResourcesForRemovalTest()
Returns a set of child resources addresses that should not be removed directly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSubsystemTest.assertRemoveSubsystemResources(KernelServices kernelServices,
Set<PathAddress> ignoredChildAddresses)
Checks that the subystem resources can be removed, i.e.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.