Class JGroupsSubsystemServiceHandler
java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemServiceHandler
- All Implemented Interfaces:
ResourceServiceHandler
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstallServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) voidremoveServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
-
Constructor Details
-
JGroupsSubsystemServiceHandler
public JGroupsSubsystemServiceHandler()
-
-
Method Details
-
installServices
public void installServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
installServicesin interfaceResourceServiceHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
removeServices
public void removeServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
removeServicesin interfaceResourceServiceHandler- Throws:
org.jboss.as.controller.OperationFailedException
-