Class AbstractTransportDefinition

java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.controller.PersistentResourceDefinition
org.wildfly.extension.messaging.activemq.AbstractTransportDefinition
All Implemented Interfaces:
org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration
Direct Known Subclasses:
GenericTransportDefinition, HTTPConnectorDefinition, InVMTransportDefinition, RemoteTransportDefinition

public abstract class AbstractTransportDefinition extends org.jboss.as.controller.PersistentResourceDefinition
Abstract acceptor resource definition
Author:
Jeff Mesnil (c) 2012 Red Hat Inc.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

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

    org.jboss.as.controller.SimpleResourceDefinition.Parameters

    Nested 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.MinimalResourceDefinition

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration

    org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    protected final boolean
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractTransportDefinition(boolean isAcceptor, String specificType, boolean registerRuntimeOnlyValid, org.jboss.as.controller.AttributeDefinition... attrs)
     
    protected
    AbstractTransportDefinition(boolean isAcceptor, String specificType, boolean registerRuntimeOnlyValid, org.jboss.as.controller.ModelVersion deprecatedSince, org.jboss.as.controller.AttributeDefinition... attrs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.jboss.as.controller.AttributeDefinition>
     
    void
    registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
     
    void
    registerOperations(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

    getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated

    Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONNECTOR_CAPABILITY_NAME

      public static final String CONNECTOR_CAPABILITY_NAME
      See Also:
    • ACCEPTOR_CAPABILITY_NAME

      public static final String ACCEPTOR_CAPABILITY_NAME
      See Also:
    • isAcceptor

      protected final boolean isAcceptor
  • Constructor Details

    • AbstractTransportDefinition

      protected AbstractTransportDefinition(boolean isAcceptor, String specificType, boolean registerRuntimeOnlyValid, org.jboss.as.controller.AttributeDefinition... attrs)
    • AbstractTransportDefinition

      protected AbstractTransportDefinition(boolean isAcceptor, String specificType, boolean registerRuntimeOnlyValid, org.jboss.as.controller.ModelVersion deprecatedSince, org.jboss.as.controller.AttributeDefinition... attrs)
  • Method Details

    • getAttributes

      public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
      Specified by:
      getAttributes in class org.jboss.as.controller.PersistentResourceDefinition
    • registerAttributes

      public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
      Specified by:
      registerAttributes in interface org.jboss.as.controller.ResourceDefinition
      Overrides:
      registerAttributes in class org.jboss.as.controller.PersistentResourceDefinition
    • registerOperations

      public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
      Specified by:
      registerOperations in interface org.jboss.as.controller.ResourceDefinition
      Overrides:
      registerOperations in class org.jboss.as.controller.SimpleResourceDefinition