Class ParentResourceServiceHandler
java.lang.Object
org.jboss.as.clustering.controller.SimpleResourceServiceHandler
org.jboss.as.clustering.controller.ParentResourceServiceHandler
- All Implemented Interfaces:
ResourceServiceHandler
A
SimpleResourceServiceHandler that uses a recursively read model, to include child resources.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstallServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) Installs runtime services for a resource, configured from the specified model.Methods inherited from class org.jboss.as.clustering.controller.SimpleResourceServiceHandler
removeServices
-
Constructor Details
-
ParentResourceServiceHandler
-
-
Method Details
-
installServices
public void installServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException Description copied from interface:ResourceServiceHandlerInstalls runtime services for a resource, configured from the specified model.- Specified by:
installServicesin interfaceResourceServiceHandler- Overrides:
installServicesin classSimpleResourceServiceHandler- Parameters:
context- the context of the add/remove operationmodel- the resource model- Throws:
org.jboss.as.controller.OperationFailedException- if service installation fails
-