Class SocketDiscoveryGroupDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.messaging.activemq.SocketDiscoveryGroupDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class SocketDiscoveryGroupDefinition extends org.jboss.as.controller.PersistentResourceDefinitionDiscovery group resource definition using socket bindings.- Author:
- Emmanuel Hugonnet (c) 2019 Red Hat, Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.AttributeDefinition[]ATTRIBUTESstatic org.jboss.as.controller.capability.RuntimeCapability<Void>CAPABILITYstatic org.jboss.as.controller.SimpleAttributeDefinitionINITIAL_WAIT_TIMEOUTstatic org.jboss.as.controller.PathElementPATHstatic org.jboss.as.controller.SimpleAttributeDefinitionREFRESH_TIMEOUTstatic org.jboss.as.controller.SimpleAttributeDefinitionSOCKET_BINDING
-
Constructor Summary
Constructors Modifier Constructor Description protectedSocketDiscoveryGroupDefinition(boolean registerRuntimeOnly, boolean subsystemResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)-
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, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
PATH
public static final org.jboss.as.controller.PathElement PATH
-
CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> CAPABILITY
-
REFRESH_TIMEOUT
public static final org.jboss.as.controller.SimpleAttributeDefinition REFRESH_TIMEOUT
- See Also:
ActiveMQDefaultConfiguration.getDefaultBroadcastRefreshTimeout()
-
INITIAL_WAIT_TIMEOUT
public static final org.jboss.as.controller.SimpleAttributeDefinition INITIAL_WAIT_TIMEOUT
- See Also:
ActiveMQClient.DEFAULT_DISCOVERY_INITIAL_WAIT_TIMEOUT
-
SOCKET_BINDING
public static final org.jboss.as.controller.SimpleAttributeDefinition SOCKET_BINDING
-
ATTRIBUTES
public static final org.jboss.as.controller.AttributeDefinition[] ATTRIBUTES
-
-
Method Detail
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
-