Class BroadcastGroupDefinition
- java.lang.Object
-
- 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.ResourceDefinition,IgnoredAttributeProvider,OperationAddressConverter
public class BroadcastGroupDefinition extends ShallowResourceDefinition
Deprecated.Use JGroupsBroadcastGroupDefinition or SocketBroadcastGroupDefinition.Broadcast group resource definition- Author:
- Jeff Mesnil (c) 2012 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.AttributeDefinition[]ATTRIBUTESDeprecated.static org.jboss.as.controller.SimpleAttributeDefinitionBROADCAST_PERIODDeprecated.static org.jboss.as.controller.PrimitiveListAttributeDefinitionCONNECTOR_REFSDeprecated.static StringGET_CONNECTOR_PAIRS_AS_JSONDeprecated.static org.jboss.as.controller.SimpleAttributeDefinitionJGROUPS_CHANNELDeprecated.static org.jboss.as.controller.SimpleAttributeDefinitionJGROUPS_CHANNEL_FACTORYDeprecated.-
Fields inherited from class org.wildfly.extension.messaging.activemq.shallow.ShallowResourceDefinition
registerRuntimeOnly
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.as.controller.PathAddressconvert(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 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, validateOperation
-
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.
-
GET_CONNECTOR_PAIRS_AS_JSON
public static final String GET_CONNECTOR_PAIRS_AS_JSON
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> 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
-
-