Class BroadcastGroupDefinition

java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.controller.PersistentResourceDefinition
org.wildfly.extension.messaging.activemq.shallow.ShallowResourceDefinition
org.wildfly.extension.messaging.activemq.BroadcastGroupDefinition
All Implemented Interfaces:
org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration, IgnoredAttributeProvider, OperationAddressConverter

public class BroadcastGroupDefinition extends ShallowResourceDefinition
Deprecated.
Use JGroupsBroadcastGroupDefinition or SocketBroadcastGroupDefinition.
Broadcast group resource definition
Author:
Jeff Mesnil (c) 2012 Red Hat Inc.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

    org.jboss.as.controller.SimpleResourceDefinition.Parameters

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition

    org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration

    org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.controller.AttributeDefinition[]
    Deprecated.
     
    static final org.jboss.as.controller.SimpleAttributeDefinition
    Deprecated.
     
    static final org.jboss.as.controller.PrimitiveListAttributeDefinition
    Deprecated.
     
    static final String
    Deprecated.
     
    static final org.jboss.as.controller.SimpleAttributeDefinition
    Deprecated.
     
    static final org.jboss.as.controller.SimpleAttributeDefinition
    Deprecated.

    Fields inherited from class org.wildfly.extension.messaging.activemq.shallow.ShallowResourceDefinition

    registerRuntimeOnly
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.as.controller.PathAddress
    convert(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
    Deprecated.
     
    Collection<org.jboss.as.controller.AttributeDefinition>
    Deprecated.
     
    getIgnoredAttributes(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
    Deprecated.
     
    protected boolean
    isUsingSocketBinding(org.jboss.as.controller.PathAddress targetAddress)
    Deprecated.
     
    void
    registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
    Deprecated.
     

    Methods inherited from class org.wildfly.extension.messaging.activemq.shallow.ShallowResourceDefinition

    registerAttributes, validateOperation

    Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

    getChildren, registerChildren

    Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

    getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated

    Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONNECTOR_REFS

      public static final org.jboss.as.controller.PrimitiveListAttributeDefinition CONNECTOR_REFS
      Deprecated.
    • BROADCAST_PERIOD

      public static final org.jboss.as.controller.SimpleAttributeDefinition BROADCAST_PERIOD
      Deprecated.
      See Also:
      • ActiveMQDefaultConfiguration.getDefaultBroadcastPeriod()
    • JGROUPS_CHANNEL_FACTORY

      @Deprecated public static final org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CHANNEL_FACTORY
      Deprecated.
    • JGROUPS_CHANNEL

      public static final org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CHANNEL
      Deprecated.
    • ATTRIBUTES

      public static final org.jboss.as.controller.AttributeDefinition[] ATTRIBUTES
      Deprecated.
    • GET_CONNECTOR_PAIRS_AS_JSON

      public static final String GET_CONNECTOR_PAIRS_AS_JSON
      Deprecated.
      See Also:
  • Method Details

    • getAttributes

      public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
      Deprecated.
      Specified by:
      getAttributes in class org.jboss.as.controller.PersistentResourceDefinition
    • registerOperations

      public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
      Deprecated.
      Specified by:
      registerOperations in interface org.jboss.as.controller.ResourceDefinition
      Overrides:
      registerOperations in class ShallowResourceDefinition
    • convert

      public org.jboss.as.controller.PathAddress convert(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
      Deprecated.
    • getIgnoredAttributes

      public Set<String> getIgnoredAttributes(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
      Deprecated.
    • isUsingSocketBinding

      protected boolean isUsingSocketBinding(org.jboss.as.controller.PathAddress targetAddress)
      Deprecated.
      Specified by:
      isUsingSocketBinding in class ShallowResourceDefinition