Skip navigation links
WildFly: Messaging Subsystem 10.0.0.Alpha1
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractHornetQComponentControlHandler<T extends org.hornetq.api.core.management.HornetQComponentControl> - Class in org.jboss.as.messaging
Base class for OperationStepHandler implementations for handlers that interact with an implementation of a HornetQComponentControl subinterface to perform their function.
AbstractHornetQComponentControlHandler() - Constructor for class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
 
AbstractJMSRuntimeHandler<T> - Class in org.jboss.as.messaging.jms
Base type for runtime operations on XML deployed message resources
AbstractJMSRuntimeHandler() - Constructor for class org.jboss.as.messaging.jms.AbstractJMSRuntimeHandler
 
AbstractQueueControlHandler<T> - Class in org.jboss.as.messaging
Base class for handlers that interact with either a HornetQ QueueControl or a JMSQueueControl.
AbstractQueueControlHandler() - Constructor for class org.jboss.as.messaging.AbstractQueueControlHandler
 
AbstractQueueControlHandler.DelegatingQueueControl<T> - Interface in org.jboss.as.messaging
Exposes the method signatures that are common between QueueControl and JMSQueueControl.
AbstractTransportDefinition - Class in org.jboss.as.messaging
Abstract acceptor resource definition
AbstractTransportDefinition(boolean, boolean, String, AttributeDefinition...) - Constructor for class org.jboss.as.messaging.AbstractTransportDefinition
 
AbstractUpdateJndiHandler - Class in org.jboss.as.messaging.jms
Base class for handlers that handle "add-jndi" and "remove-jndi" operations.
AbstractUpdateJndiHandler(boolean) - Constructor for class org.jboss.as.messaging.jms.AbstractUpdateJndiHandler
 
ACCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
AcceptorControlHandler - Class in org.jboss.as.messaging
Handler for runtime operations that interact with a HornetQ AcceptorControl.
AcceptorControlHandler() - Constructor for class org.jboss.as.messaging.AcceptorControlHandler
 
ACCEPTORS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ACTIVE - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
ADD_MESSAGE_ID_IN_HEADER - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
addJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.AbstractUpdateJndiHandler
 
addJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryUpdateJndiHandler
 
addJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.JMSQueueUpdateJndiHandler
 
addJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.JMSTopicUpdateJndiHandler
 
ADDRESS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ADDRESS - Static variable in class org.jboss.as.messaging.DivertDefinition
 
ADDRESS - Static variable in class org.jboss.as.messaging.QueueDefinition
 
ADDRESS_FULL_MESSAGE_POLICY - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
ADDRESS_MATCH - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
ADDRESS_SETTING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ADDRESS_SETTINGS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
AddressSettingDefinition - Class in org.jboss.as.messaging
Address setting resource definition
AddressSettingDefinition(boolean) - Constructor for class org.jboss.as.messaging.AddressSettingDefinition
 
AddressSettingsResolveHandler - Class in org.jboss.as.messaging
Operation handler to resolve address settings.
AddressSettingsResolveHandler() - Constructor for class org.jboss.as.messaging.AddressSettingsResolveHandler
 
addRole(String, String) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
addService(ServiceTarget, ServiceName, boolean) - Static method in class org.jboss.as.messaging.jms.JMSService
 
addUser(String, String) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
aioWarning() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating AIO was not found.
aioWarningLinux() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating AIO was not found, ask to install LibAIO to enable the AIO on Linux systems.
ALLOW_DIRECT_CONNECTIONS_ONLY - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
ALLOW_FAILBACK - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
altAttributeAlreadyDefined(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the alternative attribute represented by the name parameter is already defined.
AlternativeAttributeCheckHandler - Class in org.jboss.as.messaging
 
AlternativeAttributeCheckHandler(AttributeDefinition...) - Constructor for class org.jboss.as.messaging.AlternativeAttributeCheckHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder) - Method in class org.jboss.as.messaging.DeprecatedAttributeWriteHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.messaging.HornetQServerControlWriteHandler
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryWriteAttributeHandler
 
AS7BindingRegistry - Class in org.jboss.as.messaging.jms
A BindingRegistry implementation for JBoss AS7.
AS7BindingRegistry(ServiceContainer) - Constructor for class org.jboss.as.messaging.jms.AS7BindingRegistry
 
AS7RecoveryRegistry - Class in org.jboss.as.messaging.jms
 
AS7RecoveryRegistry() - Constructor for class org.jboss.as.messaging.jms.AS7RecoveryRegistry
 
AS_MESSAGING - Static variable in class org.jboss.as.messaging.deployment.MessagingDependencyProcessor
We include this module so that the CDI producer method for JMSContext is available for the deployment unit.
ASYNC_CONNECTION_EXECUTION_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
Attribute - Enum in org.jboss.as.messaging
 
