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

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.controller.SubsystemResourceRegistration
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.subsystem.service.ResourceServiceInstaller
    configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
     
    org.jboss.as.controller.registry.ManagementResourceRegistration
    register(org.jboss.as.controller.SubsystemRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context)
     
    boolean
    test(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, wait

    Methods 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:
      test in interface BiPredicate<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:
      register in interface org.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:
      configure in interface org.wildfly.subsystem.service.ResourceServiceConfigurator
      Throws:
      org.jboss.as.controller.OperationFailedException