Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      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> getAttributes()
      Deprecated.
       
      Set<String> 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.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
    • Field Detail

      • 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.
    • Method Detail

      • 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.