Class ChannelServiceHandler
java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.ChannelServiceHandler
- All Implemented Interfaces:
ResourceServiceHandler
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionChannelServiceHandler(org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.jgroups.JChannel> registry) -
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
-
ChannelServiceHandler
public ChannelServiceHandler(org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.jgroups.JChannel> registry)
-
-
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
-