attributeDefinitionsMustMatch(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating that all attribute definitions must have the same XML name.
attributeDefinitionsNotUnique(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating that all attribute definitions must have unique names.
AttributeMarshallers - Class in org.jboss.as.messaging
XML marshallers for messaging custom attributes.
AttributeMarshallers() - Constructor for class org.jboss.as.messaging.AttributeMarshallers
 
AttributeMarshallers.JndiEntriesAttributeMarshaller - Class in org.jboss.as.messaging
 
AttributeMarshallers.WrappedListAttributeMarshaller - Class in org.jboss.as.messaging
XML marshaller for connector attribute to wrap a list of attributes in an optional XML element.
ATTRIBUTES - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.BroadcastGroupDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.ConnectorServiceDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.ConnectorServiceParamDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.DiscoveryGroupDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.DivertDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
ATTRIBUTES - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
Attributes are defined in the same order than in the XSD schema
ATTRIBUTES - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
Attributes are defined in the same order than in the XSD schema
ATTRIBUTES - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Regular
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.JMSQueueDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.JMSTopicDefinition
 
ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
ATTRIBUTES_ADDED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.HornetQServerResourceDefinition
 
ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryDefinition
 
ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
ATTRS - Static variable in class org.jboss.as.messaging.CoreAddressDefinition
 
AUTO_GROUP - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 

B

BACKUP - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BACKUP_GROUP_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
bind(String, Object) - Method in class org.jboss.as.messaging.jms.AS7BindingRegistry
 
BinderServiceUtil - Class in org.jboss.as.messaging
Utility class to install BinderService (either to bind actual objects or create alias on another binding).
BinderServiceUtil() - Constructor for class org.jboss.as.messaging.BinderServiceUtil
 
BINDING_NAMES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BINDINGS_DIRECTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BLOCK_ON_ACKNOWLEDGE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
BLOCK_ON_DURABLE_SEND - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
BLOCK_ON_NON_DURABLE_SEND - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
boundJndiName(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an informational message indicating a messaging object was bound to the JNDI name represented by the jndiName parameter.
BRIDGE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BRIDGE_CONFIRMATION_WINDOW_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BridgeAdd - Class in org.jboss.as.messaging
Handler for adding a bridge.
BridgeControlHandler - Class in org.jboss.as.messaging
Handler for runtime operations that interact with a HornetQ BridgeControl.
BridgeControlHandler() - Constructor for class org.jboss.as.messaging.BridgeControlHandler
 
BridgeDefinition - Class in org.jboss.as.messaging
Bridge resource definition
BridgeDefinition(boolean) - Constructor for class org.jboss.as.messaging.BridgeDefinition
 
BridgeRemove - Class in org.jboss.as.messaging
Removes a bridge.
BRIDGES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BridgeWriteAttributeHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update a bridge resource.
BROADCAST_GROUP - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BROADCAST_GROUPS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
BROADCAST_PERIOD - Static variable in class org.jboss.as.messaging.BroadcastGroupDefinition
 
BroadcastGroupAdd - Class in org.jboss.as.messaging
Handler for adding a broadcast group.
BroadcastGroupControlHandler - Class in org.jboss.as.messaging
Handler for runtime operations that interact with a HornetQ BroadcastGroupControl.
BroadcastGroupDefinition - Class in org.jboss.as.messaging
Broadcast group resource definition
BroadcastGroupDefinition(boolean) - Constructor for class org.jboss.as.messaging.BroadcastGroupDefinition
 
BroadcastGroupRemove - Class in org.jboss.as.messaging
Removes a broadcast group.
BroadcastGroupWriteAttributeHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update a broadcast group resource.

C

CACHE_LARGE_MESSAGE_CLIENT - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CALL_FAILOVER_TIMEOUT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CALL_TIMEOUT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
callNotPermittedOnInjectedJMSContext() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create an exception when calling a method not allowed on injected JMSContext.
cannotBindJndiName() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a null or empty JNDI name cannot be bound.
canNotChangeClusteredAttribute(PathAddress) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
cannotIncludeOperationParameters(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the operation cannot include the parameter represented by paramName1 and the parameter represented by the paramName2 parameter.
cannotMarshalAttribute(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the attribute, represented by the name parameter, cannot be marshalled and to use the marshalAsElement method.
canNotRegisterResourceOfType(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create a failure description message indicating that the resource of given type can not be registered.
canNotRemoveLastJNDIName(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the resource must have at least one JNDI name.
canNotRemoveResourceOfType(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create a failure description message indicating that the resource of given type can not be removed.
canNotRemoveUnknownEntry(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
cannotUnbindJndiName() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a null or empty JNDI name cannot be unbound.
canNotWriteClusteredAttribute() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create a failure description message indicating that the clustered attribute is deprecated.
CDIDeploymentProcessor - Class in org.jboss.as.messaging.deployment
Processor that deploys a CDI portable extension to provide injection of JMSContext resource.
CDIDeploymentProcessor() - Constructor for class org.jboss.as.messaging.deployment.CDIDeploymentProcessor
 
CHANGE_MESSAGE_PRIORITY - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
CHANGE_MESSAGES_PRIORITY - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
changeMessagePriority(ModelNode, int) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
changeMessagesPriority(String, int) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
CHECK_FOR_LIVE_SERVER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CHECK_PERIOD - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
CHECK_PERIOD - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
checkAlternatives(ModelNode, String, String, boolean) - Static method in class org.jboss.as.messaging.AlternativeAttributeCheckHandler
 
checkBroadcastGroupConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
checkBroadcastGroupConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
checkClusterConnectionConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.Messaging12SubsystemParser
 
checkClusterConnectionConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
checkClusterConnectionConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
checkDiscoveryGroupConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
checkDiscoveryGroupConstraints(XMLExtendedStreamReader, Set<Element>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
checkNotBothElements(XMLExtendedStreamReader, Set<Element>, Element, Element) - Static method in class org.jboss.as.messaging.Messaging13SubsystemParser
Check that not both elements have been defined
checkOnlyOneOfElements(XMLExtendedStreamReader, Set<Element>, Element, Element) - Static method in class org.jboss.as.messaging.MessagingSubsystemParser
Check one and only one of the 2 elements has been defined
checkOtherElementIsNotAlreadyDefined(XMLStreamReader, Set<Element>, Element, Element) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
childResourceAlreadyExists(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating a child resource of the type, represented by the type parameter already exists.
CLASS_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CLIENT_FAILURE_CHECK_PERIOD - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CLIENT_ID - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CLIENT_ID - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
clone() - Method in class org.jboss.as.messaging.CoreAddressResource
 
clone() - Method in class org.jboss.as.messaging.CoreAddressResource.CoreAddressResourceEntry
 
clone() - Method in class org.jboss.as.messaging.HornetQServerResource
 
clone() - Method in class org.jboss.as.messaging.SecurityRoleResource
 
clone() - Method in class org.jboss.as.messaging.SecurityRoleResource.SecurityRoleResourceEntry
 
close() - Method in class org.jboss.as.messaging.jms.AS7BindingRegistry
 
CLOSE_CONNECTIONS_FOR_ADDRESS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
CLOSE_CONNECTIONS_FOR_USER - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
CLOSE_CONSUMER_CONNECTIONS_FOR_ADDRESS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
closeJMSContext(JMSContext) - Method in class org.jboss.as.messaging.deployment.JMSContextProducer
CDI disposable method for injected JMSContext.
CLUSTER_CONNECTION - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CLUSTER_CONNECTIONS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CLUSTER_PASSWORD - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CLUSTER_USER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ClusterConnectionAdd - Class in org.jboss.as.messaging
Handler for adding a cluster connection.
ClusterConnectionControlHandler - Class in org.jboss.as.messaging
Handler for runtime operations that interact with a HornetQ ClusterConnectionControl.
ClusterConnectionDefinition - Class in org.jboss.as.messaging
Cluster connection resource definition
ClusterConnectionDefinition(boolean) - Constructor for class org.jboss.as.messaging.ClusterConnectionDefinition
 
ClusterConnectionRemove - Class in org.jboss.as.messaging
Removes a cluster connection.
ClusterConnectionWriteAttributeHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update a cluster connection resource.
CLUSTERED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
COMMIT_PREPARED_TRANSACTION - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
CommonAttributes - Interface in org.jboss.as.messaging
 
COMP_DEFAULT_JMS_CONNECTION_FACTORY - Static variable in class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryBindingProcessor
 
COMPRESS_LARGE_MESSAGES - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONFIRMATION_WINDOW_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONNECTION_FACTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTION_ID - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
CONNECTION_LOAD_BALANCING_CLASS_NAME - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONNECTION_PARAMETERS - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
CONNECTION_TTL - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
CONNECTION_TTL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTION_TTL - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONNECTION_TTL_OVERRIDE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ConnectionFactoryAdd - Class in org.jboss.as.messaging.jms
Update adding a connection factory to the subsystem.
ConnectionFactoryAdd() - Constructor for class org.jboss.as.messaging.jms.ConnectionFactoryAdd
 
ConnectionFactoryAttribute - Class in org.jboss.as.messaging.jms
A wrapper for pooled CF attributes with additional parameters required to setup the HornetQ RA.
ConnectionFactoryAttributes - Interface in org.jboss.as.messaging.jms
 
ConnectionFactoryAttributes.Common - Interface in org.jboss.as.messaging.jms
 
ConnectionFactoryAttributes.Pooled - Interface in org.jboss.as.messaging.jms
 
ConnectionFactoryAttributes.Regular - Interface in org.jboss.as.messaging.jms
 
ConnectionFactoryDefinition - Class in org.jboss.as.messaging.jms
JMS Connection Factory resource definition
ConnectionFactoryDefinition(boolean) - Constructor for class org.jboss.as.messaging.jms.ConnectionFactoryDefinition
 
ConnectionFactoryReadAttributeHandler - Class in org.jboss.as.messaging.jms
Implements the read-attribute operation for runtime attributes exposed by a HornetQ ConnectionFactoryControl.
ConnectionFactoryRemove - Class in org.jboss.as.messaging.jms
Update handler removing a connection factory from the JMS subsystem.
ConnectionFactoryRemove() - Constructor for class org.jboss.as.messaging.jms.ConnectionFactoryRemove
 
ConnectionFactoryType - Enum in org.jboss.as.messaging.jms
Connection factory type enumeration and their respective value in HornetQ JMS API
ConnectionFactoryUpdateJndiHandler - Class in org.jboss.as.messaging.jms
Handler for "add-jndi" and "remove-jndi" operations on a connection factory resource.
ConnectionFactoryWriteAttributeHandler - Class in org.jboss.as.messaging.jms
Write attribute handler for attributes that update a JMS connection factory configuration.
CONNECTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTOR - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONNECTOR_CLASSNAME - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
CONNECTOR_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTOR_REF - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
CONNECTOR_REF_STRING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTOR_REFS - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
CONNECTOR_REFS - Static variable in class org.jboss.as.messaging.BroadcastGroupDefinition
 
CONNECTOR_REFS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
CONNECTOR_SERVICE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTOR_SERVICES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
connectorForPooledConnectionFactory(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warn message when no connectors were specified for a connection factory definition and one connector was picked up to be used.
connectorNotDefined(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the connector is not defined.
CONNECTORS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONNECTORS_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
ConnectorServiceDefinition - Class in org.jboss.as.messaging
Connector service resource definition
ConnectorServiceDefinition(boolean) - Constructor for class org.jboss.as.messaging.ConnectorServiceDefinition
 
ConnectorServiceParamDefinition - Class in org.jboss.as.messaging
Connector service resource definition
ConnectorServiceParamDefinition() - Constructor for class org.jboss.as.messaging.ConnectorServiceParamDefinition
 
CONSUMER_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CONSUMER_MAX_RATE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONSUMER_WINDOW_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
CONTEXT - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
CORE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CORE_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CORE_QUEUE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CORE_QUEUES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CoreAddressDefinition - Class in org.jboss.as.messaging
Core address resource definition
CoreAddressDefinition() - Constructor for class org.jboss.as.messaging.CoreAddressDefinition
 
CoreAddressResource - Class in org.jboss.as.messaging
Resource for a runtime core HornetQ address.
CoreAddressResource(String, ManagementService) - Constructor for class org.jboss.as.messaging.CoreAddressResource
 
CoreAddressResource.CoreAddressResourceEntry - Class in org.jboss.as.messaging
 
CoreAddressResourceEntry(String, ManagementService) - Constructor for class org.jboss.as.messaging.CoreAddressResource.CoreAddressResourceEntry
 
couldNotCloseFile(String, Throwable) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
couldNotParseDeployment(String, Throwable) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
COUNT_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
countMessages(String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
create(AttributeDefinition, String, boolean) - Static method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
create(AttributeDefinition, String, boolean, boolean) - Static method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
CREATE_BINDINGS_DIR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
CREATE_JOURNAL_DIR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
createAcceptorDefinition(boolean) - Static method in class org.jboss.as.messaging.GenericTransportDefinition
 
createAcceptorDefinition(boolean) - Static method in class org.jboss.as.messaging.InVMTransportDefinition
 
createAcceptorDefinition(boolean) - Static method in class org.jboss.as.messaging.RemoteTransportDefinition
 
createConnectionFactory(XMLExtendedStreamReader, ModelNode, boolean) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
createConnectorDefinition(boolean) - Static method in class org.jboss.as.messaging.GenericTransportDefinition
 
createConnectorDefinition(boolean) - Static method in class org.jboss.as.messaging.InVMTransportDefinition
 
createConnectorDefinition(boolean) - Static method in class org.jboss.as.messaging.RemoteTransportDefinition
 
createNonEmptyStringAttribute(String) - Static method in class org.jboss.as.messaging.OperationDefinitionHelper
 
CURRENT - Static variable in enum org.jboss.as.messaging.Namespace
The current namespace version.

D

DEAD_LETTER_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DEAD_LETTER_ADDRESS - Static variable in class org.jboss.as.messaging.QueueDefinition
 
DEFAULT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DefaultJMSConnectionFactoryBindingProcessor - Class in org.jboss.as.messaging.deployment
Processor responsible for binding the default jms connection factory to the naming context of EE modules/components.
DefaultJMSConnectionFactoryBindingProcessor() - Constructor for class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryBindingProcessor
 
DefaultJMSConnectionFactoryResourceReferenceProcessor - Class in org.jboss.as.messaging.deployment
Processor responsible for adding an EEResourceReferenceProcessor, which defaults @resource ConnectionFactory injection to the default JMS Connection Factory.
DefaultJMSConnectionFactoryResourceReferenceProcessor() - Constructor for class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryResourceReferenceProcessor
 
DELIVERING_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.messaging.deployment.CDIDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryBindingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryResourceReferenceProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.messaging.deployment.MessagingDependencyProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.messaging.deployment.MessagingXmlInstallDeploymentUnitProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.messaging.deployment.MessagingXmlParsingDeploymentUnitProcessor
 
DEPRECATED_SINCE - Static variable in class org.jboss.as.messaging.MessagingExtension
 
deprecatedAttribute(String, PathAddress) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the management attribute with the given name is deprecated and will not be used anymore.
DeprecatedAttributeWriteHandler - Class in org.jboss.as.messaging
 
deprecatedXMLAttribute(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the XML attribute with the given name is deprecated and will not be used anymore.
deprecatedXMLElement(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the XML element with the given name is deprecated and will not be used anymore.
deprecatedXMLElement(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the XML element with the given name is deprecated and instead a different attribute will be used.
DESTINATION - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DESTINATION_ENTRIES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DISCOVERY_GROUP - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DISCOVERY_GROUP_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
DISCOVERY_GROUP_NAME - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
DISCOVERY_GROUP_NAME - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
DISCOVERY_GROUP_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DISCOVERY_GROUP_NAME - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
DISCOVERY_GROUP_REF - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DISCOVERY_GROUPS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DISCOVERY_INITIAL_WAIT_TIMEOUT - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
DISCOVERY_INITIAL_WAIT_TIMEOUT - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
DISCOVERY_LOCAL_BIND_ADDRESS - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
DiscoveryGroupAdd - Class in org.jboss.as.messaging
Handler for adding a discovery group.
DiscoveryGroupDefinition - Class in org.jboss.as.messaging
Discovery group resource definition
DiscoveryGroupDefinition(boolean) - Constructor for class org.jboss.as.messaging.DiscoveryGroupDefinition
 
DiscoveryGroupRemove - Class in org.jboss.as.messaging
Removes a discovery group.
DiscoveryGroupWriteAttributeHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update a discovery group resource.
DIVERT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DivertAdd - Class in org.jboss.as.messaging
Handler for adding a divert.
DivertConfigurationWriteHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update a divert resource.
DivertDefinition - Class in org.jboss.as.messaging
Divert resource definition
DivertDefinition(boolean) - Constructor for class org.jboss.as.messaging.DivertDefinition
 
DivertRemove - Class in org.jboss.as.messaging
Removes a divert.
DIVERTS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
duplicateElements(String, ModelNode) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
DUPS_OK_BATCH_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
DURABLE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DURABLE_MESSAGE_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
DURABLE_SUBSCRIPTION_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 

E

Element - Enum in org.jboss.as.messaging
 
ENTRIES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ENTRIES - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
ENTRY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
equals(Object) - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionInjectionSource
 
equals(Object) - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionInjectionSource
 
errorStoppingJmsServer(Throwable) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an error message indicating an exception occurred while stopping the JMS server.
EXCLUSIVE - Static variable in class org.jboss.as.messaging.DivertDefinition
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.AlternativeAttributeCheckHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.BridgeWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.BroadcastGroupWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.DiscoveryGroupWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.AbstractUpdateJndiHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.bridge.JMSBridgeWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryWriteAttributeHandler
 
execute(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryWriteAttributeHandler
 
executeReadAttribute(String, OperationContext, T, PathAddress, boolean) - Method in class org.jboss.as.messaging.jms.AbstractJMSRuntimeHandler
 
executeReadAttribute(String, OperationContext, ModelNode, PathAddress, boolean) - Method in class org.jboss.as.messaging.jms.JMSQueueConfigurationRuntimeHandler
 
executeReadAttribute(String, OperationContext, ModelNode, PathAddress, boolean) - Method in class org.jboss.as.messaging.jms.JMSTopicConfigurationRuntimeHandler
 
executeReadAttribute(String, OperationContext, ModelNode, PathAddress, boolean) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryConfigurationRuntimeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.AddressSettingsResolveHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.HornetQServerControlHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.AbstractJMSRuntimeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.bridge.JMSBridgeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryReadAttributeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSQueueReadAttributeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSTopicControlHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSTopicReadAttributeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.QueueControlHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.QueueReadAttributeHandler
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.SecurityRoleReadAttributeHandler
 
EXPIRE_MESSAGE - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
EXPIRE_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
expireMessage(ModelNode) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
expireMessages(String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
EXPIRY_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
EXPIRY_ADDRESS - Static variable in class org.jboss.as.messaging.QueueDefinition
 
EXPIRY_DELAY - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 

F

FACTORY_CLASS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
FACTORY_TYPE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Regular
 
FAILBACK_DELAY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
failedToCreate(Throwable, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create an exception indicating that a messaging resource has failed to be created
failedToDestroy(Throwable, String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the connection factory was not destroyed.
failedToDestroy(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the connection factory was not destroyed.
failedToFindBroadcastSocketBinding(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a failure to find the SocketBinding for the broadcast binding.
failedToFindConnectorSocketBinding(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a failure to find the SocketBinding for the connector.
failedToFindDiscoverySocketBinding(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a failure to find the SocketBinding for the discovery binding.
failedToRecover(Throwable, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create an exception indicating that a messaging resource has failed to be recovered
failedToShutdownServer(Throwable, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a server failed to shutdown.
failedToStartService(Throwable) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the service failed to start.
failedToUnbindJndiName(String, long, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warning message indicating the messaging object bound to the JNDI name represented by the {@code jndiName) has not be unbound in a timely fashion.
FAILOVER_ON_INITIAL_CONNECTION - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
FAILOVER_ON_SERVER_SHUTDOWN - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
FAILOVER_ON_SERVER_SHUTDOWN - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
FAILOVER_ON_SHUTDOWN - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
FAILURE_RETRY_INTERVAL - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
FILE_DEPLOYMENT_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
FILTER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
finishModelStage(OperationContext, ModelNode, String, ModelNode, ModelNode, Resource) - Method in class org.jboss.as.messaging.BroadcastGroupWriteAttributeHandler
 
FORCE_FAILOVER - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
forName(String) - Static method in enum org.jboss.as.messaging.Attribute
 
forName(String) - Static method in enum org.jboss.as.messaging.Element
 
forUri(String) - Static method in enum org.jboss.as.messaging.deployment.Namespace
 
forUri(String) - Static method in enum org.jboss.as.messaging.Namespace
 
FORWARD_WHEN_NO_CONSUMERS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
FORWARDING_ADDRESS - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
FORWARDING_ADDRESS - Static variable in class org.jboss.as.messaging.DivertDefinition
 

G

GenericTransportDefinition - Class in org.jboss.as.messaging
Generic transport resource definition
GET_ADDRESS_SETTINGS_AS_JSON - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
GET_CONNECTOR_PAIRS_AS_JSON - Static variable in class org.jboss.as.messaging.BroadcastGroupDefinition
 
GET_CONNECTORS_AS_JSON - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
GET_LAST_SENT_MESSAGE_ID - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
GET_NODES - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
GET_ROLES - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
GET_ROLES_AS_JSON - Static variable in class org.jboss.as.messaging.CoreAddressDefinition
Deprecated.
GET_ROLES_AS_JSON - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
Deprecated.
GET_SESSION_CREATION_TIME - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
GET_STATIC_CONNECTORS_AS_JSON - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
Deprecated.
getAccessConstraints() - Method in class org.jboss.as.messaging.jms.JMSQueueDefinition
 
getAccessConstraints() - Method in class org.jboss.as.messaging.jms.JMSTopicDefinition
 
getAccessConstraints() - Method in class org.jboss.as.messaging.QueueDefinition
 
getAccessConstraints() - Method in class org.jboss.as.messaging.SecuritySettingDefinition
 
getAllowedKeys() - Method in class org.jboss.as.messaging.AbstractTransportDefinition
If the keys are not known at compile time (e.g.
getAllowedKeys() - Method in class org.jboss.as.messaging.GenericTransportDefinition
 
getAllowedKeys() - Method in class org.jboss.as.messaging.HTTPConnectorDefinition
 
getAllowedKeys() - Method in class org.jboss.as.messaging.InVMTransportDefinition
 
getAllowedKeys() - Method in class org.jboss.as.messaging.RemoteTransportDefinition
 
getAnnotationCollectionDotName() - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionAnnotationProcessor
 
getAnnotationCollectionDotName() - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionAnnotationProcessor
 
getAnnotationDotName() - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionAnnotationProcessor
 
getAnnotationDotName() - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionAnnotationProcessor
 
getAttributes() - Static method in class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
getChild(PathElement) - Method in class org.jboss.as.messaging.CoreAddressResource
 
getChild(PathElement) - Method in class org.jboss.as.messaging.HornetQServerResource
 
getChild(PathElement) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
getChildren(String) - Method in class org.jboss.as.messaging.CoreAddressResource
 
getChildren(String) - Method in class org.jboss.as.messaging.HornetQServerResource
 
getChildren(String) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
getChildrenNames(String) - Method in class org.jboss.as.messaging.CoreAddressResource
 
getChildrenNames(String) - Method in class org.jboss.as.messaging.HornetQServerResource
 
getChildrenNames(String) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
getChildTypes() - Method in class org.jboss.as.messaging.CoreAddressResource
 
getChildTypes() - Method in class org.jboss.as.messaging.HornetQServerResource
 
getChildTypes() - Method in class org.jboss.as.messaging.SecurityRoleResource
 
getClassType() - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
getConnectionFactoryBaseServiceName(ServiceName) - Static method in class org.jboss.as.messaging.jms.JMSServices
 
getContext() - Method in class org.jboss.as.messaging.jms.AS7BindingRegistry
 
getDefinition() - Method in enum org.jboss.as.messaging.Attribute
 
getDefinition() - Method in enum org.jboss.as.messaging.Element
 
getDefinition(String) - Method in enum org.jboss.as.messaging.Element
 
getDefinition() - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
getDefinitions(ConnectionFactoryAttribute...) - Static method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
getDelegate() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
getDescriptionPrefix() - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
 
getDescriptionPrefix() - Method in class org.jboss.as.messaging.AcceptorControlHandler
 
getDescriptionPrefix() - Method in class org.jboss.as.messaging.BridgeControlHandler
 
getDescriptionPrefix() - Method in class org.jboss.as.messaging.BroadcastGroupControlHandler
 
getDescriptionPrefix() - Method in class org.jboss.as.messaging.ClusterConnectionControlHandler
 
getDescriptionProvider(ImmutableManagementResourceRegistration) - Method in class org.jboss.as.messaging.HornetQServerResourceDefinition

The resource description has a small tweak from the standard

getHornetQActivationServiceName(ServiceName) - Static method in class org.jboss.as.messaging.HornetQActivationService
 
getHornetQComponentControl(HornetQServer, PathAddress) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
Gets the HornetQComponentControl implementation used by this handler.
getHornetQComponentControl(OperationContext, ModelNode, boolean) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
Gets the runtime HornetQ control object that can help service this request.
getHornetQComponentControl(HornetQServer, PathAddress) - Method in class org.jboss.as.messaging.AcceptorControlHandler
 
getHornetQComponentControl(HornetQServer, PathAddress) - Method in class org.jboss.as.messaging.BridgeControlHandler
 
getHornetQComponentControl(HornetQServer, PathAddress) - Method in class org.jboss.as.messaging.BroadcastGroupControlHandler
 
getHornetQComponentControl(HornetQServer, PathAddress) - Method in class org.jboss.as.messaging.ClusterConnectionControlHandler
 
getHornetQServerPathAddress(PathAddress) - Static method in class org.jboss.as.messaging.MessagingServices
 
getHornetQServerServiceController() - Method in class org.jboss.as.messaging.HornetQServerResource
 
getHornetQService() - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
getHornetQServiceName(PathAddress) - Static method in class org.jboss.as.messaging.MessagingServices
 
getHornetQServiceName(String) - Static method in class org.jboss.as.messaging.MessagingServices
 
getInstance() - Static method in class org.jboss.as.messaging.Messaging12SubsystemParser
 
getInstance() - Static method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
getInstance() - Static method in class org.jboss.as.messaging.Messaging14SubsystemParser
 
getInstance() - Static method in class org.jboss.as.messaging.Messaging20SubsystemParser
 
getInstance() - Static method in class org.jboss.as.messaging.Messaging30SubsystemParser
 
getInstance() - Static method in class org.jboss.as.messaging.MessagingSubsystemParser
 
getJMSBridgeServiceName(String) - Static method in class org.jboss.as.messaging.MessagingServices
 
getJMSContext(InjectionPoint) - Method in class org.jboss.as.messaging.deployment.JMSContextProducer
CDI Producer method for injected JMSContext.
getJmsManagerBaseServiceName(ServiceName) - Static method in class org.jboss.as.messaging.jms.JMSServices
 
getJmsQueueBaseServiceName(ServiceName) - Static method in class org.jboss.as.messaging.jms.JMSServices
 
getJmsTopicBaseServiceName(ServiceName) - Static method in class org.jboss.as.messaging.jms.JMSServices
 
getJndiBindings(ModelNode) - Static method in class org.jboss.as.messaging.jms.JMSServices
 
getLocalName() - Method in enum org.jboss.as.messaging.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.jboss.as.messaging.Element
Get the local name of this element.
getMessageIDAttributeDefinition() - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
getMessageIDAttributeDefinition() - Method in class org.jboss.as.messaging.jms.JMSQueueControlHandler
 
getMessageIDAttributeDefinition() - Method in class org.jboss.as.messaging.QueueControlHandler
 
getModel() - Method in class org.jboss.as.messaging.CoreAddressResource
 
getModel() - Method in class org.jboss.as.messaging.HornetQServerResource
 
getModel() - Method in class org.jboss.as.messaging.SecurityRoleResource
 
getName() - Method in class org.jboss.as.messaging.CoreAddressResource.CoreAddressResourceEntry
 
getName() - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryConfigProperties
 
getName() - Method in class org.jboss.as.messaging.SecurityRoleResource.SecurityRoleResourceEntry
 
getObjectTypeAttributeDefinition() - Static method in class org.jboss.as.messaging.SecurityRoleDefinition
 
getPassword() - Static method in class org.jboss.as.messaging.HornetQDefaultCredentials
 
getPathElement() - Method in class org.jboss.as.messaging.CoreAddressResource.CoreAddressResourceEntry
 
getPathElement() - Method in class org.jboss.as.messaging.SecurityRoleResource.SecurityRoleResourceEntry
 
getPooledConnectionFactoryBaseServiceName(ServiceName) - Static method in class org.jboss.as.messaging.jms.JMSServices
 
getPropertyName() - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
getQName() - Method in enum org.jboss.as.messaging.Namespace
 
getQueueBaseServiceName(ServiceName) - Static method in class org.jboss.as.messaging.MessagingServices
 
getQueueControl(HornetQServer, String) - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
getQueueControl(HornetQServer, String) - Method in class org.jboss.as.messaging.jms.JMSQueueControlHandler
 
getQueueControl(HornetQServer, String) - Method in class org.jboss.as.messaging.QueueControlHandler
 
getReplyMapConsumerMessageParameterDefinition() - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
getReplyMessageParameterDefinitions() - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
getReplyMessageParameterDefinitions() - Method in class org.jboss.as.messaging.jms.JMSQueueControlHandler
 
getReplyMessageParameterDefinitions() - Method in class org.jboss.as.messaging.QueueControlHandler
 
getResourceDescriptionResolver(String...) - Static method in class org.jboss.as.messaging.MessagingExtension
 
getResourceDescriptionResolver(boolean, String...) - Static method in class org.jboss.as.messaging.MessagingExtension
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionInjectionSource
 
getTMRegistry() - Method in class org.jboss.as.messaging.jms.AS7RecoveryRegistry
 
getTransactionManager() - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
getTransactionManager() - Static method in class org.jboss.as.messaging.jms.TransactionManagerLocator
 
getType() - Method in enum org.jboss.as.messaging.jms.ConnectionFactoryType
 
getType() - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryConfigProperties
 
getUriString() - Method in enum org.jboss.as.messaging.deployment.Namespace
Get the URI of this namespace.
getUriString() - Method in enum org.jboss.as.messaging.Namespace
Get the URI of this namespace.
getUsername() - Static method in class org.jboss.as.messaging.HornetQDefaultCredentials
 
getValue() - Method in class org.jboss.as.messaging.HornetQActivationService
 
getValue() - Method in class org.jboss.as.messaging.HTTPUpgradeService
 
getValue() - Method in class org.jboss.as.messaging.jms.JMSQueueService
 
getValue() - Method in class org.jboss.as.messaging.jms.JMSService
 
getValue() - Method in class org.jboss.as.messaging.jms.JMSTopicService
 
getValue() - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryConfigProperties
 
getValue() - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
GROUP_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
Deprecated.
GROUP_ADDRESS - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
GROUP_ID - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
GROUP_PORT - Static variable in interface org.jboss.as.messaging.CommonAttributes
Deprecated.
GROUP_PORT - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
GROUP_TIMEOUT - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
GROUPING_HANDLER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
GROUPING_HANDLER_ADDRESS - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
GroupingHandlerAdd - Class in org.jboss.as.messaging
Handler for adding a grouping handler.
GroupingHandlerDefinition - Class in org.jboss.as.messaging
Grouping handler resource definition
GroupingHandlerDefinition(boolean) - Constructor for class org.jboss.as.messaging.GroupingHandlerDefinition
 
GroupingHandlerRemove - Class in org.jboss.as.messaging
Removes the grouping handler.
GroupingHandlerWriteAttributeHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update a broadcast group resource.

H

HA - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
handleAdditionalOperation(String, ModelNode, OperationContext, T) - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
handleAdditionalOperation(String, ModelNode, OperationContext, JMSQueueControl) - Method in class org.jboss.as.messaging.jms.JMSQueueControlHandler
 
handleAdditionalOperation(String, ModelNode, OperationContext, QueueControl) - Method in class org.jboss.as.messaging.QueueControlHandler
 
handleComplexConfigurationAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
handleComplexConfigurationAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleOperation(String, OperationContext, ModelNode) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
Hook to allow subclasses to handle operations other than read-attribute, start and stop.
handleOperation(String, OperationContext, ModelNode) - Method in class org.jboss.as.messaging.BroadcastGroupControlHandler
 
handleOperation(String, OperationContext, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionControlHandler
 
handleReadAttribute(String, OperationContext, ModelNode) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
Hook to allow subclasses to handle read-attribute requests for attributes other than CommonAttributes.STARTED.
handleReadAttribute(String, OperationContext, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionControlHandler
 
handleRevertOperation(String, OperationContext, ModelNode, Object) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
handleUnknownAddressSetting(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging14SubsystemParser
 
handleUnknownAddressSetting(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging20SubsystemParser
 
handleUnknownAddressSetting(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging30SubsystemParser
 
handleUnknownAddressSetting(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleUnknownBridgeAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging12SubsystemParser
 
handleUnknownBridgeAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging20SubsystemParser
 
handleUnknownBroadcastGroupAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
handleUnknownBroadcastGroupAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleUnknownClusterConnectionAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging12SubsystemParser
 
handleUnknownClusterConnectionAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
handleUnknownClusterConnectionAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging20SubsystemParser
 
handleUnknownClusterConnectionAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleUnknownConfigurationAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
handleUnknownConfigurationAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging14SubsystemParser
 
handleUnknownConfigurationAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleUnknownConnectionFactoryAttribute(XMLExtendedStreamReader, Element, ModelNode, boolean) - Method in class org.jboss.as.messaging.Messaging12SubsystemParser
 
handleUnknownConnectionFactoryAttribute(XMLExtendedStreamReader, Element, ModelNode, boolean) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
handleUnknownConnectionFactoryAttribute(XMLExtendedStreamReader, Element, ModelNode, boolean) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleUnknownDiscoveryGroupAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
handleUnknownDiscoveryGroupAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
handleUnknownGroupingHandlerAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.Messaging14SubsystemParser
 
handleUnknownGroupingHandlerAttribute(XMLExtendedStreamReader, Element, ModelNode) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
hasChild(PathElement) - Method in class org.jboss.as.messaging.CoreAddressResource
 
hasChild(PathElement) - Method in class org.jboss.as.messaging.HornetQServerResource
 
hasChild(PathElement) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
hasChildren(String) - Method in class org.jboss.as.messaging.CoreAddressResource
 
hasChildren(String) - Method in class org.jboss.as.messaging.HornetQServerResource
 
hasChildren(String) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
hashCode() - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionInjectionSource
 
hashCode() - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionInjectionSource
 
HORNETQ_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HORNETQ_SERVER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HORNETQ_SERVER_PATH - Static variable in class org.jboss.as.messaging.HornetQServerResourceDefinition
 
HornetQActivationService - Class in org.jboss.as.messaging
A service that can be dependent on to ensure the HornetQ server is active.
HornetQActivationService() - Constructor for class org.jboss.as.messaging.HornetQActivationService
 
HornetQDefaultCredentials - Class in org.jboss.as.messaging
 
HornetQDefaultCredentials() - Constructor for class org.jboss.as.messaging.HornetQDefaultCredentials
 
HornetQSecurityManagerAS7 - Class in org.jboss.as.messaging
 
HornetQSecurityManagerAS7(SecurityDomainContext) - Constructor for class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
HornetQServerControlHandler - Class in org.jboss.as.messaging
Handles operations and attribute reads supported by a HornetQ HornetQServerControl.
HornetQServerControlWriteHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update HornetQServerControl.
hornetQServerNotInstalled(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the HornetQService for the server with the given name is either not installed or not started.
HornetQServerResource - Class in org.jboss.as.messaging
Resource representing a HornetQ server.
HornetQServerResource() - Constructor for class org.jboss.as.messaging.HornetQServerResource
 
HornetQServerResource(Resource) - Constructor for class org.jboss.as.messaging.HornetQServerResource
 
HornetQServerResourceDefinition - Class in org.jboss.as.messaging
ResourceDefinition for the messaging subsystem HornetQServer resource.
HOST - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HQ_SERVER - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
hqServerInBackupMode(PathAddress) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
hqServerManagementServiceResourceNotFound(PathAddress) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an error message indicating the given address does not match any known resource.
HTTP - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HTTP_ACCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HTTP_CONNECTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HTTP_LISTENER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
HTTP_UPGRADE_REGISTRY - Static variable in class org.jboss.as.messaging.HTTPUpgradeService
 
HTTPAcceptorAdd - Class in org.jboss.as.messaging
The add operation for the messaging subsystem's http-acceptor resource.
HTTPAcceptorDefinition - Class in org.jboss.as.messaging
HTTP acceptor resource definition
HTTPAcceptorRemove - Class in org.jboss.as.messaging
The remove operation for the messaging subsystem's http-acceptor resource.
HTTPAcceptorRemove() - Constructor for class org.jboss.as.messaging.HTTPAcceptorRemove
 
HTTPConnectorDefinition - Class in org.jboss.as.messaging
HTTP connector resource definition
HTTPConnectorDefinition(boolean) - Constructor for class org.jboss.as.messaging.HTTPConnectorDefinition
 
HTTPUpgradeService - Class in org.jboss.as.messaging
Service that handles HTTP upgrade for HornetQ remoting protocol.
HTTPUpgradeService(String, String, String) - Constructor for class org.jboss.as.messaging.HTTPUpgradeService
 

I

ID - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ID_CACHE_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ignoreOperationIfServerNotActive(OperationContext, ModelNode) - Static method in class org.jboss.as.messaging.HornetQActivationService
 
ignoringUnhandledElement(Element, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating an unhandled element is being ignored.
illegalElement(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating an illegal element, represented by the illegalElement parameter, cannot be used when the element, represented by the element parameter, is used.
illegalValue(Object, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating an illegal value, represented by the value parameter, for the element, represented by the element parameter.
illegalValue(Object, String, ModelType) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating an illegal value, represented by the value parameter, for the element, represented by the element parameter, as it could not be converted to the required type, represented by the expectedType parameter.
immutableResource() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating a resource is immutable.
IN_VM_ACCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
IN_VM_CONNECTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
INBOUND_CONFIG - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
inconsistentStatisticsSettings(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
InfiniteOrPositiveValidators - Interface in org.jboss.as.messaging.jms.bridge
Validates a given parameter is a legal value (-1 or > 0) where -1 means "forever"
INITIAL_CONNECT_ATTEMPTS - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
INITIAL_CONNECT_ATTEMPTS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
INITIAL_CONNECT_ATTEMPTS - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
INITIAL_MESSAGE_PACKET_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
INITIAL_MESSAGE_PACKET_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Regular
 
INITIAL_WAIT_TIMEOUT - Static variable in class org.jboss.as.messaging.DiscoveryGroupDefinition
 
initialize(ExtensionContext) - Method in class org.jboss.as.messaging.MessagingExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.messaging.MessagingExtension
 
installAliasBinderService(ServiceTarget, ContextNames.BindInfo, String) - Static method in class org.jboss.as.messaging.BinderServiceUtil
 
installBinderService(ServiceTarget, String, Object) - Static method in class org.jboss.as.messaging.BinderServiceUtil
Install a binder service to bind the obj using the binding name.
installBinderService(ServiceTarget, String, Service<?>) - Static method in class org.jboss.as.messaging.BinderServiceUtil
Install a binder service to bind the value of the service using the binding name.
installService(ServiceTarget, String, String, String) - Static method in class org.jboss.as.messaging.HTTPUpgradeService
 
installService(String, ServiceTarget, ServiceName, String, boolean, String[]) - Static method in class org.jboss.as.messaging.jms.JMSQueueService
 
installService(String, ServiceName, ServiceTarget, String[]) - Static method in class org.jboss.as.messaging.jms.JMSTopicService
 
installService(ServiceTarget, String, String, List<String>, String, String, List<PooledConnectionFactoryConfigProperties>, ContextNames.BindInfo, String, int, int, boolean) - Static method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
installService(ServiceTarget, String, String, List<String>, String, String, List<PooledConnectionFactoryConfigProperties>, List<String>, String, int, int) - Static method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
installServices(String, ServiceTarget, ServiceName, String, boolean, String[]) - Method in class org.jboss.as.messaging.jms.JMSQueueAdd
installServices(String, ServiceName, ServiceTarget, String[]) - Method in class org.jboss.as.messaging.jms.JMSTopicAdd
INSTANCE - Static variable in class org.jboss.as.messaging.AcceptorControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.BridgeAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.BridgeControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.BridgeRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.BridgeWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.BroadcastGroupAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.BroadcastGroupControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.BroadcastGroupRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.BroadcastGroupWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.ClusterConnectionAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.ClusterConnectionControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.ClusterConnectionRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.ClusterConnectionWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.DeprecatedAttributeWriteHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.DiscoveryGroupAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.DiscoveryGroupRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.DiscoveryGroupWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.DivertAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.DivertConfigurationWriteHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.DivertRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.GroupingHandlerAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.GroupingHandlerRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.GroupingHandlerWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.HornetQServerControlWriteHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.HTTPAcceptorAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryReadAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSQueueAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSQueueConfigurationRuntimeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSQueueConfigurationWriteHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSQueueControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSQueueReadAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSTopicAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSTopicConfigurationRuntimeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSTopicConfigurationWriteHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSTopicControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSTopicReadAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.JMSTopicRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryConfigurationRuntimeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryRemove
 
INSTANCE - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryWriteAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.MessagingSubsystemRootResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.messaging.QueueAdd
 
INSTANCE - Static variable in class org.jboss.as.messaging.QueueConfigurationWriteHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.QueueControlHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.QueueReadAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.SecurityRoleReadAttributeHandler
 
INSTANCE - Static variable in class org.jboss.as.messaging.SecurityRoleResource
 
INT_INSTANCE - Static variable in interface org.jboss.as.messaging.jms.bridge.InfiniteOrPositiveValidators
 
INTERCEPTOR_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
invalid(Object) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the object, represented by the obj parameter, is invalid.
invalidAttributeType(String, ModelType) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the attribute, represented by the name parameter, has an unexpected type, represented by the type parameter.
invalidOperationParameters(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the operation must include the parameter represented by paramName1 or the parameter represented by the paramName2 parameter.
invalidParameterName(String, Set<String>) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
invalidParameterValue(Object, String, Collection<?>) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the value, represented by the value parameter, is invalid for the parameter, represented by the name parameter.
invalidServiceState(ServiceName, ServiceController.State, ServiceController.State) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the service, represented by the service parameter, is in an invalid state.
InVMTransportDefinition - Class in org.jboss.as.messaging
remote acceptor resource definition
isAcceptor - Variable in class org.jboss.as.messaging.AbstractTransportDefinition
 
isHornetQServerActive(OperationContext, ModelNode) - Static method in class org.jboss.as.messaging.HornetQActivationService
 
isHornetQServerActive(ServiceRegistry, ServiceName) - Static method in class org.jboss.as.messaging.HornetQActivationService
 
isInboundConfig() - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
 
isModelDefined() - Method in class org.jboss.as.messaging.CoreAddressResource
 
isModelDefined() - Method in class org.jboss.as.messaging.HornetQServerResource
 
isModelDefined() - Method in class org.jboss.as.messaging.SecurityRoleResource
 
isProxy() - Method in class org.jboss.as.messaging.CoreAddressResource
 
isProxy() - Method in class org.jboss.as.messaging.HornetQServerResource
 
isProxy() - Method in class org.jboss.as.messaging.SecurityRoleResource
 
isResourceAdapterProperty() - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAttribute
Gets the value of the property resourceAdapterProperty.
isRuntime() - Method in class org.jboss.as.messaging.CoreAddressResource
 
isRuntime() - Method in class org.jboss.as.messaging.HornetQServerResource
 
isRuntime() - Method in class org.jboss.as.messaging.SecurityRoleResource
 
isStarted() - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 

J

JGROUPS_CHANNEL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JGROUPS_CHANNEL_LOCATOR_CLASS - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
JGROUPS_CHANNEL_NAME - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
JGROUPS_CHANNEL_REF_NAME - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
JGROUPS_STACK - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JGroupsChannelLocator - Class in org.jboss.as.messaging
 
JGroupsChannelLocator() - Constructor for class org.jboss.as.messaging.JGroupsChannelLocator
 
JMS_API - Static variable in class org.jboss.as.messaging.deployment.MessagingDependencyProcessor
 
JMS_BRIDGE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JMS_BRIDGE_ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
JMS_CONNECTION_FACTORIES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JMS_DESTINATIONS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JMS_MESSAGE_PARAMETERS - Static variable in class org.jboss.as.messaging.jms.JMSManagementHelper
 
JMS_POOLED_CF_BASE - Static variable in class org.jboss.as.messaging.jms.JMSServices
 
JMS_QUEUE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JMS_SOURCE_ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
JMS_TARGET_ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
JMS_TOPIC - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JMSBridgeAdd - Class in org.jboss.as.messaging.jms.bridge
JMS Bridge add update.
JMSBridgeDefinition - Class in org.jboss.as.messaging.jms.bridge
 
JMSBridgeDefinition() - Constructor for class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
JMSBridgeHandler - Class in org.jboss.as.messaging.jms.bridge
 
JMSBridgeWriteAttributeHandler - Class in org.jboss.as.messaging.jms.bridge
Write attribute handler for attributes that update a JMS bridge resource.
JMSCDIExtension - Class in org.jboss.as.messaging.deployment
CDI extension to provide injection of JMSContext resources.
JMSCDIExtension(PropertyReplacer) - Constructor for class org.jboss.as.messaging.deployment.JMSCDIExtension
 
JMSConnectionFactoryDefinitionAnnotationProcessor - Class in org.jboss.as.messaging.deployment
JMSConnectionFactoryDefinition(s) resource config annotation processor.
JMSConnectionFactoryDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionAnnotationProcessor
 
JMSConnectionFactoryDefinitionDescriptorProcessor - Class in org.jboss.as.messaging.deployment
Process jms-connection-factory from deployment descriptor.
JMSConnectionFactoryDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionDescriptorProcessor
 
JMSConnectionFactoryDefinitionInjectionSource - Class in org.jboss.as.messaging.deployment
 
JMSConnectionFactoryDefinitionInjectionSource(String) - Constructor for class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionInjectionSource
 
JMSContextProducer - Class in org.jboss.as.messaging.deployment
Producer factory for JMSContext resources.
JMSContextProducer() - Constructor for class org.jboss.as.messaging.deployment.JMSContextProducer
 
JMSDestinationDefinitionAnnotationProcessor - Class in org.jboss.as.messaging.deployment
JMSDestinationDefinition(s) resource config annotation processor.
JMSDestinationDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.messaging.deployment.JMSDestinationDefinitionAnnotationProcessor
 
JMSDestinationDefinitionDescriptorProcessor - Class in org.jboss.as.messaging.deployment
Process jms-destination from deployment descriptor.
JMSDestinationDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.messaging.deployment.JMSDestinationDefinitionDescriptorProcessor
 
JMSDestinationDefinitionInjectionSource - Class in org.jboss.as.messaging.deployment
A binding description for JMS Destination definitions.
JMSDestinationDefinitionInjectionSource(String, String) - Constructor for class org.jboss.as.messaging.deployment.JMSDestinationDefinitionInjectionSource
 
JMSManagementHelper - Class in org.jboss.as.messaging.jms
 
JMSManagementHelper() - Constructor for class org.jboss.as.messaging.jms.JMSManagementHelper
 
JMSQueueAdd - Class in org.jboss.as.messaging.jms
Update handler adding a queue to the JMS subsystem.
JMSQueueConfigurationRuntimeHandler - Class in org.jboss.as.messaging.jms
Read handler for XML deployed JMS queues
JMSQueueConfigurationWriteHandler - Class in org.jboss.as.messaging.jms
Write attribute handler for attributes that update the persistent configuration of a JMS queue resource.
JMSQueueControlHandler - Class in org.jboss.as.messaging.jms
Handler for runtime operations that invoke on a HornetQ JMSQueueControl.
JMSQueueDefinition - Class in org.jboss.as.messaging.jms
JMS Queue resource definition
JMSQueueDefinition(boolean) - Constructor for class org.jboss.as.messaging.jms.JMSQueueDefinition
 
JMSQueueReadAttributeHandler - Class in org.jboss.as.messaging.jms
Implements the read-attribute operation for runtime attributes exposed by a HornetQ JMSQueueControl.
JMSQueueRemove - Class in org.jboss.as.messaging.jms
Update handler removing a queue from the JMS subsystem.
JMSQueueService - Class in org.jboss.as.messaging.jms
Service responsible for creating and destroying a javax.jms.Queue.
JMSQueueService(String, String, boolean, String[]) - Constructor for class org.jboss.as.messaging.jms.JMSQueueService
 
JMSQueueUpdateJndiHandler - Class in org.jboss.as.messaging.jms
Handler for "add-jndi" and "remove-jndi" operations on a JMS queue resource.
JMSServerControlHandler - Class in org.jboss.as.messaging.jms
Handles operations and attribute reads supported by a HornetQ JMSServerControl.
JMSService - Class in org.jboss.as.messaging.jms
The JMSServerManager service.
JMSService(ServiceName, boolean) - Constructor for class org.jboss.as.messaging.jms.JMSService
 
JMSServices - Class in org.jboss.as.messaging.jms
 
JMSServices() - Constructor for class org.jboss.as.messaging.jms.JMSServices
 
JMSTopicAdd - Class in org.jboss.as.messaging.jms
Update handler adding a topic to the JMS subsystem.
JMSTopicConfigurationRuntimeHandler - Class in org.jboss.as.messaging.jms
Read handler for XML deployed JMS queues
JMSTopicConfigurationWriteHandler - Class in org.jboss.as.messaging.jms
Write attribute handler for attributes that update the persistent configuration of a JMS topic resource.
JMSTopicControlHandler - Class in org.jboss.as.messaging.jms
Handler for runtime operations that invoke on a HornetQ TopicControl.
JMSTopicDefinition - Class in org.jboss.as.messaging.jms
JMS Topic resource definition
JMSTopicDefinition(boolean) - Constructor for class org.jboss.as.messaging.jms.JMSTopicDefinition
 
JMSTopicReadAttributeHandler - Class in org.jboss.as.messaging.jms
Implements the read-attribute operation for runtime attributes exposed by a HornetQ TopicControl.
JMSTopicRemove - Class in org.jboss.as.messaging.jms
Update handler removing a topic from the JMS subsystem.
JMSTopicService - Class in org.jboss.as.messaging.jms
Service responsible for creating and destroying a javax.jms.Topic.
JMSTopicService(String, String[]) - Constructor for class org.jboss.as.messaging.jms.JMSTopicService
 
JMSTopicUpdateJndiHandler - Class in org.jboss.as.messaging.jms
Handler for "add-jndi" and "remove-jndi" operations on a JMS topic resource.
JMX_DOMAIN - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JMX_MANAGEMENT_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JNDI_BINDING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JNDI_CONTEXT_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
JNDI_PARAMS - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
JNDI_RESOURCE_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
JndiEntriesAttributeMarshaller(boolean) - Constructor for class org.jboss.as.messaging.AttributeMarshallers.JndiEntriesAttributeMarshaller
 
jndiNameAlreadyRegistered(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the JNDI name has already been registered.
JOURNAL_BUFFER_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_BUFFER_TIMEOUT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_COMPACT_MIN_FILES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_COMPACT_PERCENTAGE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_DIRECTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_FILE_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_MAX_IO - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_MIN_FILES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_SYNC_NON_TRANSACTIONAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_SYNC_TRANSACTIONAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
JOURNAL_TYPE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 

K

KEY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 

L

LARGE_MESSAGES_DIRECTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
LAST_VALUE_QUEUE - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
LAST_VALUE_QUEUE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
LIST_ALL_CONSUMERS_AS_JSON - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
LIST_CONNECTION_IDS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_CONNECTIONS_AS_JSON - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
LIST_CONSUMERS - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_CONSUMERS_AS_JSON - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_CONSUMERS_AS_JSON - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
LIST_DELIVERING_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_DELIVERING_MESSAGES - Static variable in class org.jboss.as.messaging.QueueControlHandler
 
LIST_DELIVERING_MESSAGES_AS_JSON - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_DELIVERING_MESSAGES_AS_JSON - Static variable in class org.jboss.as.messaging.QueueControlHandler
 
LIST_HEURISTIC_COMMITTED_TRANSACTIONS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_HEURISTIC_ROLLED_BACK_TRANSACTIONS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_MESSAGE_COUNTER - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGE_COUNTER_AS_HTML - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGE_COUNTER_AS_JSON - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGE_COUNTER_HISTORY - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGE_COUNTER_HISTORY_AS_HTML - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGE_COUNTER_HISTORY_AS_JSON - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_MESSAGES_AS_JSON - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_PREPARED_TRANSACTION_DETAILS_AS_HTML - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_PREPARED_TRANSACTION_DETAILS_AS_JSON - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_PREPARED_TRANSACTION_JMS_DETAILS_AS_HTML - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
LIST_PREPARED_TRANSACTION_JMS_DETAILS_AS_JSON - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
LIST_PREPARED_TRANSACTIONS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_PRODUCERS_INFO_AS_JSON - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_REMOTE_ADDRESSES - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_SCHEDULED_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_SCHEDULED_MESSAGES - Static variable in class org.jboss.as.messaging.QueueControlHandler
 
LIST_SCHEDULED_MESSAGES_AS_JSON - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
LIST_SCHEDULED_MESSAGES_AS_JSON - Static variable in class org.jboss.as.messaging.QueueControlHandler
 
LIST_SESSIONS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
LIST_SESSIONS_AS_JSON - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
LIST_TARGET_DESTINATIONS - Static variable in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
listConsumersAsJSON() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listDeliveringMessagesAsJSON() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listMessageCounter() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listMessageCounterAsHTML() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listMessageCounterHistory() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listMessageCounterHistoryAsHTML() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listMessagesAsJSON(String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
listScheduledMessagesAsJSON() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
LIVE_CONNECTOR_REF - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
LOCAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
LOCAL_BIND_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
Deprecated.
LOCAL_BIND_PORT - Static variable in interface org.jboss.as.messaging.CommonAttributes
Deprecated.
LOCAL_TX - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
locateChannel(String) - Method in class org.jboss.as.messaging.JGroupsChannelLocator
Callback used by HornetQ to locate a JChannel instance corresponding to the channel name passed through the HornetQ RA property channelRefName
LOG_JOURNAL_WRITE_RATE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
LONG_INSTANCE - Static variable in interface org.jboss.as.messaging.jms.bridge.InfiniteOrPositiveValidators
 
lookup(String) - Method in class org.jboss.as.messaging.jms.AS7BindingRegistry
 

M

MANAGE_XML_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MANAGEMENT_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MANAGEMENT_NOTIFICATION_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ManagementUtil - Class in org.jboss.as.messaging
Helper class to report management attributes or operation results
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.messaging.AttributeMarshallers.JndiEntriesAttributeMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.messaging.AttributeMarshallers.WrappedListAttributeMarshaller
 
MATCH - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MAX_BATCH_SIZE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
MAX_BATCH_TIME - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
MAX_DELIVERY_ATTEMPTS - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
MAX_HOPS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
MAX_POOL_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
MAX_REDELIVERY_DELAY - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
MAX_RETRIES - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
MAX_RETRY_INTERVAL - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
MAX_RETRY_INTERVAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MAX_RETRY_INTERVAL - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
MAX_SAVED_REPLICATED_JOURNAL_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MAX_SIZE_BYTES - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
MEMORY_MEASURE_INTERVAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MEMORY_WARNING_THRESHOLD - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_COUNTER_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_COUNTER_HISTORY_DAY_LIMIT - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
MESSAGE_COUNTER_MAX_DAY_HISTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_COUNTER_SAMPLE_PERIOD - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_EXPIRY_SCAN_PERIOD - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_EXPIRY_THREAD_PRIORITY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGE_ID - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGES_ADDED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
Messaging12SubsystemParser - Class in org.jboss.as.messaging
 
Messaging12SubsystemParser() - Constructor for class org.jboss.as.messaging.Messaging12SubsystemParser
 
Messaging13SubsystemParser - Class in org.jboss.as.messaging
Messaging subsystem 1.3 XML parser.
Messaging13SubsystemParser() - Constructor for class org.jboss.as.messaging.Messaging13SubsystemParser
 
Messaging14SubsystemParser - Class in org.jboss.as.messaging
Messaging subsystem 1.4 XML parser.
Messaging14SubsystemParser() - Constructor for class org.jboss.as.messaging.Messaging14SubsystemParser
 
Messaging20SubsystemParser - Class in org.jboss.as.messaging
Messaging subsystem 2.0 XML parser.
Messaging20SubsystemParser() - Constructor for class org.jboss.as.messaging.Messaging20SubsystemParser
 
Messaging30SubsystemParser - Class in org.jboss.as.messaging
Messaging subsystem 3.0 XML parser.
Messaging30SubsystemParser() - Constructor for class org.jboss.as.messaging.Messaging30SubsystemParser
 
MESSAGING_LOGGER - Static variable in interface org.jboss.as.messaging.logging.MessagingLogger
A logger with the category org.jboss.messaging.
MESSAGING_MANAGEMENT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGING_MANAGEMENT_DEF - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGING_SECURITY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MESSAGING_SECURITY_DEF - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MessagingAttachments - Class in org.jboss.as.messaging.deployment
 
MessagingAttachments() - Constructor for class org.jboss.as.messaging.deployment.MessagingAttachments
 
MessagingDependencyProcessor - Class in org.jboss.as.messaging.deployment
Processor that add module dependencies for JMS deployments.
MessagingDependencyProcessor() - Constructor for class org.jboss.as.messaging.deployment.MessagingDependencyProcessor
 
MessagingExtension - Class in org.jboss.as.messaging
Domain extension that integrates HornetQ.
MessagingExtension() - Constructor for class org.jboss.as.messaging.MessagingExtension
 
MessagingLogger - Interface in org.jboss.as.messaging.logging
Date: 10.06.2011
MessagingServices - Class in org.jboss.as.messaging
 
MessagingServices() - Constructor for class org.jboss.as.messaging.MessagingServices
 
MessagingSubsystemParser - Class in org.jboss.as.messaging
The messaging subsystem domain parser
MessagingSubsystemParser() - Constructor for class org.jboss.as.messaging.MessagingSubsystemParser
 
MessagingSubsystemRootResourceDefinition - Class in org.jboss.as.messaging
ResourceDefinition for the messaging subsystem root resource.
MessagingTransformers - Class in org.jboss.as.messaging
Resource transformations for the messaging subsystem.
MessagingTransformers() - Constructor for class org.jboss.as.messaging.MessagingTransformers
 
MessagingXmlInstallDeploymentUnitProcessor - Class in org.jboss.as.messaging.deployment
Processor that handles the installation of the messaging subsystems deployable XML
MessagingXmlInstallDeploymentUnitProcessor() - Constructor for class org.jboss.as.messaging.deployment.MessagingXmlInstallDeploymentUnitProcessor
 
MessagingXmlParsingDeploymentUnitProcessor - Class in org.jboss.as.messaging.deployment
Processor that handles the messaging subsystems deployable XML
MessagingXmlParsingDeploymentUnitProcessor() - Constructor for class org.jboss.as.messaging.deployment.MessagingXmlParsingDeploymentUnitProcessor
 
MessagingXMLWriter - Class in org.jboss.as.messaging
 
MIN_LARGE_MESSAGE_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MIN_LARGE_MESSAGE_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
MIN_POOL_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
MODE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
MODULE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
MODULE_DEFAULT_JMS_CONNECTION_FACTORY - Static variable in class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryBindingProcessor
 
MOVE_MESSAGE - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
MOVE_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
moveMessage(ModelNode, String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
moveMessage(ModelNode, String, boolean) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
moveMessages(String, String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
moveMessages(String, String, boolean) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
multipleChildrenFound(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating multiple children, represented by the element parameter, were found, but not allowed.

N

NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
Namespace - Enum in org.jboss.as.messaging.deployment
An enumeration of the supported Messaging deployment namespaces
Namespace - Enum in org.jboss.as.messaging
An enumeration of the supported Messaging subsystem namespaces.
navigate(PathAddress) - Method in class org.jboss.as.messaging.CoreAddressResource
 
navigate(PathAddress) - Method in class org.jboss.as.messaging.HornetQServerResource
 
navigate(PathAddress) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
NETTY_ACCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
NETTY_CONNECTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
newDeployedJMSQueueDefinition() - Static method in class org.jboss.as.messaging.jms.JMSQueueDefinition
 
newDeployedJMSTopicDefinition() - Static method in class org.jboss.as.messaging.jms.JMSTopicDefinition
 
newQueueDefinition(boolean) - Static method in class org.jboss.as.messaging.QueueDefinition
 
newReadOnlySecurityRoleDefinition() - Static method in class org.jboss.as.messaging.SecurityRoleDefinition
 
newRuntimeQueueDefinition(boolean) - Static method in class org.jboss.as.messaging.QueueDefinition
 
newSecurityRoleDefinition(boolean) - Static method in class org.jboss.as.messaging.SecurityRoleDefinition
 
NO_TX - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
NODE_ID - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
noDestinationRegisteredForAddress(PathAddress) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
noDuplicateElements(ParameterValidator) - Static method in class org.jboss.as.messaging.jms.Validators
 
noMatchingDeadLetterAddress(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warn message when there is no resource matching the address-settings' dead-letter-address.
noMatchingExpiryAddress(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs a warn message when there is no resource matching the address-settings' expiry-address.
NON_DURABLE_MESSAGE_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
NON_DURABLE_SUBSCRIPTION_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
NONE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
NOOP_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
NOTIFICATION_ATTEMPTS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
NOTIFICATION_INTERVAL - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
nullVar(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the variable cannot be null
NUMBER_OF_BYTES_PER_PAGE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
NUMBER_OF_PAGES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 

O

onlyOneRequired(Object, Object) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating only of of obj1 or obj2 is allowed.
OperationDefinitionHelper - Class in org.jboss.as.messaging
Helper class to define operations.
OperationDefinitionHelper() - Constructor for class org.jboss.as.messaging.OperationDefinitionHelper
 
operationNotValid(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
OPERATIONS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
OPERATIONS - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
OPTIONAL_IP_ADDRESS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
org.jboss.as.messaging - package org.jboss.as.messaging
 
org.jboss.as.messaging.deployment - package org.jboss.as.messaging.deployment
 
org.jboss.as.messaging.jms - package org.jboss.as.messaging.jms
 
org.jboss.as.messaging.jms.bridge - package org.jboss.as.messaging.jms.bridge
 
org.jboss.as.messaging.logging - package org.jboss.as.messaging.logging
 
OVERRIDE_IN_VM_SECURITY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 

P

PAGE_MAX_CACHE_SIZE - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
PAGE_MAX_CONCURRENT_IO - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PAGE_SIZE_BYTES - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
PAGING_DIRECTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PARAM - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
parameterNotDefined(Object) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the parameter, represented by the parameter parameter, is not defined.
parseAddressSettings(XMLExtendedStreamReader) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
parseBroadcastGroup(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
parseDiscoveryGroup(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
parseRolesAttribute(XMLExtendedStreamReader, int) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
[AS7-5808] Support space-separated roles names for backwards compatibility and comma-separated ones for compatibility with HornetQ configuration.
parseRolesAttribute(XMLExtendedStreamReader, int) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
PASSWORD - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
PASSWORD - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
PATH - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
PATH - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
PATH - Static variable in class org.jboss.as.messaging.BroadcastGroupDefinition
 
PATH - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
PATH - Static variable in class org.jboss.as.messaging.ConnectorServiceDefinition
 
PATH - Static variable in class org.jboss.as.messaging.ConnectorServiceParamDefinition
 
PATH - Static variable in class org.jboss.as.messaging.CoreAddressDefinition
 
PATH - Static variable in class org.jboss.as.messaging.DiscoveryGroupDefinition
 
PATH - Static variable in class org.jboss.as.messaging.DivertDefinition
 
PATH - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
PATH - Static variable in class org.jboss.as.messaging.HTTPAcceptorDefinition
 
PATH - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
PATH - Static variable in class org.jboss.as.messaging.jms.ConnectionFactoryDefinition
 
PATH - Static variable in class org.jboss.as.messaging.jms.JMSQueueDefinition
 
PATH - Static variable in class org.jboss.as.messaging.jms.JMSTopicDefinition
 
PATH - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
PATH - Static variable in class org.jboss.as.messaging.QueueDefinition
 
PATH - Static variable in class org.jboss.as.messaging.TransportParamDefinition
 
PathDefinition - Class in org.jboss.as.messaging
 
PathDefinition(PathElement) - Constructor for class org.jboss.as.messaging.PathDefinition
 
PATHS - Static variable in class org.jboss.as.messaging.PathDefinition
 
pause() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
PAUSE - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
PAUSE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
PAUSED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PERF_BLAST_PAGES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BridgeAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BridgeRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BroadcastGroupAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BroadcastGroupRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DiscoveryGroupAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DiscoveryGroupRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DivertAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DivertRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.GroupingHandlerAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.GroupingHandlerRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.HTTPAcceptorAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.HTTPAcceptorRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.bridge.JMSBridgeAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSQueueAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSQueueRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSTopicAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSTopicRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.QueueAdd
 
PERMISSION_ELEMENT_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PERSIST_DELIVERY_COUNT_BEFORE_DELIVERY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PERSIST_ID_CACHE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PERSISTENCE_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
POOLED_CONNECTION_FACTORY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
PooledConnectionFactoryAdd - Class in org.jboss.as.messaging.jms
 
PooledConnectionFactoryAdd() - Constructor for class org.jboss.as.messaging.jms.PooledConnectionFactoryAdd
 
PooledConnectionFactoryConfigProperties - Class in org.jboss.as.messaging.jms
 
PooledConnectionFactoryConfigProperties(String, String, String) - Constructor for class org.jboss.as.messaging.jms.PooledConnectionFactoryConfigProperties
 
PooledConnectionFactoryConfigurationRuntimeHandler - Class in org.jboss.as.messaging.jms
Read handler for deployed JMS pooled connection factories
PooledConnectionFactoryDefinition - Class in org.jboss.as.messaging.jms
JMS pooled Connection Factory resource definition.
PooledConnectionFactoryDefinition(boolean, boolean) - Constructor for class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
PooledConnectionFactoryRemove - Class in org.jboss.as.messaging.jms
 
PooledConnectionFactoryRemove() - Constructor for class org.jboss.as.messaging.jms.PooledConnectionFactoryRemove
 
PooledConnectionFactoryService - Class in org.jboss.as.messaging.jms
A service which translates a pooled connection factory into a resource adapter driven connection pool
PooledConnectionFactoryService(String, List<String>, String, String, String, List<PooledConnectionFactoryConfigProperties>, List<String>, String, int, int) - Constructor for class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
PooledConnectionFactoryService(String, List<String>, String, String, String, List<PooledConnectionFactoryConfigProperties>, ContextNames.BindInfo, String, int, int, boolean) - Constructor for class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
PooledConnectionFactoryWriteAttributeHandler - Class in org.jboss.as.messaging.jms
Write attribute handler for attributes that update the persistent configuration of a JMS pooled connection factory resource.
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BridgeAdd
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.messaging.BroadcastGroupAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BroadcastGroupAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DiscoveryGroupAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.GroupingHandlerAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.bridge.JMSBridgeAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.messaging.QueueAdd
 
PRE_ACKNOWLEDGE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
PRIORITY_VALIDATOR - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
processAddressSettings(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionAnnotationProcessor
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionAnnotationProcessor
 
processBridge(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.Messaging12SubsystemParser
 
processBridge(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
processClusterConnection(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.messaging.deployment.JMSConnectionFactoryDefinitionDescriptorProcessor
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.messaging.deployment.JMSDestinationDefinitionDescriptorProcessor
 
processHornetQServer(XMLExtendedStreamReader, ModelNode, List<ModelNode>, Namespace) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
processHornetQServers(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.Messaging13SubsystemParser
 
processHornetQServers(XMLExtendedStreamReader, ModelNode, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
processStaticConnectors(XMLExtendedStreamReader, ModelNode, boolean) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
PRODUCER_MAX_RATE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
PRODUCER_WINDOW_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 

Q

QUALITY_OF_SERVICE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
QUEUE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
QUEUE_NAME - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
QUEUE_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
QUEUE_NAMES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
QueueAdd - Class in org.jboss.as.messaging
Core queue add update.
QueueConfigurationWriteHandler - Class in org.jboss.as.messaging
Write attribute handler for attributes that update the persistent configuration of a core queue.
QueueControlHandler - Class in org.jboss.as.messaging
Handler for runtime operations that invoke on a HornetQ QueueControl.
QueueDefinition - Class in org.jboss.as.messaging
Queue resource definition
QueueReadAttributeHandler - Class in org.jboss.as.messaging
Implements the read-attribute operation for runtime attributes exposed by a HornetQ QueueControl.

R

readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.messaging.MessagingSubsystemParser
 
READONLY_ATTRIBUTES - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
READONLY_ATTRIBUTES - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
REAPER_PERIOD - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
RECONNECT_ATTEMPTS - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
RECONNECT_ATTEMPTS - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
RECONNECT_ATTEMPTS - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
RECONNECT_ATTEMPTS - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
By default, the resource adapter must reconnect infinitely (see org.hornetq.ra.HornetQResourceAdapter#setParams)
RECONNECT_ATTEMPTS_ON_SAME_NODE - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
RECONNECT_ATTEMPTS_PROP_NAME - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BridgeRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.BroadcastGroupRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.ClusterConnectionRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DiscoveryGroupRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.DivertRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.GroupingHandlerRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.HTTPAcceptorRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSQueueRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.JMSTopicRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryRemove
 
REDELIVERY_DELAY - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
REDELIVERY_MULTIPLIER - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
REDISTRIBUTION_DELAY - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
REFRESH_TIMEOUT - Static variable in class org.jboss.as.messaging.DiscoveryGroupDefinition
 
REFRESH_TIMEOUT - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.AbstractTransportDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.AddressSettingDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.BridgeDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.BroadcastGroupDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.ClusterConnectionDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.ConnectorServiceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.ConnectorServiceParamDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.CoreAddressDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.DiscoveryGroupDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.DivertDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.GroupingHandlerDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.HornetQServerControlHandler
 
registerAttributes(ManagementResourceRegistration, boolean) - Method in class org.jboss.as.messaging.HornetQServerControlWriteHandler
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.HornetQServerResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.HTTPAcceptorDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.JMSQueueDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.JMSTopicDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.PathDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.QueueDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.SecurityRoleDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.TransportParamDefinition
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.messaging.CoreAddressResource
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.messaging.HornetQServerResource
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.AbstractTransportDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.ConnectorServiceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.CoreAddressDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.HornetQServerResourceDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.HTTPAcceptorDefinition
 
registerChildren(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.SecuritySettingDefinition
 
registeredHTTPUpgradeHandler(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an info message when a HTTP Upgrade handler is registered for the given protocol.
registerOperation(ManagementResourceRegistration, ResourceDescriptionResolver) - Method in class org.jboss.as.messaging.jms.AbstractUpdateJndiHandler
 
registerOperationHandler(ManagementResourceRegistration, ResourceDescriptionResolver) - Static method in class org.jboss.as.messaging.AddressSettingsResolveHandler
 
registerOperations(ManagementResourceRegistration, ResourceDescriptionResolver) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
 
registerOperations(ManagementResourceRegistration, ResourceDescriptionResolver) - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.AbstractTransportDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.BridgeDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.BroadcastGroupDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.ClusterConnectionDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.CoreAddressDefinition
 
registerOperations(ManagementResourceRegistration, ResourceDescriptionResolver) - Method in class org.jboss.as.messaging.HornetQServerControlHandler
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.HornetQServerResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.JMSQueueDefinition
 
registerOperations(ManagementResourceRegistration, ResourceDescriptionResolver) - Method in class org.jboss.as.messaging.jms.JMSServerControlHandler
 
registerOperations(ManagementResourceRegistration, ResourceDescriptionResolver) - Method in class org.jboss.as.messaging.jms.JMSTopicControlHandler
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.jms.JMSTopicDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.messaging.QueueDefinition
 
registerResource(String, String, T) - Method in class org.jboss.as.messaging.jms.AbstractJMSRuntimeHandler
 
RELATIVE_TO - Static variable in class org.jboss.as.messaging.PathDefinition
 
REMOTE_ACCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
REMOTE_CONNECTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
RemoteTransportDefinition - Class in org.jboss.as.messaging
remote transports resource definition
REMOTING_INCOMING_INTERCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
REMOTING_INCOMING_INTERCEPTORS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
REMOTING_INTERCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
REMOTING_INTERCEPTORS - Static variable in interface org.jboss.as.messaging.CommonAttributes
Deprecated.
REMOTING_OUTGOING_INTERCEPTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
REMOTING_OUTGOING_INTERCEPTORS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
REMOVE_MESSAGE - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
REMOVE_MESSAGES - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
removeChild(PathElement) - Method in class org.jboss.as.messaging.CoreAddressResource
 
removeChild(PathElement) - Method in class org.jboss.as.messaging.HornetQServerResource
 
removeChild(PathElement) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
removeJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.AbstractUpdateJndiHandler
 
removeJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryUpdateJndiHandler
 
removeJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.JMSQueueUpdateJndiHandler
 
removeJndiName(JMSServerManager, String, String) - Method in class org.jboss.as.messaging.jms.JMSTopicUpdateJndiHandler
 
removeMessage(ModelNode) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
removeMessages(String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
removeRole(String, String) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
removeUser(String) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
REPLICATION_CLUSTERNAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
reportListOfStrings(OperationContext, String[]) - Static method in class org.jboss.as.messaging.ManagementUtil
 
reportRoles(OperationContext, String) - Static method in class org.jboss.as.messaging.ManagementUtil
 
reportRolesAsJSON(OperationContext, String) - Static method in class org.jboss.as.messaging.ManagementUtil
 
requireChild(PathElement) - Method in class org.jboss.as.messaging.CoreAddressResource
 
requireChild(PathElement) - Method in class org.jboss.as.messaging.HornetQServerResource
 
requireChild(PathElement) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
required(Object) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message the object, represented by the obj parameter, is required.
required(Object, Object) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating either obj1 or obj2 is required.
REQUIRED_IP_ADDRESS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
RESET_ALL_MESSAGE_COUNTER_HISTORIES - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
RESET_ALL_MESSAGE_COUNTERS - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
RESET_MESSAGE_COUNTER - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
resetMessageCounter() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
RESOLVE_ADDRESS_SETTING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
resolveFilter(OperationContext, ModelNode) - Static method in class org.jboss.as.messaging.OperationDefinitionHelper
 
RESOURCE_ADAPTER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
resourceMustExist(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.QueueControlHandler
 
resourceMustExist(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.QueueReadAttributeHandler
 
resourceMustExist(OperationContext, ModelNode) - Method in class org.jboss.as.messaging.SecurityRoleReadAttributeHandler
 
resume() - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
RESUME - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
RESUME - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
RETRY_INTERVAL - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
RETRY_INTERVAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
RETRY_INTERVAL - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
RETRY_INTERVAL_MULTIPLIER - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
RETRY_INTERVAL_MULTIPLIER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
RETRY_INTERVAL_MULTIPLIER - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
revertAdditionalOperation(String, ModelNode, OperationContext, T, Object) - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
revertAdditionalOperation(String, ModelNode, OperationContext, JMSQueueControl, Object) - Method in class org.jboss.as.messaging.jms.JMSQueueControlHandler
 
revertAdditionalOperation(String, ModelNode, OperationContext, QueueControl, Object) - Method in class org.jboss.as.messaging.QueueControlHandler
 
revertOperationFailed(Throwable, String, String, PathAddress) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an error message indicating the class, represented by the className parameter, caught an exception attempting to revert the operation, represented by the operation parameter, at the address, represented by the address parameter.
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Object) - Method in class org.jboss.as.messaging.DeprecatedAttributeWriteHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.messaging.HornetQServerControlWriteHandler
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.messaging.jms.ConnectionFactoryWriteAttributeHandler
 
ROLE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ROLES_ATTR_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
ROLLBACK_PREPARED_TRANSACTION - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
rollbackOperationIfServerNotActive(OperationContext, ModelNode) - Static method in class org.jboss.as.messaging.HornetQActivationService
 
ROOT_LOGGER - Static variable in interface org.jboss.as.messaging.logging.MessagingLogger
The logger with the category of the package.
ROUTING_NAME - Static variable in class org.jboss.as.messaging.DivertDefinition
 
RUN_SYNC_SPEED_TEST - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
RUNTIME_INSTANCE - Static variable in class org.jboss.as.messaging.QueueReadAttributeHandler
 
RUNTIME_QUEUE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
runtimeOnlyOperation(String, ResourceDescriptionResolver) - Static method in class org.jboss.as.messaging.OperationDefinitionHelper
Create a SimpleOperationDefinitionBuilder for the given operationName and flag it as runtime only.
runtimeReadOnlyOperation(String, ResourceDescriptionResolver) - Static method in class org.jboss.as.messaging.OperationDefinitionHelper
Create a SimpleOperationDefinitionBuilder for the given operationName and flag it as read only and runtime only.

S

SCHEDULED_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SCHEDULED_THREAD_POOL_MAX_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SCHEDULED_THREAD_POOL_MAX_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
SECURITY_DOMAIN - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SECURITY_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SECURITY_INVALIDATION_INTERVAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SECURITY_ROLE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SECURITY_SETTING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SECURITY_SETTINGS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
securityDomainContextNotSet() - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
SecurityRoleDefinition - Class in org.jboss.as.messaging
Security role resource definition
SecurityRoleReadAttributeHandler - Class in org.jboss.as.messaging
 
SecurityRoleResource - Class in org.jboss.as.messaging
Custom Resource that represents a messaging security role.
SecurityRoleResource.SecurityRoleResourceEntry - Class in org.jboss.as.messaging
 
SecurityRoleResourceEntry(String) - Constructor for class org.jboss.as.messaging.SecurityRoleResource.SecurityRoleResourceEntry
 
SecuritySettingDefinition - Class in org.jboss.as.messaging
Security setting resource definition
SecuritySettingDefinition(boolean) - Constructor for class org.jboss.as.messaging.SecuritySettingDefinition
 
SELECTOR - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SELECTOR_MARSHALLER - Static variable in class org.jboss.as.messaging.AttributeMarshallers
 
SEND_MESSAGE_TO_DEAD_LETTER_ADDRESS - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
SEND_MESSAGES_TO_DEAD_LETTER_ADDRESS - Static variable in class org.jboss.as.messaging.AbstractQueueControlHandler
 
SEND_TO_DLA_ON_NO_ROUTE - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
sendMessagesToDeadLetterAddress(String) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
sendMessageToDeadLetterAddress(ModelNode) - Method in interface org.jboss.as.messaging.AbstractQueueControlHandler.DelegatingQueueControl
 
SERVER_DUMP_INTERVAL - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SERVER_ID - Static variable in class org.jboss.as.messaging.InVMTransportDefinition
 
SERVLET_PATH - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
setContext(Object) - Method in class org.jboss.as.messaging.jms.AS7BindingRegistry
 
setDefaultUser(String) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
setHornetQServerServiceController(ServiceController<HornetQServer>) - Method in class org.jboss.as.messaging.HornetQServerResource
 
SETUP_ATTEMPTS - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
SETUP_ATTEMPTS_PROP_NAME - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
SETUP_INTERVAL - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
SETUP_INTERVAL_PROP_NAME - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
SHARED_STORE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SIMPLE_ROOT_RESOURCE_ATTRIBUTES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SIMPLE_ROOT_RESOURCE_WRITE_ATTRIBUTES - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SLOW_CONSUMER_CHECK_PERIOD - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
SLOW_CONSUMER_POLICY - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
SLOW_CONSUMER_THRESHOLD - Static variable in class org.jboss.as.messaging.AddressSettingDefinition
 
SOCKET_BINDING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SOCKET_BINDING - Static variable in class org.jboss.as.messaging.GenericTransportDefinition
 
SOCKET_BINDING - Static variable in class org.jboss.as.messaging.HTTPConnectorDefinition
 
SOCKET_BINDING - Static variable in class org.jboss.as.messaging.RemoteTransportDefinition
 
SOURCE - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
SOURCE_CONNECTION_FACTORY - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
SOURCE_CONTEXT - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
SOURCE_DESTINATION - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
SOURCE_PASSWORD - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
SOURCE_USER - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
start(StartContext) - Method in class org.jboss.as.messaging.HornetQActivationService
 
start() - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
start(StartContext) - Method in class org.jboss.as.messaging.HTTPUpgradeService
 
start(StartContext) - Method in class org.jboss.as.messaging.jms.JMSQueueService
 
start(StartContext) - Method in class org.jboss.as.messaging.jms.JMSService
 
start(StartContext) - Method in class org.jboss.as.messaging.jms.JMSTopicService
 
start(StartContext) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
STARTED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
STARTED - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
STARTED - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
startedService(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an info message when a service for the given type and name is started.
STATIC_CONNECTORS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
STATISTICS_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
stop(StopContext) - Method in class org.jboss.as.messaging.HornetQActivationService
 
stop() - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
stop(StopContext) - Method in class org.jboss.as.messaging.HTTPUpgradeService
 
stop(StopContext) - Method in class org.jboss.as.messaging.jms.JMSQueueService
 
stop(StopContext) - Method in class org.jboss.as.messaging.jms.JMSService
 
stop(StopContext) - Method in class org.jboss.as.messaging.jms.JMSTopicService
 
stop(StopContext) - Method in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
stoppedService(String, String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an info message when a service for the given type and name is stopped.
STRING - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SUBSCRIPTION_COUNT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SUBSCRIPTION_NAME - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
SUBSYSTEM - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
SUBSYSTEM_NAME - Static variable in class org.jboss.as.messaging.MessagingExtension
 

T

TARGET - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
TARGET_CONNECTION_FACTORY - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
TARGET_CONTEXT - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
TARGET_DESTINATION - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
TARGET_PASSWORD - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
TARGET_USER - Static variable in class org.jboss.as.messaging.jms.bridge.JMSBridgeDefinition
 
TEMPORARY - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
THREAD_POOL_MAX_SIZE - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
THREAD_POOL_MAX_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
throwUnimplementedOperationException(String) - Method in class org.jboss.as.messaging.AbstractQueueControlHandler
 
TIMEOUT - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
TOPIC_ADDRESS - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
TOPOLOGY - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
TRANSACTION - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
TRANSACTION_AS_BASE_64 - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
TRANSACTION_BATCH_SIZE - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
TRANSACTION_MANAGER_LOCATOR_CLASS - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
TRANSACTION_MANAGER_LOCATOR_METHOD - Static variable in class org.jboss.as.messaging.jms.PooledConnectionFactoryService
 
TRANSACTION_TIMEOUT - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
TRANSACTION_TIMEOUT_SCAN_PERIOD - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
TransactionManagerLocator - Class in org.jboss.as.messaging.jms
Locates the transaction manager for pooled connection resource adapters
TransactionManagerLocator() - Constructor for class org.jboss.as.messaging.jms.TransactionManagerLocator
 
TRANSFORMER_CLASS_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
TransportParamDefinition - Class in org.jboss.as.messaging
Transport param resource definition.
TransportParamDefinition(Set<String>) - Constructor for class org.jboss.as.messaging.TransportParamDefinition
 
TYPE - Static variable in class org.jboss.as.messaging.GroupingHandlerDefinition
 
TYPE_ATTR_NAME - Static variable in interface org.jboss.as.messaging.CommonAttributes
 

U

unbind(String) - Method in class org.jboss.as.messaging.jms.AS7BindingRegistry
Unbind the resource and wait until the corresponding binding service is effectively removed.
unboundJndiName(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Logs an informational message indicating a messaging object was unbound from the JNDI name represented by the jndiName parameter.
undefineAttributeWithoutAlternative(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating the alternative attribute represented by the name parameter can not be undefined as the resource has not defined any other alternative .
undeploy(DeploymentUnit) - Method in class org.jboss.as.messaging.deployment.CDIDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryBindingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.messaging.deployment.DefaultJMSConnectionFactoryResourceReferenceProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.messaging.deployment.MessagingDependencyProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.messaging.deployment.MessagingXmlInstallDeploymentUnitProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.messaging.deployment.MessagingXmlParsingDeploymentUnitProcessor
 
unknownAttribute(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
A message indicating there is no such attribute.
unknownPooledConnectionFactoryAttribute(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
 
unregisterResource(String, String) - Method in class org.jboss.as.messaging.jms.AbstractJMSRuntimeHandler
 
unsupportedAttribute(String) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
Return an ISE with a message saying support for the attribute was not properly implemented.
unsupportedAttribute(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the read support for the attribute represented by the name parameter was not properly implemented.
unsupportedAttributeInVersion(String, ModelVersion) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create a failure description message indicating that an attribute is not supported by a given model version.
unsupportedElement(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating that no support for the element, represented by the name parameter, has been implemented.
unsupportedOperation(String) - Method in class org.jboss.as.messaging.AbstractHornetQComponentControlHandler
Return an ISE with a message saying support for the operation was not properly implemented.
unsupportedOperation(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the read support for the operation represented by the name parameter was not properly implemented.
unsupportedRuntimeAttribute(String) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Creates an exception indicating the runtime handling of the attribute represented by the name parameter is not implemented.
UPGRADE_SERVICE_NAME - Static variable in class org.jboss.as.messaging.HTTPUpgradeService
 
USE_AUTO_RECOVERY - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
USE_DUPLICATE_DETECTION - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
USE_DUPLICATE_DETECTION - Static variable in class org.jboss.as.messaging.ClusterConnectionDefinition
 
USE_GLOBAL_POOLS - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Common
 
USE_INVM - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
USE_JNDI - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
USE_JNDI_PROP_NAME - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
USE_LOCAL_TX - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 
USE_SERVLET - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
USER - Static variable in class org.jboss.as.messaging.BridgeDefinition
 
USER - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
USER - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
USER - Static variable in interface org.jboss.as.messaging.jms.ConnectionFactoryAttributes.Pooled
 

V

validateUser(String, String) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
validateUserAndRole(String, String, Set<Role>, CheckType) - Method in class org.jboss.as.messaging.HornetQSecurityManagerAS7
 
VALIDATOR - Static variable in enum org.jboss.as.messaging.jms.ConnectionFactoryType
 
Validators - Class in org.jboss.as.messaging.jms
 
Validators() - Constructor for class org.jboss.as.messaging.jms.Validators
 
VALUE - Static variable in class org.jboss.as.messaging.ConnectorServiceParamDefinition
 
VALUE - Static variable in class org.jboss.as.messaging.TransportParamDefinition
 
valueOf(String) - Static method in enum org.jboss.as.messaging.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.messaging.deployment.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.messaging.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.messaging.jms.ConnectionFactoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.messaging.Namespace
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.messaging.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.messaging.deployment.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.messaging.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.messaging.jms.ConnectionFactoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.messaging.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
VERSION - Static variable in class org.jboss.as.messaging.HornetQServerControlHandler
 
VERSION_1_1_0 - Static variable in class org.jboss.as.messaging.MessagingExtension
 
VERSION_1_2_0 - Static variable in class org.jboss.as.messaging.MessagingExtension
 
VERSION_1_2_1 - Static variable in class org.jboss.as.messaging.MessagingExtension
 
VERSION_1_3_0 - Static variable in class org.jboss.as.messaging.MessagingExtension
 
VERSION_2_0_0 - Static variable in class org.jboss.as.messaging.MessagingExtension
 
VERSION_2_1_0 - Static variable in class org.jboss.as.messaging.MessagingExtension
 

W

WILD_CARD_ROUTING_ENABLED - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
wrapInjectionTarget(ProcessInjectionTarget<JMSContextProducer>) - Method in class org.jboss.as.messaging.deployment.JMSCDIExtension
 
WrappedListAttributeMarshaller(String) - Constructor for class org.jboss.as.messaging.AttributeMarshallers.WrappedListAttributeMarshaller
 
writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.jboss.as.messaging.MessagingXMLWriter
 
writeModel(ModelNode) - Method in class org.jboss.as.messaging.CoreAddressResource
 
writeModel(ModelNode) - Method in class org.jboss.as.messaging.HornetQServerResource
 
writeModel(ModelNode) - Method in class org.jboss.as.messaging.SecurityRoleResource
 
wrongConnectorRefInBroadCastGroup(String, String, Collection<String>) - Method in interface org.jboss.as.messaging.logging.MessagingLogger
Create a failure description message indicating that the given broadcast-group's connector reference is not present in the listed connectors.

X

XA - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
XA_TX - Static variable in interface org.jboss.as.messaging.CommonAttributes
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
WildFly: Messaging Subsystem 10.0.0.Alpha1

Copyright © 2015 JBoss by Red Hat. All rights reserved.