Class JGroupsSubsystemResourceDefinitionRegistrar
java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinitionRegistrar
- All Implemented Interfaces:
BiPredicate<org.jboss.as.controller.OperationContext,,org.jboss.as.controller.registry.Resource> org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>,org.wildfly.subsystem.resource.SubsystemResourceDefinitionRegistrar,org.wildfly.subsystem.service.ResourceServiceConfigurator
public class JGroupsSubsystemResourceDefinitionRegistrar
extends Object
implements org.wildfly.subsystem.resource.SubsystemResourceDefinitionRegistrar, BiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>, org.wildfly.subsystem.service.ResourceServiceConfigurator
Registers the resource definition for the JGroups subsystem.
- Author:
- Richard Achmatowicz (c) 2012 Red Hat Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.SubsystemResourceRegistration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ResourceServiceInstallerconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) org.jboss.as.controller.registry.ManagementResourceRegistrationregister(org.jboss.as.controller.SubsystemRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context) booleantest(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Field Details
-
REGISTRATION
public static final org.jboss.as.controller.SubsystemResourceRegistration REGISTRATION
-
-
Constructor Details
-
JGroupsSubsystemResourceDefinitionRegistrar
public JGroupsSubsystemResourceDefinitionRegistrar()
-
-
Method Details
-
test
public boolean test(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource) - Specified by:
testin interfaceBiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>
-
register
public org.jboss.as.controller.registry.ManagementResourceRegistration register(org.jboss.as.controller.SubsystemRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context) - Specified by:
registerin interfaceorg.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>
-
configure
public org.wildfly.subsystem.service.ResourceServiceInstaller configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
configurein interfaceorg.wildfly.subsystem.service.ResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-