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
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.ParametersNested 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.MinimalResourceDefinitionNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.AttributeDefinition[]Deprecated.static final org.jboss.as.controller.SimpleAttributeDefinitionDeprecated.static final org.jboss.as.controller.PrimitiveListAttributeDefinitionDeprecated.static final StringDeprecated.static final org.jboss.as.controller.SimpleAttributeDefinitionDeprecated.static final org.jboss.as.controller.SimpleAttributeDefinitionDeprecated.Fields inherited from class org.wildfly.extension.messaging.activemq.shallow.ShallowResourceDefinition
registerRuntimeOnly -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.PathAddressconvert(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 booleanisUsingSocketBinding(org.jboss.as.controller.PathAddress targetAddress) Deprecated.voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry) Deprecated.Methods inherited from class org.wildfly.extension.messaging.activemq.shallow.ShallowResourceDefinition
registerAttributes, validateOperationMethods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerChildrenMethods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedMethods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
-
Field Details
-
CONNECTOR_REFS
public static final org.jboss.as.controller.PrimitiveListAttributeDefinition CONNECTOR_REFSDeprecated. -
BROADCAST_PERIOD
public static final org.jboss.as.controller.SimpleAttributeDefinition BROADCAST_PERIODDeprecated.- See Also:
-
ActiveMQDefaultConfiguration.getDefaultBroadcastPeriod()
-
JGROUPS_CHANNEL_FACTORY
@Deprecated public static final org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CHANNEL_FACTORYDeprecated. -
JGROUPS_CHANNEL
public static final org.jboss.as.controller.SimpleAttributeDefinition JGROUPS_CHANNELDeprecated. -
ATTRIBUTES
public static final org.jboss.as.controller.AttributeDefinition[] ATTRIBUTESDeprecated. -
GET_CONNECTOR_PAIRS_AS_JSON
Deprecated.- See Also:
-
-
Method Details
-
getAttributes
Deprecated.- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry) Deprecated.- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classShallowResourceDefinition
-
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:
isUsingSocketBindingin classShallowResourceDefinition
-