Class ForkProtocolRuntimeResourceRegistration
java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.ForkProtocolRuntimeResourceRegistration
- All Implemented Interfaces:
RuntimeResourceRegistration
public class ForkProtocolRuntimeResourceRegistration
extends Object
implements RuntimeResourceRegistration
Operation handler for registration of fork protocol runtime resources.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionForkProtocolRuntimeResourceRegistration(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jgroups.JChannel> executors) -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(org.jboss.as.controller.OperationContext context) voidunregister(org.jboss.as.controller.OperationContext context)
-
Constructor Details
-
ForkProtocolRuntimeResourceRegistration
public ForkProtocolRuntimeResourceRegistration(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
-
Method Details
-
register
public void register(org.jboss.as.controller.OperationContext context) throws org.jboss.as.controller.OperationFailedException - Specified by:
registerin interfaceRuntimeResourceRegistration- Throws:
org.jboss.as.controller.OperationFailedException
-
unregister
public void unregister(org.jboss.as.controller.OperationContext context) throws org.jboss.as.controller.OperationFailedException - Specified by:
unregisterin interfaceRuntimeResourceRegistration- Throws:
org.jboss.as.controller.OperationFailedException
-