Class BroadcastGroupDefinition

    • Nested Class Summary

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

        org.jboss.as.controller.PersistentResourceDefinition.Parameters
    • 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.
       
      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

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • 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.