Class DiscoveryGroupDefinition

    • Nested Class Summary

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

        org.jboss.as.controller.PersistentResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.jboss.as.controller.AttributeDefinition[] ATTRIBUTES
      Deprecated.
       
      static org.jboss.as.controller.SimpleAttributeDefinition INITIAL_WAIT_TIMEOUT
      Deprecated.
       
      static org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CHANNEL
      Deprecated.
       
      static org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CHANNEL_FACTORY
      Deprecated.
      static org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CLUSTER
      Deprecated.
       
      static org.jboss.as.controller.PathElement PATH
      Deprecated.
       
      static org.jboss.as.controller.SimpleAttributeDefinition REFRESH_TIMEOUT
      Deprecated.
       
      static org.jboss.as.controller.SimpleAttributeDefinition SOCKET_BINDING
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DiscoveryGroupDefinition​(boolean registerRuntimeOnly, boolean subsystemResource)
      Deprecated.
       
    • 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.
       
      • 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

      • PATH

        public static final org.jboss.as.controller.PathElement PATH
        Deprecated.
      • REFRESH_TIMEOUT

        public static final org.jboss.as.controller.SimpleAttributeDefinition REFRESH_TIMEOUT
        Deprecated.
        See Also:
        ActiveMQDefaultConfiguration.getDefaultBroadcastRefreshTimeout()
      • INITIAL_WAIT_TIMEOUT

        public static final org.jboss.as.controller.SimpleAttributeDefinition INITIAL_WAIT_TIMEOUT
        Deprecated.
        See Also:
        ActiveMQClient.DEFAULT_DISCOVERY_INITIAL_WAIT_TIMEOUT
      • 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.
      • JGROUPS_CLUSTER

        public static final org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CLUSTER
        Deprecated.
      • SOCKET_BINDING

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

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

      • DiscoveryGroupDefinition

        protected DiscoveryGroupDefinition​(boolean registerRuntimeOnly,
                                           boolean subsystemResource)
        Deprecated.
    • Method Detail

      • getAttributes

        public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
        Deprecated.
        Specified by:
        getAttributes in class org.jboss.as.controller.PersistentResourceDefinition
      • 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.