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
Constructors Constructor Description ForkProtocolRuntimeResourceRegistration(FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(org.jboss.as.controller.OperationContext context)voidunregister(org.jboss.as.controller.OperationContext context)
-
-
-
Constructor Detail
-
ForkProtocolRuntimeResourceRegistration
public ForkProtocolRuntimeResourceRegistration(FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
-
Method Detail
-
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
-
-