Class ExternalPooledConnectionFactoryDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class ExternalPooledConnectionFactoryDefinition
    extends PooledConnectionFactoryDefinition
    Jakarta Messaging external pooled Connection Factory resource definition. By 'external' it means that this PCF is targeting an external broker.
    Author:
    Emmanuel Hugonnet (c) 2019 Red Hat, Inc.
    • Nested Class Summary

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

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()  
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • 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
    • Constructor Detail

      • ExternalPooledConnectionFactoryDefinition

        public ExternalPooledConnectionFactoryDefinition​(boolean deployed)