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

AbsTime - Class in org.apache.qpid.management.domain.model.type
 
AbsTime() - Constructor for class org.apache.qpid.management.domain.model.type.AbsTime
 
accepts(NotificationMessage) - Method in class org.apache.qpid.management.wsdm.capabilities.ConsumerCapability
Returns true if this consumer can accepts the message.
AccessMode - Enum in org.apache.qpid.management.domain.model
Enumeration for Access modes.
ACCUMULATING - Variable in class org.apache.qpid.management.messages.ManagementMessage
Strategy used for retrieving raw data from this message when it hasn't been already encoded.
ACTION_NOT_SUPPORTED - Static variable in interface org.apache.qpid.management.Messages
 
ADAPTER_HOST_PROPERTY_NAME - Static variable in class org.apache.qpid.management.Names
 
ADAPTER_PORT_PROPERTY_NAME - Static variable in class org.apache.qpid.management.Names
 
ADD_BROKER_OPERATION_NAME - Static variable in class org.apache.qpid.management.Names
 
addAccessModeMapping(int, AccessMode) - Method in class org.apache.qpid.management.configuration.Configuration
Adds a new access mode mapping to this configuration.
addArgument(QpidArgument) - Method in class org.apache.qpid.management.domain.model.QpidMethod
Adds an argument to this method.
addBroker(String, int, String, String, String, int, int, long) - Method in class org.apache.qpid.management.domain.services.QMan
Connects Q-Man with a broker defined by the given parameter.
addBrokerConnectionData(UUID, BrokerConnectionData) - Method in class org.apache.qpid.management.configuration.Configuration
Adds to this configuration a new broker connection data.
addCapability(Capability) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Adds the given capability to this resource.
addClassDefinition(String, Binary, List<Map<String, Object>>, List<Map<String, Object>>, List<MethodOrEventDataTransferObject>) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Adds a class definition to this package.
addConfigurationData(Binary, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidClass
Adds the instrumentation data for the object instance associated to the given object identifier.
addConfigurationData(Binary, byte[]) - Method in interface org.apache.qpid.management.domain.model.QpidClass.State
Adds instrumentation data for the object instance associated to the given object identifier.
addConfigurationRawData(String, String, Binary, Binary, byte[]) - Method in class org.apache.qpid.management.domain.model.DomainModel
Adds the given configuration data (raw format) to this domain model.
addConnectionPool(UUID, BrokerConnectionData) - Method in class org.apache.qpid.management.configuration.QpidDatasource
Adds a connection pool to this datasource.
addEventData(byte[], long, int) - Method in class org.apache.qpid.management.domain.model.QpidEvent
Adds the configuration data for the object instance associated to the given object identifier.
addEventDefinition(String, Binary, List<Map<String, Object>>) - Method in class org.apache.qpid.management.domain.model.QpidPackage
 
addEventRawData(String, String, Binary, byte[], long, int) - Method in class org.apache.qpid.management.domain.model.DomainModel
 
addEventSchema(String, String, Binary, List<Map<String, Object>>) - Method in class org.apache.qpid.management.domain.model.DomainModel
Adds the specified schema to this domain model.
addInstrumentationData(Binary, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidClass
Adds the configuration data for the object instance associated to the given object identifier.
addInstrumentationData(Binary, byte[]) - Method in interface org.apache.qpid.management.domain.model.QpidClass.State
Adds configuration data for the object instance associated to the given object identifier.
addInstrumentationRawData(String, String, Binary, Binary, byte[]) - Method in class org.apache.qpid.management.domain.model.DomainModel
Adds the given instrumentation data (raw format) to this domain model.
addManagementMessageHandlerMapping(MessageHandlerMapping) - Method in class org.apache.qpid.management.configuration.Configuration
Adds a new management message handler to this configuration.
addMandatoryManagementMessageHandlers() - Method in class org.apache.qpid.management.configuration.Configurator
Configures the mandatory management message handlers.
addMandatoryMethodReplyMessageHandlers() - Method in class org.apache.qpid.management.configuration.Configurator
Configures the mandatory management message handlers.
addMethodReplyMessageHandlerMapping(MessageHandlerMapping) - Method in class org.apache.qpid.management.configuration.Configuration
Adds a new method-reply message handler to this configuration.
addNewEventData(byte[], long, int) - Method in interface org.apache.qpid.management.domain.model.QpidEvent.State
Adds the given data for the object instance associated to the given object identifier.
addObject(ObjectName) - Method in class org.apache.qpid.management.web.action.BrokerModel
Adds a new object to this domain model.
ADDRESSING_PREFIX - Static variable in class org.apache.qpid.management.Names
 
ADDRESSING_URI - Static variable in class org.apache.qpid.management.Names
 
addSchema(String, String, Binary, List<Map<String, Object>>, List<Map<String, Object>>, List<MethodOrEventDataTransferObject>) - Method in class org.apache.qpid.management.domain.model.DomainModel
Adds the specified schema to this domain model.
addTypeMapping(int, Type, String) - Method in class org.apache.qpid.management.configuration.Configuration
Adds a new type mapping to this configuration.
addTypeMapping(int, Type) - Method in class org.apache.qpid.management.configuration.Configuration
Adds a new type mapping to this configuration.
AGENT_ROUTING_KEY - Static variable in class org.apache.qpid.management.Names
 
AGENT_ROUTING_KEY_PREFIX - Static variable in class org.apache.qpid.management.Names
 
alreadyContainsClassDefinition(String, Binary) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns true if this package contains the given class definition.
AMQ_DIRECT_QUEUE - Static variable in class org.apache.qpid.management.Names
 
appendData(byte[]) - Method in class org.apache.qpid.management.messages.ManagementMessage
 
appendData(ByteBuffer) - Method in class org.apache.qpid.management.messages.ManagementMessage
 
APPLICATION_NAME - Static variable in class org.apache.qpid.management.Names
 
ARG_COUNT_PARAM_NAME - Static variable in class org.apache.qpid.management.Names
 
arguments - Variable in class org.apache.qpid.management.domain.model.QpidMethod
Argument list
ArtifactsNotAvailableException - Exception in org.apache.qpid.management.wsdm.capabilities
Thrown when the artifacts related to a specific resource cannot be built.
ArtifactsNotAvailableException(WsArtifacts, Throwable, ObjectName) - Constructor for exception org.apache.qpid.management.wsdm.capabilities.ArtifactsNotAvailableException
Builds a new exception with the given arguments.

B

BaseMessageHandler - Class in org.apache.qpid.management.domain.handler.base
Base class for all message handlers.
BaseMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.base.BaseMessageHandler
 
begin(ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
Director callback.
begin(ObjectName) - Method in interface org.apache.qpid.management.wsdm.capabilities.IArtifactBuilder
The build process begin and the given parameter is the object name of the corresponding JMX entity.
begin(ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
First callback : this method is called at the begin of the director process.
begin(ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Nothing to be done here on this builder.
begin(ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
Initializes this builder.
Binary - Class in org.apache.qpid.management.domain.model.type
It is a simple wrapper for a byte array (for example a 128bin).
Binary(byte[]) - Constructor for class org.apache.qpid.management.domain.model.type.Binary
Builds a new binary with the given byte array.
Boolean - Class in org.apache.qpid.management.domain.model.type
 
Boolean() - Constructor for class org.apache.qpid.management.domain.model.type.Boolean
 
BROKER_ID - Static variable in class org.apache.qpid.management.Names
 
BrokerAlreadyConnectedException - Exception in org.apache.qpid.management.configuration
Thrown when an attempt is made in order to connect QMan with an already connected broker.
BrokerAlreadyConnectedException(BrokerConnectionData) - Constructor for exception org.apache.qpid.management.configuration.BrokerAlreadyConnectedException
Builds a new exception with the given data.
BrokerConnectionData - Class in org.apache.qpid.management.configuration
Value object which is holding connection data for a specific broker.
BrokerConnectionData(String, int, String, String, String, int, int, long) - Constructor for class org.apache.qpid.management.configuration.BrokerConnectionData
Builds a connection data with the given parameters.
BrokerConnectionData() - Constructor for class org.apache.qpid.management.configuration.BrokerConnectionData
Builds a new empty broker connection data object.
BrokerConnectionDataParser - Class in org.apache.qpid.management.configuration
Parser used for building broker connection data settings.
BrokerConnectionDataParser() - Constructor for class org.apache.qpid.management.configuration.BrokerConnectionDataParser
 
BrokerConnectionException - Exception in org.apache.qpid.management.configuration
Thrown when a connection to a broker cannot be estabilished.
BrokerConnectionException(Throwable) - Constructor for exception org.apache.qpid.management.configuration.BrokerConnectionException
Builds a new exception with the given cause.
BrokerMessageListener - Class in org.apache.qpid.management.domain.services
Message listener used for processing incoming messages.
BrokerMessageListener(DomainModel) - Constructor for class org.apache.qpid.management.domain.services.BrokerMessageListener
Builds a new message listener with the given broker domain model.
BrokerModel - Class in org.apache.qpid.management.web.action
Value Object encapsulating a broker management domain model.
BrokerModel() - Constructor for class org.apache.qpid.management.web.action.BrokerModel
 
BrokersManagementAction - Class in org.apache.qpid.management.web.action
This controller is responsible to : prepare data for the page that is showing all connected brokers..
BrokersManagementAction() - Constructor for class org.apache.qpid.management.web.action.BrokersManagementAction
 
build() - Method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
build() - Method in interface org.apache.qpid.management.domain.model.QpidFeatureBuilder.State
 
buildArguments(List<Map<String, Object>>, MBeanAttributeInfo[]) - Method in class org.apache.qpid.management.domain.model.QpidEvent
Internal method used for building attributes definitions.
buildAttributes(List<Map<String, Object>>, List<Map<String, Object>>, MBeanAttributeInfo[]) - Method in class org.apache.qpid.management.domain.model.QpidClass
Internal method used for building attributes definitions.
BuilderException - Exception in org.apache.qpid.management.wsdm.capabilities
Thrown when a WSRF artifact (either WSDL or capability) cannot be built.
BuilderException(Exception) - Constructor for exception org.apache.qpid.management.wsdm.capabilities.BuilderException
Builds a new exception with the given cause.
buildMethods(List<MethodOrEventDataTransferObject>, MBeanOperationInfo[]) - Method in class org.apache.qpid.management.domain.model.QpidClass
Internal method used for building method defintiions.
ByteArraySerializer - Class in org.apache.qpid.management.wsdm.muse.serializer
Implementation of Muse Serializer for byte array type.
ByteArraySerializer() - Constructor for class org.apache.qpid.management.wsdm.muse.serializer.ByteArraySerializer
 

C

characters(char[], int, int) - Method in class org.apache.qpid.management.configuration.Configurator
Delegates the processing to the current parser.
CLASS - Static variable in class org.apache.qpid.management.Names
 
CLASS - Static variable in interface org.apache.qpid.management.Protocol
 
className() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the class name.
className() - Method in class org.apache.qpid.management.messages.SchemaRequestMessage
Returns the class name.
clearData() - Method in class org.apache.qpid.management.messages.ManagementMessage
 
close() - Method in class org.apache.qpid.management.configuration.QpidDatasource.PooledConnection
Returns the connection to the pool.
close() - Method in class org.apache.qpid.management.domain.services.QpidService
Closes communication with broker.
closed(Session) - Method in class org.apache.qpid.management.domain.services.QpidService
 
Configuration - Class in org.apache.qpid.management.configuration
Qpid Management bridge configuration.
CONFIGURATION_CONTENT_RESPONSE_OPCDE - Static variable in interface org.apache.qpid.management.Protocol
 
ConfigurationException - Exception in org.apache.qpid.management.configuration
Thrown when a problem is encountered during building the configuration.
ConfigurationException(String) - Constructor for exception org.apache.qpid.management.configuration.ConfigurationException
 
ConfigurationException(Exception) - Constructor for exception org.apache.qpid.management.configuration.ConfigurationException
Builds a new ConfigurationException with the given cause.
ConfigurationException(String, Exception) - Constructor for exception org.apache.qpid.management.configuration.ConfigurationException
 
ConfigurationMessageHandler - Class in org.apache.qpid.management.domain.handler.impl
Schema Response message handler.
ConfigurationMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.impl.ConfigurationMessageHandler
 
Configurator - Class in org.apache.qpid.management.configuration
Director used for coordinating the build process of configuration.
Configurator() - Constructor for class org.apache.qpid.management.configuration.Configurator
 
configure() - Method in class org.apache.qpid.management.configuration.Configurator
Builds whole configuration.
connect() - Method in class org.apache.qpid.management.domain.services.QpidService
Estabilishes a connection with the broker.
connect(String, int, String, String, String, int, int, long) - Method in class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
Connects QMan with a broker with the given connection data.
ConnectQManToBroker - Class in org.apache.qpid.management.servlet
When QMan is started and a configuration file is given (via system property) with initial broker connection data(s), this servlet simply sends connect command(s) to QMan in order to estabilish the connection(s) to the requested broker(s).
ConnectQManToBroker() - Constructor for class org.apache.qpid.management.servlet.ConnectQManToBroker
 
ConsoleAction - Class in org.apache.qpid.management.web.action
This action is the controller responsible to prepare data for the home page (System Overview) of QMan admin console.
ConsoleAction() - Constructor for class org.apache.qpid.management.web.action.ConsoleAction
 
ConsoleModel - Class in org.apache.qpid.management.web.action
Console Model.
ConsoleModel() - Constructor for class org.apache.qpid.management.web.action.ConsoleModel
 
Constants - Interface in org.apache.qpid.management.wsdm.capabilities
 
ConsumerCapability - Class in org.apache.qpid.management.wsdm.capabilities
WS-Notifications consumer capability.
ConsumerCapability() - Constructor for class org.apache.qpid.management.wsdm.capabilities.ConsumerCapability
 
containsPackage(String) - Method in class org.apache.qpid.management.domain.model.DomainModel
Returns true if a package with the specified name already exists on this domain model.
ContentIndicationMessageHandler - Class in org.apache.qpid.management.domain.handler.base
Base class for content indication message handlers.
ContentIndicationMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.base.ContentIndicationMessageHandler
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.qpid.management.servlet.QManLifeCycleManager
Sutdown QMan JMX Core.
contextInitialized(ServletContextEvent) - Method in class org.apache.qpid.management.servlet.QManLifeCycleManager
Starts QMan JMX Core.
countTokens() - Method in class org.apache.qpid.management.domain.services.MessageTokenizer
Retruns the number of the tokens produced by this tokenizer.
createAndReturnBrokerConnectionData(UUID, String, int, String, String, String, int, int, long) - Method in class org.apache.qpid.management.configuration.Configurator
Creates and return a value object (BrokerConnectionData) with the given parameters.
createAndThrowException() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Simply throws a new MethodInvocationException.
createCapability(Class<MBeanCapability>, ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.WsArtifactsFactory
Utility method for create concrete instance of the given capability class.
createClassDefinitionSearchName() - Method in class org.apache.qpid.management.domain.model.JmxService
Creates an object name that will be used for searching all registered events.
createEntityDefinitionName(String, String, String) - Method in class org.apache.qpid.management.domain.model.JmxService
 
createEnvironment() - Method in class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterIsolationLayer
WSDMAdapterEnvironment factory method.
createEventBuilder(Map<String, Object>) - Static method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
createEventInstance(byte[], long, int) - Method in class org.apache.qpid.management.domain.model.QpidEvent
Returns the object instance associated to the given identifier.
createEventSearchName() - Method in class org.apache.qpid.management.domain.model.JmxService
Creates an object name that will be used for searching all registered events.
createLifeCycleTopics() - Method in class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
Creates events & objects lifecycle topic that will be used to publish lifecycle event messages..
createManagementClient(UUID, BrokerConnectionData) - Method in class org.apache.qpid.management.domain.services.QMan
Creates a management client using the given data.
createMessageHandlers(MBeanCapability) - Method in class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
Creates the message handlers for the given capability.
createMethodBuilder(MethodOrEventDataTransferObject) - Static method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
createOrReplaceAttributeValue(String, Object) - Method in class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity
Creates or replace the given attribute.
createPropertyBuilder(Map<String, Object>) - Static method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
createQueue(ObjectName) - Method in class org.apache.qpid.management.wsdm.QEmu
Creates and registers a Queue MBean with MBeanServer.
createQueue(ObjectName) - Method in interface org.apache.qpid.management.wsdm.QEmuMBean
Creates and registers a Queue MBean with MBeanServer.
createStatisticBuilder(Map<String, Object>) - Static method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
createSubscription(String, String, MessageListener) - Method in class org.apache.qpid.management.domain.services.QpidService
Associate a message listener with a destination therefore creating a new subscription.

D

DateSerializer - Class in org.apache.qpid.management.wsdm.muse.serializer
Implementation of Muse Serializer for Date type.
DateSerializer() - Constructor for class org.apache.qpid.management.wsdm.muse.serializer.DateSerializer
 
debug(ObjectName, Node) - Static method in class org.apache.qpid.qman.debug.WsdlDebugger
Prints out to log the given node.
debug(Node) - Static method in class org.apache.qpid.qman.debug.XmlDebugger
Prints out to log the given node.
debug(ObjectName, Node) - Static method in class org.apache.qpid.qman.debug.XmlDebugger
Prints out to log the given node.
debug(Element[]) - Static method in class org.apache.qpid.qman.debug.XmlDebugger
Prints out to log the given element array.
debug(String) - Static method in class org.apache.qpid.qman.debug.XmlDebugger
Prints out to log the given node.
declareBinding(String, String, String) - Method in class org.apache.qpid.management.domain.services.QpidService
Binds (on the broker) a queue with an exchange.
declareQueue(String) - Method in class org.apache.qpid.management.domain.services.QpidService
Declares a queue on the broker with the given name.
declareUnbinding(String, String, String) - Method in class org.apache.qpid.management.domain.services.QpidService
Removes a previously declare binding between an exchange and a queue.
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.QpidArgument
Decodes the value for this argument according to its type & definition.
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.AbsTime
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Boolean
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.DeltaTime
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Double
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Float
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Int16
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Int32
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Int64
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Int8
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Map
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.ObjectReference
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Str16
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Str8
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Type
Each concrete subclass must define here how to decode incoming data according.
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Uint16
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Uint32
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Uint64
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Uint8
 
decode(Decoder) - Method in class org.apache.qpid.management.domain.model.type.Uuid
 
decodeParameters(byte[]) - Method in class org.apache.qpid.management.domain.model.QpidMethod
Decodes the given input raw according to this method arguments definitions.
decodeValue(Decoder) - Method in class org.apache.qpid.management.domain.model.QpidAttribute
Gets the value of this feature according to its type definition.
decodeValue(Decoder, byte[]) - Method in interface org.apache.qpid.management.domain.model.QpidProperty.Decoder
 
decodeValue(Decoder, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Gets the value of this property according to its type definition.
DEFAULT_ENDPOINT_URI - Static variable in interface org.apache.qpid.management.Protocol
 
DEFAULT_PARAM_NAME - Static variable in class org.apache.qpid.management.Names
 
DEFAULT_PARSER - Static variable in class org.apache.qpid.management.configuration.Configurator
Default (empty) parser used when there's no need to process data (non relevant elements).
DEFAULT_QMAN_HOSTNAME - Static variable in interface org.apache.qpid.management.Protocol
 
DEFAULT_QMAN_PORT_NUMBER - Static variable in interface org.apache.qpid.management.Protocol
 
deleteQueue(String) - Method in class org.apache.qpid.management.domain.services.QpidService
Removes the queue with the given name from the broker.
DeltaTime - Class in org.apache.qpid.management.domain.model.type
 
DeltaTime() - Constructor for class org.apache.qpid.management.domain.model.type.DeltaTime
 
destroy() - Method in class org.apache.qpid.management.wsdm.QEmuInitializer
Unregister QPid emulator.
destroyObject(Object) - Method in class org.apache.qpid.management.configuration.QpidDatasource.QpidConnectionFactory
Closes the underlying connection.
direct() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Starts the build process of this director.
Direction - Enum in org.apache.qpid.management.domain.model
Enumeration of allowed method argument direction codes.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.BrokersManagementAction
Retrieves all connected brokers (their connection data) and prepare the model that is then forwarded to the appropriate view page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.LoggingConfigurationAction
Retrieves current logging configuration and forward those data to the logging configuration view page.
DOMAIN_NAME - Static variable in class org.apache.qpid.management.Names
 
DomainModel - Class in org.apache.qpid.management.domain.model
Broker domain model.
DomainModel(UUID) - Constructor for class org.apache.qpid.management.domain.model.DomainModel
Builds a new domain model with the given broker identifier.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.servlet.WSDMAdapter
Accepts http requests containing a soap envelope (request) and therefore acts as the main entry point of whole WS process.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.BrokersManagementAction
Connects QMan with a new broker and forwards to the brokers list view page.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.LoggingConfigurationAction
Accepts user data coming from admin console and use it for configure the underlying logging subsystem.
Double - Class in org.apache.qpid.management.domain.model.type
 
Double() - Constructor for class org.apache.qpid.management.domain.model.type.Double
 
DummyCapabilityBuilder - Class in org.apache.qpid.management.wsdm.capabilities
Dummy capability builder used for avoid duplicated builds for the same class.
DummyCapabilityBuilder() - Constructor for class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
 

E

echoWithArrays(Long[], Boolean[], Double[], Float[], Integer[], Short[], String[], URI[], Date[]) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Echo method that accepts and returns wrapper type arrays .
echoWithArrays(Long[], Boolean[], Double[], Float[], Integer[], Short[], String[], URI[], Date[]) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Echo method that accepts and returns wrapper type arrays .
echoWithByteArray(byte[]) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Echo method that accepts and returns a byte array.
echoWithByteArray(byte[]) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Echo method that accepts and returns a byte array.
echoWithMap(Map<String, Object>) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Echo method that accepts and returns a Map.
echoWithMap(Map<String, Object>) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Echo method that accepts and returns a Map.
echoWithSimpleTypeArrays(long[], boolean[], double[], float[], int[], short[]) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Echo method that accepts and returns primitive type arrays.
echoWithSimpleTypeArrays(long[], boolean[], double[], float[], int[], short[]) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Echo method that accepts and returns primitive type arrays.
echoWithSimpleTypes(Long, Boolean, Double, Float, Integer, Short, String, URI, Date) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Echo method that accepts and returns wrapper types.
echoWithSimpleTypes(Long, Boolean, Double, Float, Integer, Short, String, URI, Date) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Echo method that accepts and returns wrapper types.
echoWithUUID(UUID) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Echo method that accepts and returns an UUID.
echoWithUUID(UUID) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Echo method that accepts and returns an UUID.
EMPTY_VALIDATOR - Static variable in class org.apache.qpid.management.domain.model.QpidProperty
Null object used to perform a dummy validation.
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.QpidArgument
Encodes the given value according to this argument type & definition.
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.AbsTime
 
encode(Encoder) - Method in class org.apache.qpid.management.domain.model.type.Binary
Encodes the content (wrapped byte array) of this instance using the given encoder.
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Boolean
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.DeltaTime
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Double
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Float
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Int16
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Int32
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Int64
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Int8
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Map
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.ObjectReference
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Str16
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Str8
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Type
Encodes the given values according to this type definition.
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Uint16
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Uint32
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Uint64
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Uint8
 
encode(Object, Encoder) - Method in class org.apache.qpid.management.domain.model.type.Uuid
 
encodeParameters(Object[], Encoder) - Method in class org.apache.qpid.management.domain.model.QpidMethod
Encodes the given parameter values according to this method arguments definitions.
endAttributes() - Method in class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
Director callback.
endAttributes() - Method in interface org.apache.qpid.management.wsdm.capabilities.IArtifactBuilder
Ends of the attributes section.
endAttributes() - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Determines what needs to be done when all attributes metadata has been notified to this builder.
endAttributes() - Method in interface org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder.EndAttributesHandler
Concrete implementor must define in this method what needs to be done when the corresponding director callback happens (@see MBeanCapabilityBuilder.endAttributes()
endAttributes() - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Nothing to be done here on this builder.
endAttributes() - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
Director callback : all attributes have been notified.
endElement(String, String, String) - Method in class org.apache.qpid.management.configuration.Configurator
 
endOperations() - Method in class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
Director callback.
endOperations() - Method in interface org.apache.qpid.management.wsdm.capabilities.IArtifactBuilder
Ends of the operations section.
endOperations() - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Director callback.
endOperations() - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Nothing to be done here on this builder.
endOperations() - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
Director callback : all operations have been notified.
ENTITY_NAME_QNAME - Static variable in class org.apache.qpid.management.Names
 
EntityInstanceNotFoundFault - Exception in org.apache.qpid.management.wsdm.common
Thrown when some operation has been requested on an entity and the entity hasn't been found on the managed domain.
EntityInstanceNotFoundFault(EndpointReference, ObjectName) - Constructor for exception org.apache.qpid.management.wsdm.common.EntityInstanceNotFoundFault
Builds a new exception with the given endpoint reference and the object name of the entity that wasn't found.
EntityLifecycleNotification - Class in org.apache.qpid.management.jmx
Q-Man JMX entity lifecycle notification.
EntityLifecycleNotification(String, String, String, String, ObjectName) - Constructor for class org.apache.qpid.management.jmx.EntityLifecycleNotification
Builds a new notification with the given parameters.
ENTRY - Static variable in class org.apache.qpid.management.Names
 
equals(Object) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
 
equals(Object) - Method in class org.apache.qpid.management.domain.model.QpidPackage.QpidClassIdentity
 
equals(Object) - Method in class org.apache.qpid.management.domain.model.type.Binary
 
equals(Object) - Method in class org.apache.qpid.management.domain.model.type.Type
Identity for types is based on wrapped java type identity.
estabilishFirstConnectionWithBroker() - Method in class org.apache.qpid.management.domain.services.ManagementClient
Establishing initial communication Between Client and Broker.
EVENT - Static variable in class org.apache.qpid.management.Names
 
EVENT - Static variable in interface org.apache.qpid.management.Protocol
 
EVENT_CONTENT_RESPONSE_OPCDE - Static variable in interface org.apache.qpid.management.Protocol
 
EVENT_SEVERITY_ATTRIBUTE_DESCRIPTION - Static variable in interface org.apache.qpid.management.Messages
 
EVENT_TIMESTAMP_ATTRIBUTE_DESCRIPTION - Static variable in interface org.apache.qpid.management.Messages
 
EventContentMessageHandler - Class in org.apache.qpid.management.domain.handler.impl
Base class for content indication message handlers.
EventContentMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.impl.EventContentMessageHandler
 
EVENTS_LIFECYLE_TOPIC_NAME - Static variable in class org.apache.qpid.management.Names
 
exception(Throwable) - Method in class org.apache.qpid.management.configuration.QpidDatasource.PooledConnection
 
exception(Session, SessionException) - Method in class org.apache.qpid.management.domain.services.QpidService
 

F

Float - Class in org.apache.qpid.management.domain.model.type
 
Float() - Constructor for class org.apache.qpid.management.domain.model.type.Float
 
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.capabilities.QManMessageHandler
Transforms the given xml element in the corresponding object representation.
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.muse.serializer.ByteArraySerializer
Return a byte array representation of the given xml element.
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.muse.serializer.DateSerializer
Return a Date representation of the given xml element.
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.muse.serializer.InvocationResultSerializer
Return a UUID representation of the given xml element.
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
Return a map representation of the given xml element.
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.muse.serializer.ObjectSerializer
Converts the incoming element into the appropriate Java type.
fromXML(Element) - Method in class org.apache.qpid.management.wsdm.muse.serializer.UUIDSerializer
Return a UUID representation of the given xml element.

G

generateGetter(String, String, String) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Generates the get accessor method for the given property.
generateSetter(String, String, String) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Generates the set accessor method for the given property.
get(String) - Static method in enum org.apache.qpid.management.configuration.Tag
Returns the enum entry associated to the given tag name.
getAccessMode(int) - Method in class org.apache.qpid.management.configuration.Configuration
Returns the access mode associated to the given code.
getAccessMode() - Method in class org.apache.qpid.management.domain.model.QpidProperty
Gets the description of this property.
getArchName() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getArguments() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getArguments() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the arguments property value.
getArgumentsDefinitions() - Method in class org.apache.qpid.management.domain.handler.impl.MethodOrEventDataTransferObject
Returns the arguemnts definitions.
getArtifactsFor(Resource, ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.WsArtifactsFactory
Returns the WS artifacts corresponding with the given resource.
getAttribute(String) - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
Returns the value of the given attribute.s
getAttribute(String) - Method in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
Returns the value of the given attribute.s
getAttribute(String) - Method in class org.apache.qpid.management.domain.services.QMan
Not implemented for this MBean.
getAttribute(String) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
Returns the attribute value of a QMan managed object instance.
getAttributes(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
Reads from the incoming message stream the properties definitions.
getAttributes(String[]) - Method in class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity
Get the values of several attributes of the Dynamic MBean.
getAttributes(String[]) - Method in class org.apache.qpid.management.domain.services.QMan
Not implemented for this MBean.
getBankId() - Method in class org.apache.qpid.management.domain.model.type.Binary
Returns the bank identifier derived from this object identifier.
getBootClasspath() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getBrokerConnectionData() - Method in exception org.apache.qpid.management.configuration.BrokerAlreadyConnectedException
Returns the connection data of the connected broker.
getBrokerConnectionData(UUID) - Method in class org.apache.qpid.management.configuration.Configuration
Gets from this configuration the connection data of the broker associated with the given id.
getBrokerConnectionData() - Method in class org.apache.qpid.management.domain.services.ManagementClient
Returns the connection data associated with this management client.
getBrokerId() - Method in class org.apache.qpid.management.domain.model.DomainModel
Returns the identifier of the broker associated with this domain model.
getBrokerId() - Method in class org.apache.qpid.management.domain.model.type.Binary
Returns the broker identifier derived from this object identifier.
getByteArray() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getCapability(String) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the capability associated with the given URI.
getCapabilityClass() - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Returns the capability class (the product of this builder).
getCapabilityClass() - Method in class org.apache.qpid.management.wsdm.capabilities.WsArtifacts
Returns the capability class.
getCapabilityClass() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Returns the capabilty class.
getCapabilityURIs() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns a collection with all registered capability URIs.
getCategory(String) - Method in class org.apache.qpid.management.web.action.BrokerModel
 
getCategoryCount() - Method in class org.apache.qpid.management.web.action.BrokerModel
 
getCategoryNames() - Method in class org.apache.qpid.management.web.action.BrokerModel
 
getClassKind() - Method in class org.apache.qpid.management.jmx.EntityLifecycleNotification
Returns the class kind of object contained in this notification.
getClassName() - Method in class org.apache.qpid.management.jmx.EntityLifecycleNotification
Returns the class name of object contained in this notification.
getClasspath() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getCode() - Method in exception org.apache.qpid.management.configuration.UnknownAccessCodeException
Returns the unknown code.
getCode() - Method in exception org.apache.qpid.management.configuration.UnknownTypeCodeException
Returns the unknown code.
getCommandDeliveryProperties() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the command message delivery properties.
getCommandMessageHeader() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the message header used for sending command message on management queue.
getCommandMessageProperties() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the command message properties.
getConnection(UUID) - Method in class org.apache.qpid.management.configuration.QpidDatasource
Gets an available connection from the pool of the given broker.
getConnectionInfos() - Method in class org.apache.qpid.management.configuration.Configuration
Gets from this configuration the list of known broker (I mean, only their connection data).
getConstraintName() - Method in exception org.apache.qpid.management.domain.model.ValidationException
Returns the name of the violated constraint.
getConstraintValue() - Method in exception org.apache.qpid.management.domain.model.ValidationException
Returns the value of the violated constraint.
getConsumerCount() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getConsumerCount() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the consumerCount property value.
getContextPath() - Method in class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterEnvironment
Returns the context path name of QMan application.
getContextPath() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the context path of this resource.
getDefaultURIPrefix() - Method in class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterEnvironment
Returns the default endpoint reference URI.
getDefaultValue() - Method in class org.apache.qpid.management.domain.model.QpidArgument
Returns the default value of this argument.
getDefinition() - Method in class org.apache.qpid.management.domain.handler.impl.MethodOrEventDataTransferObject
Returns the method definition.
getDeliveryProperties() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the delivery properties of this message.
getDeliveryProperties() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the delivery properties of this message.
getDeploymentEPR() - Method in class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterEnvironment
Returns the endpoint created starting by this application default URI.
getDescription() - Method in class org.apache.qpid.management.domain.model.QpidFeature
Returns the description of this feature.
getDetail() - Method in exception org.apache.qpid.management.wsdm.common.MethodInvocationFault
 
getDetail() - Method in exception org.apache.qpid.management.wsdm.common.NoSuchAttributeFault
 
getDetail() - Method in exception org.apache.qpid.management.wsdm.common.UnableToConnectWithBrokerFault
 
getDirection() - Method in class org.apache.qpid.management.domain.model.QpidArgument
Returns the direction of this argument.
getDurable() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getDurable() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the durable property value.
getEndpointReference() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the endpoint reference of this resource.
getEnvironment() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the enviroment associated with this resource.
getEventMBeans() - Method in class org.apache.qpid.management.domain.model.JmxService
 
getEvents(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
Reads the events definitions from the incoming message stream.
getException() - Method in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Returns the exception raised by this notification referred operation.
getExchangeChannel() - Method in class org.apache.qpid.management.domain.model.InvocationEvent
Returns the exchange channel that will be used between event source and event listener for synchronous communication.
getExpireTime() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getExpireTime() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the expireTime property value.
getFeatureName() - Method in exception org.apache.qpid.management.domain.model.ValidationException
Returns the name of the violating feature.
getFeatureValue() - Method in exception org.apache.qpid.management.domain.model.ValidationException
Returns the value of the violating feature.
getHeader() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the header of this message.
getHeader() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the header of this message.
getHost() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the value of the host property.
getHost() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getId() - Method in class org.apache.qpid.management.web.action.BrokerModel
Gets the identifier of the owner of this model.
getIdentifierName() - Method in class org.apache.qpid.management.wsdm.common.ObjectNameIdFactory
Returns the name of the identifier element.
getIdentifierName() - Method in class org.apache.qpid.management.wsdm.common.QManResourceIdFactory
Returns the identifier name for id element.
getInitializationParameter(String) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the initialization parameter of this resource associated with the given name.
getInitializationParameters() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the map containing all init parameters of this resource.
getInitialPoolCapacity() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the initial connection pool capacity.
getInputArguments() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getInstance() - Static method in class org.apache.qpid.management.configuration.Configuration
Returns the singleton instance.
getInstance() - Static method in class org.apache.qpid.management.configuration.QpidDatasource
Entry point method for retrieving the singleton instance of this datasource.
getInstance() - Static method in class org.apache.qpid.management.wsdm.common.ThreadSessionManager
Returns the singleton instance of this manager.
getJavaType() - Method in class org.apache.qpid.management.domain.model.QpidAttribute
Returns the java type (class) of this feature.
getJavaType() - Method in class org.apache.qpid.management.domain.model.type.Type
Returns the wrapped java type.
getLastRefreshDate() - Method in class org.apache.qpid.management.domain.model.DomainModel
Returns the last refresh date.
getLog() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
N.A.
getManagementClients() - Method in class org.apache.qpid.management.domain.services.QMan
Returns the list of management clients currently handled by QMan.
getManagementFeature() - Method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
Return the jmx metadata for the built feature.
getManagementQueueHandlers() - Method in class org.apache.qpid.management.configuration.Configuration
Returns a map containing all the configured management message handlers.
getManagementQueueName() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the name of the management queue.
getMaxLength() - Method in class org.apache.qpid.management.domain.model.QpidProperty
Gets the max length value for this property.
getMaxPoolCapacity() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the max number of allowed connections that can be opened.
getMaxValue() - Method in class org.apache.qpid.management.domain.model.QpidProperty
Gets the maximum allowed value for this property.
getMaxWaitTimeout() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the max wait timeout for retrieving an available connections from the pool.
getMBeanInfo() - Method in class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity
Returns metadata for this object instance.
getMBeanInfo() - Method in class org.apache.qpid.management.domain.services.QMan
Returns the metadata for this MBean
getMessage() - Method in exception org.apache.qpid.management.domain.services.MethodInvocationException
 
getMessage() - Method in exception org.apache.qpid.management.wsdm.capabilities.ArtifactsNotAvailableException
Returns a message that indicates which artifacts were built.
getMessageHandler() - Method in class org.apache.qpid.management.configuration.MessageHandlerMapping
Returns the message handler for this mapping.
getMessageProperties() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the messages header properties of this message.
getMessageProperties() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the messages header properties of this message.
getMessageTransferId() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the transfer Id of this message.
getMetadata(String) - Method in class org.apache.qpid.management.wsdm.capabilities.QManMetadataExchangeCapability
 
getMethodInvocationListener() - Method in class org.apache.qpid.management.domain.model.DomainModel
 
getMethodInvocationListener() - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns the method invocation listener of the corresponing parent domain model.
getMethodReplyQueueHandlers() - Method in class org.apache.qpid.management.configuration.Configuration
Returns a map containing all the configured method-reply message handlers.
getMethodReplyQueueName() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the name of the method-reply queue.
getMethods(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
Reads the methods definitions from the incoming message stream.
getMgmtPubInterval() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getMgmtPubInterval() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the mgmtPubInterval property value.
getMinValue() - Method in class org.apache.qpid.management.domain.model.QpidProperty
Gets the minimum allowed value for this property.
getMsgTotalEnqueues() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getMsgTotalEnqueues() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the msgTotalEnqueues property value.
getName() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getName() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the name property value.
getName() - Method in interface org.apache.qpid.management.domain.model.QpidClassMBean
Retruns the name of the class.
getName() - Method in class org.apache.qpid.management.domain.model.QpidEntity
 
getName() - Method in interface org.apache.qpid.management.domain.model.QpidEventMBean
Retruns the name of the event.
getName() - Method in class org.apache.qpid.management.domain.model.QpidFeature
Returns the name of the feature.
getName() - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns the name of this package.
getNameForAccessors(String) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Returns a name that will be used in accessor methods.
getNextIdentifier() - Method in class org.apache.qpid.management.wsdm.common.ObjectNameIdFactory
Returns the object name used as a resource identifier.
getNextIdentifier() - Method in class org.apache.qpid.management.wsdm.common.QManResourceIdFactory
Returns the next valid identifier.
getNextSequenceNumber() - Static method in class org.apache.qpid.management.domain.services.SequenceNumberGenerator
Returns a valid sequence number.
getObjectInstance(Binary, boolean) - Method in class org.apache.qpid.management.domain.model.QpidClass
Returns the object instance associated to the given identifier.
getObjectName() - Method in class org.apache.qpid.management.jmx.EntityLifecycleNotification
Returns the object name of object contained in this notification.
getObjectName() - Method in class org.apache.qpid.management.wsdm.common.ThreadSession
Gets the object name associated with this thread session.
getOpcode() - Method in class org.apache.qpid.management.configuration.MessageHandlerMapping
Returns the opcode of this mapping.
getOperationName() - Method in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Returns the operation name.
getOsName() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getOsVersion() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getOutputAndBidirectionalArgumentValues() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Returns the output and bidirectional argument values in raw format (byte [])
getOutputParameters() - Method in class org.apache.qpid.management.wsdm.capabilities.Result
Returns the output parameterss.
getOutputSection() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Returns the output section of this invocation result.
getOwnerId() - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns the identifier of the broker which contains this package.
getPackageByName(String) - Method in class org.apache.qpid.management.domain.model.DomainModel
Gets the package with the specified name.
getPackageName() - Method in interface org.apache.qpid.management.domain.model.QpidClassMBean
Returns the name of the package.
getPackageName() - Method in class org.apache.qpid.management.domain.model.QpidEntity
 
getPackageName() - Method in interface org.apache.qpid.management.domain.model.QpidEventMBean
Returns the name of the package.
getPackageName() - Method in class org.apache.qpid.management.jmx.EntityLifecycleNotification
Returns the package name of object contained in this notification.
getParameters() - Method in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Returns the parameters used in method invocation.
getPassword() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the value of the password property.
getPort() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the value of the port property.
getPort() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getProcessors() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getPropertyCollection() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the collection containing all properties of this resource.
getPublisherCapability() - Method in class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
Returns the publisher capability associated with the owner resource.
getQpidClass(String, Binary, boolean) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns the definition of the class with given name.
getQpidEvent(String, Binary, boolean) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns the definition of the class with given name.
getQpidFeature() - Method in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
Returns the just built qpid feature.
getRealDirectory() - Method in class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterEnvironment
Returns the application classes folder.
getResourceManager() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the resource manager associated with this resource.
getResourceMetadataDescriptor() - Method in class org.apache.qpid.management.wsdm.capabilities.QManMetadataExchangeCapability
Returns the resource metadata descriptor associated with the owenr resource of thi capability.
getResourceMetadataDescriptor() - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Nothing to be done here on this builder.
getResourceMetadataDescriptor() - Method in class org.apache.qpid.management.wsdm.capabilities.WsArtifacts
Returns the resource metadata descriptor.
getResourceMetadataDescriptor() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Returns the resource metadata descriptor containing metadata (rules, constraints, etc) for the current resource.
getResourceMetadataDescriptor() - Method in class org.apache.qpid.management.wsdm.common.ThreadSession
Gets the RDM elements associated with this thread session.
getResult() - Method in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Returns the exception raised by this notification referred operation.
getReturnCode() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Returns the return code of this invocation result.
getReturnCode() - Method in exception org.apache.qpid.management.domain.services.MethodInvocationException
 
getSequenceNumber() - Method in class org.apache.qpid.management.domain.model.InvocationEvent
Returns the sequence number that will be / has been used for method invocation.
getSerializableType() - Method in class org.apache.qpid.management.wsdm.muse.serializer.ByteArraySerializer
Returns the java type associated to this class.
getSerializableType() - Method in class org.apache.qpid.management.wsdm.muse.serializer.DateSerializer
Returns the java type associated to this class.
getSerializableType() - Method in class org.apache.qpid.management.wsdm.muse.serializer.InvocationResultSerializer
Returns the java type associated to this class.
getSerializableType() - Method in class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
Returns the java type associated to this class.
getSerializableType() - Method in class org.apache.qpid.management.wsdm.muse.serializer.ObjectSerializer
As this serializer is supposed to deal with generic object types, this method returns Object.class.
getSerializableType() - Method in class org.apache.qpid.management.wsdm.muse.serializer.UUIDSerializer
Returns the java type associated to this class.
getSession() - Method in class org.apache.qpid.management.wsdm.common.ThreadSessionManager
Returns (or create and returns) the session associated with the current thread.
getSignature() - Method in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Returns the signature of the invoked operation.
getStartDate() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getStatusText() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Contains the status text of this invocation result.
getStatusText() - Method in exception org.apache.qpid.management.domain.services.MethodInvocationException
 
getSystemProperties() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getTopicName(String) - Method in class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
Starting from an object type (i.e.
getType(int) - Method in class org.apache.qpid.management.configuration.Configuration
Returns the type associated to the given code.
getType() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getType() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Sets the type property value.
getUnit() - Method in class org.apache.qpid.management.domain.model.QpidAttribute
Returns the units used for numeric values (i.e.
getUsername() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the value of the username property.
getUUId() - Method in class org.apache.qpid.management.configuration.BrokerConnectionDataParser
Gets an uuid in order to associate current connection data with a broker.
getUUId() - Method in class org.apache.qpid.management.configuration.WorkerManagerConfigurationParser
Gets an uuid in order to associate current connection data with a broker.
getValidatorClassName(Type) - Method in class org.apache.qpid.management.configuration.Configuration
Returns the validator class name associated to the given type.
getVersion() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getVersionName() - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
getVhostRef() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
getVhostRef() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the VHostRef property value.
getVirtualHost() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Returns the value of the virtual host property.
getWorkerManagerKeepAliveTime() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the max amount of time that an excess thread can be idle before purging from the pool.
getWorkerManagerMaxPoolSize() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the maximum size of the worker manager thread pool size.
getWorkerManagerPoolSize() - Method in class org.apache.qpid.management.configuration.Configuration
Returns the worker manager thread pool size.
getWSDL() - Method in class org.apache.qpid.management.wsdm.capabilities.QManMetadataExchangeCapability
Returns the WSDL associated with the owner of this capability.
getWsdl() - Method in class org.apache.qpid.management.wsdm.capabilities.WsArtifacts
Returns the web service description.
getWsdl() - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
Returns the WSDL built by this builder.
getWsdl() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Returns the wsdl.
getWsdl() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Return the WSDL document of this resource.
getWsdlDocument() - Method in class org.apache.qpid.management.wsdm.common.ThreadSession
Gets the WSDL document associated with this thread session.
getWsdlPath() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the wsdl (relative) path of this resource.
getWsdlPortType() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns the port type of this resource.
getXmlType(Class<?>) - Method in class org.apache.qpid.management.wsdm.muse.serializer.ObjectSerializer
Returns the xml type associated with the given class.

H

handleNotification(Notification, Object) - Method in class org.apache.qpid.management.domain.services.QMan
Simply dispatches the incoming notification to registered listeners.
hasBeenInitialized() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns true if this resource has been initialized, false otherwise.
hasBeenInitialized() - Method in interface org.apache.qpid.management.wsdm.muse.resources.QManWsResource.State
Returns true if this resource has been initialized.
hasBeenShutdown() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns true if this resource has been shutdown, false otherwise.
hasBeenShutdown() - Method in interface org.apache.qpid.management.wsdm.muse.resources.QManWsResource.State
Returns true if this resource has been shutdown.
hasCapability(String) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Checks if a capability with the given URI is available for this resource.
hash - Variable in class org.apache.qpid.management.domain.model.QpidPackage.QpidClassIdentity
 
hashCode() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
 
hashCode() - Method in class org.apache.qpid.management.domain.model.QpidPackage.QpidClassIdentity
 
hashCode() - Method in class org.apache.qpid.management.domain.model.type.Binary
 
hashCode() - Method in class org.apache.qpid.management.domain.model.type.Type
 
hashCodeAlreadyComputed - Variable in class org.apache.qpid.management.domain.model.type.Binary
Internal state of this object used to denote the situation where the hashcode() method has already been computed.
hashCodeNotYetComputed - Variable in class org.apache.qpid.management.domain.model.type.Binary
Internal state of this object used to denote the situation when the hashcode() method has never been called.
hasMoreElements() - Method in class org.apache.qpid.management.domain.services.MessageTokenizer
 
hasNoInstances() - Method in class org.apache.qpid.management.domain.model.QpidEvent
Checks if this event definition contains event instance(s).
hasOneOrMoreBrokersDefined() - Method in class org.apache.qpid.management.configuration.Configuration
Returns true if this configuration has at least one broker configured.
HEARTBEAT_INDICATION_RESPONSE_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
HeartBeatIndicationMessageHandler - Class in org.apache.qpid.management.domain.handler.impl
This is the handler responsible for processing the heartbeat indication response messages.
HeartBeatIndicationMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.impl.HeartBeatIndicationMessageHandler
 
HOST_QNAME - Static variable in class org.apache.qpid.management.Names
 

I

IArtifactBuilder - Interface in org.apache.qpid.management.wsdm.capabilities
Defines behaviour needed by WS-DM artifact builders.
IMessageHandler - Interface in org.apache.qpid.management.domain.handler.base
Interface definition for a processor able to deal with a specific message.
IMethodInvocationListener - Interface in org.apache.qpid.management.domain.handler.impl
Listener interface used to denote a component interested in method invocation events.
indexOf(byte[], int) - Method in class org.apache.qpid.management.domain.services.MessageTokenizer
 
init() - Method in class org.apache.qpid.management.servlet.ConnectQManToBroker
Send one or more initial "connect" command(s) to QMan in order to estabilish a connection with broker found on the configuration file..
init() - Method in class org.apache.qpid.management.servlet.WSDMAdapter
 
init() - Method in class org.apache.qpid.management.web.action.ConsoleAction
Initializes this controller.
init() - Method in class org.apache.qpid.management.web.action.JmxPerspectiveAction
 
init() - Method in class org.apache.qpid.management.web.action.WsdmOperationsPerspectiveAction
 
init() - Method in class org.apache.qpid.management.web.action.WsdmPropertiesPerspectiveAction
 
init() - Method in class org.apache.qpid.management.web.action.WsdmRmdPerspectiveAction
 
init() - Method in class org.apache.qpid.management.web.action.WsdmWsdlPerspectiveAction
 
init() - Method in class org.apache.qpid.management.wsdm.QEmuInitializer
QEmu initialization method.
initialize() - Method in class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
Initializes this capability.
initialize() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Initializes this resources.
initialize() - Method in interface org.apache.qpid.management.wsdm.muse.resources.QManWsResource.State
Provides initialization of this resource.
initializeCompleted() - Method in class org.apache.qpid.management.wsdm.capabilities.ConsumerCapability
Initializes this capability and register itself as message listener.
INSTANCE_ADDED_NOTIFICATION_TYPE - Static variable in class org.apache.qpid.management.jmx.EntityLifecycleNotification
 
INSTANCE_REMOVED_NOTIFICATION_TYPE - Static variable in class org.apache.qpid.management.jmx.EntityLifecycleNotification
 
INSTR_AND_CONFIG_CONTENT_RESPONSE_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
INSTRUMENTATION_CONTENT_RESPONSE_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
InstrumentationMessageHandler - Class in org.apache.qpid.management.domain.handler.impl
Schema Response message handler.
InstrumentationMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.impl.InstrumentationMessageHandler
 
Int16 - Class in org.apache.qpid.management.domain.model.type
 
Int16() - Constructor for class org.apache.qpid.management.domain.model.type.Int16
 
Int32 - Class in org.apache.qpid.management.domain.model.type
 
Int32() - Constructor for class org.apache.qpid.management.domain.model.type.Int32
 
Int64 - Class in org.apache.qpid.management.domain.model.type
 
Int64() - Constructor for class org.apache.qpid.management.domain.model.type.Int64
 
Int8 - Class in org.apache.qpid.management.domain.model.type
 
Int8() - Constructor for class org.apache.qpid.management.domain.model.type.Int8
 
InvocationEvent - Class in org.apache.qpid.management.domain.model
Operation invocation event.
InvocationEvent(Object, int, BlockingQueue<InvocationResult>) - Constructor for class org.apache.qpid.management.domain.model.InvocationEvent
Builds a new invocation event with the given data.
InvocationResult - Class in org.apache.qpid.management.domain.handler.impl
Value object used for storing an invocation method result.
InvocationResult(long, String, byte[]) - Constructor for class org.apache.qpid.management.domain.handler.impl.InvocationResult
Builds an invocation result with the given status code and status text.
InvocationResultSerializer - Class in org.apache.qpid.management.wsdm.muse.serializer
Implementation of Muse Serializer for Result type.
InvocationResultSerializer() - Constructor for class org.apache.qpid.management.wsdm.muse.serializer.InvocationResultSerializer
 
invoke(String, Object[], String[]) - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
Executes an operation on this object instance.
invoke(String, Object[], String[]) - Method in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
Executes an operation on this object instance.
invoke(String, Object[], String[]) - Method in class org.apache.qpid.management.domain.services.QMan
Invokes an operation on QMan (MBean).
invoke(String, String, Binary, Binary, Object[], QpidMethod, int, long, long) - Method in class org.apache.qpid.management.domain.services.QpidService
Invokes an operation on a broker object instance.
invoke(String, Object[], String[]) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
Invokes the requested operation on target JMX resource.
invoke(Element) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Invokes the action specified in the given soap request on this resource.
IParser - Interface in org.apache.qpid.management.configuration
Interface definition for configuration parser Concrete implementors are responsible for parsing a specific XML part of configuration data.
isException() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Checks if this result contains an error return code.
isInput() - Method in class org.apache.qpid.management.domain.model.QpidArgument
Returns true if this is an Input argument.
isOptional() - Method in class org.apache.qpid.management.domain.model.QpidProperty
Returns true if this property is marked as optional.
isValid() - Method in class org.apache.qpid.management.configuration.QpidDatasource.PooledConnection
Returns true if the underlying connection is still valid and can be used.
IValidator - Interface in org.apache.qpid.management.domain.model
Interface definition for attribute validators.

J

javaType - Variable in class org.apache.qpid.management.domain.model.type.Type
Java representation of this type.
JMX_SERVICE - Static variable in class org.apache.qpid.management.domain.model.QpidEntity
 
JmxPerspectiveAction - Class in org.apache.qpid.management.web.action
This controller is responsible to provide a jmx perspective of a specific resource.
JmxPerspectiveAction() - Constructor for class org.apache.qpid.management.web.action.JmxPerspectiveAction
 
JmxPerspectiveAction.JavaToHtmlAdapter - Interface in org.apache.qpid.management.web.action
Adapter interface for converting objects on html strings.
JmxService - Class in org.apache.qpid.management.domain.model
A simple facade used to perform operations on Mbean server.
JmxService() - Constructor for class org.apache.qpid.management.domain.model.JmxService
 

K

KEY - Static variable in class org.apache.qpid.management.Names
 

L

LIFECYCLE_EVENT_QNAME - Static variable in class org.apache.qpid.management.Names
 
LifeCycleEvent - Class in org.apache.qpid.management.wsdm.notifications
Object representation of a QMan entity lifecycle event notification.
LifeCycleEventType - Enum in org.apache.qpid.management.wsdm.notifications
Event type enumeration.
LOGGER - Static variable in class org.apache.qpid.qman.debug.WsdlDebugger
 
LOGGER - Static variable in class org.apache.qpid.qman.debug.XmlDebugger
 
LoggingConfigurationAction - Class in org.apache.qpid.management.web.action
Logging configuration controller.
LoggingConfigurationAction() - Constructor for class org.apache.qpid.management.web.action.LoggingConfigurationAction
 

M

MAGIC_NUMBER - Static variable in interface org.apache.qpid.management.Protocol
 
MAGIC_NUMBER_BYTES - Static variable in class org.apache.qpid.management.domain.services.MessageTokenizer
 
main(String[]) - Static method in class org.apache.qpid.management.domain.services.QMan
Main method used for starting Q-Man.
makeObject() - Method in class org.apache.qpid.management.configuration.QpidDatasource.QpidConnectionFactory
Creates a new underlying connection.
MALFORMED_SCHEMA_NOTIFICATION_TYPE - Static variable in class org.apache.qpid.management.jmx.EntityLifecycleNotification
 
MANAGEMENT_EXCHANGE - Static variable in class org.apache.qpid.management.Names
 
MANAGEMENT_QUEUE_PREFIX - Static variable in class org.apache.qpid.management.Names
 
MANAGEMENT_ROUTING_KEY - Static variable in class org.apache.qpid.management.Names
 
ManagementClient - Class in org.apache.qpid.management.domain.services
This is the Object representation of a management client.
ManagementClient(UUID, BrokerConnectionData) - Constructor for class org.apache.qpid.management.domain.services.ManagementClient
Builds a new ManagementClient with the given identifier and connection data.
ManagementMessage - Class in org.apache.qpid.management.messages
Message implementation used for specific management purposes.
ManagementMessage() - Constructor for class org.apache.qpid.management.messages.ManagementMessage
Builds an empty management message.
Map - Class in org.apache.qpid.management.domain.model.type
 
Map() - Constructor for class org.apache.qpid.management.domain.model.type.Map
 
MapSerializer - Class in org.apache.qpid.management.wsdm.muse.serializer
Implementation of Muse Serializer for Map type.
MapSerializer() - Constructor for class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
 
markAsOptional(int) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Marks this property as optional.
MAX_LENGTH - Static variable in exception org.apache.qpid.management.domain.model.ValidationException
 
MAX_VALUE - Static variable in exception org.apache.qpid.management.domain.model.ValidationException
 
MBeanCapability - Class in org.apache.qpid.management.wsdm.capabilities
Abstract capability used for centralize common behaviour of the QMan resource(s) related capabilities.
MBeanCapability() - Constructor for class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
Builds a new capability related to the given object name.
MBeanCapabilityBuilder - Class in org.apache.qpid.management.wsdm.capabilities
Builder for capability class that will implements the interface and the behaviour of the underlying JMX Entity.
MBeanCapabilityBuilder() - Constructor for class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
 
MBeanCapabilityBuilder.EndAttributesHandler - Interface in org.apache.qpid.management.wsdm.capabilities
Handler interface definining operation needed to be peformed (by a concrete implementor) when the "endAttributes" director callback happens.
message(Session, MessageTransfer) - Method in class org.apache.qpid.management.domain.services.QpidService
 
MessageHandlerMapping - Class in org.apache.qpid.management.configuration
Message Handler mapping used for associating an opcode with a message handler.
MessageHandlerMapping(Character, IMessageHandler) - Constructor for class org.apache.qpid.management.configuration.MessageHandlerMapping
Builds a new mapping with the given opcode and handler class.
Messages - Interface in org.apache.qpid.management
Enumerative interfaces containing all QMan messages.
MessageTokenizer - Class in org.apache.qpid.management.domain.services
The message tokenizer class allows a multi message listener to break a message into tokens where each token is itself a valid AMQP message.
MessageTokenizer(Message) - Constructor for class org.apache.qpid.management.domain.services.MessageTokenizer
Builds a new Message tokenizer with the given message.
method() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the method to be invoked.
METHOD_REPLY_QUEUE_PREFIX - Static variable in class org.apache.qpid.management.Names
 
MethodInvocationException - Exception in org.apache.qpid.management.domain.services
 
MethodInvocationException(long, String) - Constructor for exception org.apache.qpid.management.domain.services.MethodInvocationException
 
MethodInvocationFault - Exception in org.apache.qpid.management.wsdm.common
This is the exception encapsulating the fault that will be thrown in case of method invocation failure.
MethodInvocationFault(EndpointReference, String, String, long) - Constructor for exception org.apache.qpid.management.wsdm.common.MethodInvocationFault
Builds a new exception with the given endpoint reference and method invocation exception.
MethodInvocationRequestMessage - Class in org.apache.qpid.management.messages
Abstract representation of a method invocation request message.
MethodInvocationRequestMessage(long, long) - Constructor for class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Builds a new method invocation request message with the given target identifiers.
MethodOrEventDataTransferObject - Class in org.apache.qpid.management.domain.handler.impl
Simple transfer object used for holding method / event definition data.
MethodOrEventDataTransferObject(Map<String, Object>, List<Map<String, Object>>) - Constructor for class org.apache.qpid.management.domain.handler.impl.MethodOrEventDataTransferObject
Builds a new trasfer object with the given parameters.
MethodResponseMessageHandler - Class in org.apache.qpid.management.domain.handler.impl
Message handler for method response messages.
MethodResponseMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.impl.MethodResponseMessageHandler
 
MIN_OCCURS - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
MIN_VALUE - Static variable in exception org.apache.qpid.management.domain.model.ValidationException
 
MissingFeatureAttributesException - Exception in org.apache.qpid.management.domain.model
 
MissingFeatureAttributesException(List<QpidFeatureBuilder.Attribute>) - Constructor for exception org.apache.qpid.management.domain.model.MissingFeatureAttributesException
 
MODIFIABILITY - Static variable in class org.apache.qpid.management.Names
 
MUTABILITY - Static variable in class org.apache.qpid.management.Names
 
MUTABLE - Static variable in class org.apache.qpid.management.Names
 

N

name - Variable in class org.apache.qpid.management.domain.model.QpidPackage.QpidClassIdentity
 
NAME_ATTRIBUTE - Static variable in class org.apache.qpid.management.Names
 
NAME_ATTRIBUTE - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
Names - Class in org.apache.qpid.management
Enumeration of literal strings to avoid code duplication.
Names() - Constructor for class org.apache.qpid.management.Names
 
NAMESPACE_URI - Static variable in class org.apache.qpid.management.Names
 
newCreateEvent(String, String, String) - Static method in class org.apache.qpid.management.wsdm.notifications.LifeCycleEvent
Factory method for a new "CREATE" event.
newRemoveEvent(String, String, String) - Static method in class org.apache.qpid.management.wsdm.notifications.LifeCycleEvent
Factory method for a new "REMOVE" event.
nextElement() - Method in class org.apache.qpid.management.domain.services.MessageTokenizer
 
NoSuchAttributeFault - Exception in org.apache.qpid.management.wsdm.common
This is the exception encapsulating the fault that will be thrown when a requested attribute is not found on the target ws resource.
NoSuchAttributeFault(EndpointReference, String) - Constructor for exception org.apache.qpid.management.wsdm.common.NoSuchAttributeFault
Builds a new exception with the given endpoint reference, JMX object name and attribute that hasn't been found.
NOT_AVAILABLE - Static variable in class org.apache.qpid.management.Names
 
NOTIFICATION_TYPE - Static variable in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
 
NUMBER_VALIDATOR - Static variable in class org.apache.qpid.management.Names
 

O

OBJECT_ID - Static variable in class org.apache.qpid.management.Names
 
objectHasBeenRemoved(long, long) - Method in class org.apache.qpid.management.domain.handler.base.ContentIndicationMessageHandler
Checks if the timestamps contained in the message indicate that the object has been removed.
objectId() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the object identifier.
ObjectNameIdFactory - Class in org.apache.qpid.management.wsdm.common
ResourceIdFactory implementation that is using an objectName as resource identifier.
ObjectNameIdFactory() - Constructor for class org.apache.qpid.management.wsdm.common.ObjectNameIdFactory
 
ObjectReference - Class in org.apache.qpid.management.domain.model.type
 
ObjectReference() - Constructor for class org.apache.qpid.management.domain.model.type.ObjectReference
 
OBJECTS_LIFECYLE_TOPIC_NAME - Static variable in class org.apache.qpid.management.Names
 
ObjectSerializer - Class in org.apache.qpid.management.wsdm.muse.serializer
Generic Serializer for objects.
ObjectSerializer() - Constructor for class org.apache.qpid.management.wsdm.muse.serializer.ObjectSerializer
 
onAttribute(MBeanAttributeInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
Director callback.
onAttribute(MBeanAttributeInfo) - Method in interface org.apache.qpid.management.wsdm.capabilities.IArtifactBuilder
Processes an attribute (its metadata) of the current MBean.
onAttribute(MBeanAttributeInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Director callback.
onAttribute(MBeanAttributeInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Process a single attribute metadata.
onAttribute(MBeanAttributeInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
For each attibute the corresponding xml type definition must be inserted on the QMan schema related section.
onMessage(Message) - Method in class org.apache.qpid.management.domain.services.BrokerMessageListener
When a new message arrives this method is called.
onOperation(MBeanOperationInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
Director callback.
onOperation(MBeanOperationInfo) - Method in interface org.apache.qpid.management.wsdm.capabilities.IArtifactBuilder
Processes an operation (its metadata) of the current MBean.
onOperation(MBeanOperationInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Director callback.
onOperation(MBeanOperationInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Nothing to be done here on this builder.
onOperation(MBeanOperationInfo) - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
 
opcode() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the opcode that will be used for this message.
opcode() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
 
opcode() - Method in class org.apache.qpid.management.messages.SchemaRequestMessage
 
opened(Session) - Method in class org.apache.qpid.management.domain.services.QpidService
 
OPERATION_INVOCATION_REQUEST_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
OPERATION_INVOCATION_RESPONSE_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
OperationHasBeenInvokedNotification - Class in org.apache.qpid.management.jmx
Q-Man JMX method invocation notification.
OperationHasBeenInvokedNotification(String, Object[], String[], Exception) - Constructor for class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Builds a new notification with the given parameters.
OperationHasBeenInvokedNotification(String, Object[], String[], InvocationResult) - Constructor for class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Builds a new notification with the given parameters.
operationIsGoingToBeInvoked(InvocationEvent) - Method in interface org.apache.qpid.management.domain.handler.impl.IMethodInvocationListener
An operation is going to be invoked on a specific object instance.
org.apache.qpid.management - package org.apache.qpid.management
 
org.apache.qpid.management.configuration - package org.apache.qpid.management.configuration
 
org.apache.qpid.management.domain.handler.base - package org.apache.qpid.management.domain.handler.base
 
org.apache.qpid.management.domain.handler.impl - package org.apache.qpid.management.domain.handler.impl
 
org.apache.qpid.management.domain.model - package org.apache.qpid.management.domain.model
 
org.apache.qpid.management.domain.model.type - package org.apache.qpid.management.domain.model.type
 
org.apache.qpid.management.domain.services - package org.apache.qpid.management.domain.services
 
org.apache.qpid.management.jmx - package org.apache.qpid.management.jmx
 
org.apache.qpid.management.messages - package org.apache.qpid.management.messages
 
org.apache.qpid.management.servlet - package org.apache.qpid.management.servlet
 
org.apache.qpid.management.web.action - package org.apache.qpid.management.web.action
 
org.apache.qpid.management.wsdm - package org.apache.qpid.management.wsdm
 
org.apache.qpid.management.wsdm.capabilities - package org.apache.qpid.management.wsdm.capabilities
 
org.apache.qpid.management.wsdm.common - package org.apache.qpid.management.wsdm.common
 
org.apache.qpid.management.wsdm.muse.engine - package org.apache.qpid.management.wsdm.muse.engine
 
org.apache.qpid.management.wsdm.muse.resources - package org.apache.qpid.management.wsdm.muse.resources
 
org.apache.qpid.management.wsdm.muse.serializer - package org.apache.qpid.management.wsdm.muse.serializer
 
org.apache.qpid.management.wsdm.notifications - package org.apache.qpid.management.wsdm.notifications
 
org.apache.qpid.qman.debug - package org.apache.qpid.qman.debug
 

P

PACKAGE - Static variable in class org.apache.qpid.management.Names
 
PACKAGE_NAME_QNAME - Static variable in class org.apache.qpid.management.Names
 
packageName() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the package name.
packageName() - Method in class org.apache.qpid.management.messages.SchemaRequestMessage
Returns the package name.
parameters() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the parameters used for method invocation.
PORT_QNAME - Static variable in class org.apache.qpid.management.Names
 
postDeregister() - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
MBean server callback after deregistration.
postDeregister() - Method in class org.apache.qpid.management.wsdm.QEmu
Not implemented for this class.
postRegister(Boolean) - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
After the object is registered the raw data is set to null.
postRegister(Boolean) - Method in class org.apache.qpid.management.wsdm.QEmu
Not implemented for this class.
preDeregister() - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
MBean server callback before deregistration.
preDeregister() - Method in class org.apache.qpid.management.wsdm.QEmu
Not implemented for this class.
PREFIX - Static variable in class org.apache.qpid.management.Names
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
MBean server callback before registration.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.qpid.management.wsdm.QEmu
MBean server callback.
process(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.base.ContentIndicationMessageHandler
Processes the income message.
process(Decoder, int) - Method in interface org.apache.qpid.management.domain.handler.base.IMessageHandler
Processes the (incoming) stream message.
process(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.EventContentMessageHandler
Processes the income message.
process(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.HeartBeatIndicationMessageHandler
 
process(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.MethodResponseMessageHandler
Processes the incoming message.
process(Decoder) - Method in interface org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler.IProcessor
Processes the incoming message using the given decoder.
process(Decoder, int) - Method in class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
Processes an incoming schema response.
process(NotificationMessage) - Method in class org.apache.qpid.management.wsdm.capabilities.ConsumerCapability
On Message callback.
processAttributes() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Injects attributes metadata on all builders.
processObjectName() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Injects event source object name on all builders.
processOperations() - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Injects operations metadata on all builders.
Protocol - Interface in org.apache.qpid.management
Protocol defined constants.

Q

QEmu - Class in org.apache.qpid.management.wsdm
QEmu is basically an instance creator that is installed separately as part of QMan test cases & examples.
QEmu() - Constructor for class org.apache.qpid.management.wsdm.QEmu
 
QEmuInitializer - Class in org.apache.qpid.management.wsdm
QPid Emulator Initializer.
QEmuInitializer() - Constructor for class org.apache.qpid.management.wsdm.QEmuInitializer
 
QEmuMBean - Interface in org.apache.qpid.management.wsdm
Management interface for QEmu.
QMan - Class in org.apache.qpid.management.domain.services
Main entry point for starting Q-Man application.
QMan() - Constructor for class org.apache.qpid.management.domain.services.QMan
 
QMAN_000001_STARTING_QMAN - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000002_READING_CONFIGURATION - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000003_CREATING_MANAGEMENT_CLIENTS - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000004_MANAGEMENT_CLIENT_CONNECTED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000005_TYPE_MAPPING_CONFIGURED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000006_ACCESS_MODE_MAPPING_CONFIGURED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000007_MANAGEMENT_HANDLER_MAPPING_CONFIGURED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000008_METHOD_REPLY_HANDLER_MAPPING_CONFIGURED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000009_BROKER_DATA_CONFIGURED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000010_INCOMING_SCHEMA - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000011_SHUTDOWN_INITIATED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000012_MANAGEMENT_CLIENT_SHUT_DOWN - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000013_METHOD_REPLY_CONSUMER_INSTALLED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000014_MANAGEMENT_CONSUMER_INSTALLED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000015_MANAGEMENT_QUEUE_DECLARED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000016_METHOD_REPLY_QUEUE_DECLARED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000017_CONSUMER_HAS_BEEN_REMOVED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000018_QUEUE_UNDECLARED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000019_QMAN_STARTED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000020_SHUTTING_DOWN_QMAN - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000021_SHUT_DOWN - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000022_NO_BROKER_CONFIGURED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000023_QMAN_REGISTERED_AS_MBEAN - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000026_WSDM_ADAPTER_STARTS - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000027_WSDM_ADAPTER_STARTED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000028_TEST_MODULE_NOT_FOUND - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000029_DEFAULT_URI - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000030_RESOURCE_HAS_BEEN_CREATED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000031_RESOURCE_HAS_BEEN_REMOVED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000032_EVENTS_LIFECYCLE_TOPIC_HAS_BEEN_CREATED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000033_OBJECTS_LIFECYCLE_TOPIC_HAS_BEEN_CREATED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000034_UNCLASSIFIED_LIFECYCLE_TOPIC_HAS_BEEN_CREATED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000035_WORK_MANAGER_POOL_SIZE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000036_WORK_MANAGER_MAX_POOL_SIZE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_000037_WORK_MANAGER_KEEP_ALIVE_TIME - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100001_BAD_MAGIC_NUMBER_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100002_MESSAGE_READ_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100003_MESSAGE_PROCESS_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100004_HANDLER_INITIALIZATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100005_CLASS_SCHEMA_PROCESSING_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100006_EVENT_SCHEMA_PROCESSING_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100007_UNABLE_TO_CONNECT_WITH_BROKER - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100010_METHOD_INVOCATION_RESULT_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100011_UNKNOWN_CLASS_KIND - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100012_SCHEMA_MESSAGE_PROCESSING_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100013_MBEAN_REGISTRATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100014_ATTRIBUTE_DECODING_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100015_UNABLE_TO_SEND_SCHEMA_REQUEST - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100016_UNABLE_TO_DECODE_FEATURE_VALUE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100017_UNABLE_TO_CONNECT - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100018_UNABLE_TO_STARTUP_CORRECTLY - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100019_REQ_OR_RES_MALFORMED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100020_ACTION_NOT_SUPPORTED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100021_RMD_BUID_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100023_BUILD_WS_ARTIFACTS_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100024_CAPABILITY_INSTANTIATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100025_WSRF_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100026_SOAP_ADDRESS_REPLACEMENT_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100027_RESOURCE_SHUTDOWN_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100029_MALFORMED_RESOURCE_URI_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100030_JMX_CORE_STARTUP_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100031_WS_RESOURCE_ALREADY_INITIALIZED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100032_WS_RESOURCE_NOT_YET_INITIALIZED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100033_WS_RESOURCE_ALREADY_SHUTDOWN - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100034_WSDL_SCHEMA_SECTION_NOT_FOUND - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100035_GET_ATTRIBUTE_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100035_RESOURCE_CAPABILITY_INVOCATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100036_SET_ATTRIBUTE_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100036_TOPIC_DECLARATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100037_INVOKE_OPERATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100038_UNABLE_TO_SEND_WS_NOTIFICATION - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100039_UNABLE_TO_CONFIGURE_PROPERLY_WORKER_MANAGER - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_100040_UNABLE_TO_LOCATE_WSRP_PROPERTIES - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200001_INCOMING_MESSAGE_HAS_BEEN_RECEIVED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200002_OPCODE_HANDLER_ASSOCIATION - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200003_MESSAGE_FORWARDING - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200004_MANAGEMENT_QUEUE_NAME - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200005_METHOD_REPLY_QUEUE_NAME - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200006_QPID_CONNECTION_RELEASED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200007_TEST_CONNECTION_ON_RESERVE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200008_CONNECTION_DESTROYED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200009_CONNECTION_DESTROY_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200010_EVENT_MBEAN_REGISTERED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200011_OBJECT_MBEAN_REGISTERED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200012_OBJECT_MBEAN_UNREGISTERED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200013_ARGUMENT_VALUE_ENCODED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200014_INCOMING_INSTRUMENTATION_DATA - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200015_INCOMING_CONFIGURATION_DATA - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200016_PROPERTY_DEFINITION_HAS_BEEN_BUILT - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200017_STATISTIC_DEFINITION_HAS_BEEN_BUILT - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200018_OPTIONAL_PROPERTIES_INFO - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200019_EVENT_ARGUMENT_DEFINITION_HAS_BEEN_BUILT - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200020_ENTITY_DEFINITION_HAS_BEEN_BUILT - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200021_INCOMING_EVENT_DATA - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200022_VALIDATOR_INSTALLED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200023_VALIDATOR_NOT_FOUND - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200024_MANAGEMENT_MESSAGE_HAS_BEEN_SENT - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200025_SUBSCRIPTION_DECLARED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200026_SUBSCRIPTION_REMOVED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200027_QUEUE_DECLARED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200028_QUEUE_REMOVED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200029_BINDING_DECLARED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200030_BINDING_REMOVED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200031_COMPOUND_MESSAGE_CONTAINS - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200032_COMMAND_MESSAGE_ROUTING_KEY - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200033_CAPABILITY_CLASS_HAS_BEEN_ADDED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200034_RMD_NAME - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200035_RMD_PATH - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200036_ADDITIONAL_RMD_PROPERTY - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200037_RMD - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200038_WSRP - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200039_DEBUG_JMX_NOTIFICATION - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200040_WS_ARTIFACTS_CACHED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200041_INCOMING_OBJECT_NAME_AND_DERIVED_KEY - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200042_REMOVING_RESOURCE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200043_GENERATED_ACCESSOR_METHOD - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_200044_GENERATED_METHOD - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300001_MESSAGE_DISCARDED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300002_UNKNOWN_SEQUENCE_NUMBER - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300003_BROKER_ALREADY_CONNECTED - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300004_INVALID_CONFIGURATION_FILE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300005_QEMU_INITIALIZATION_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300006_OS_MBEAN_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_300007_RUNTIME_MBEAN_FAILURE - Static variable in interface org.apache.qpid.management.Messages
 
QMAN_CONFIG_OPTION_NAME - Static variable in class org.apache.qpid.management.Names
 
QMAN_OBJECT_NAME - Static variable in class org.apache.qpid.management.Names
 
QMAN_RESOURCE_NAME - Static variable in class org.apache.qpid.management.Names
 
QMAN_RESOURCE_PORT_TYPE_NAME - Static variable in class org.apache.qpid.management.Names
 
QMAN_SCHEMA_XPATH - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
QMAN_STATUS_ATTRIBUTE_NAME - Static variable in class org.apache.qpid.management.Names
 
QMAN_STATUS_CODE_NAME - Static variable in class org.apache.qpid.management.Names
 
QMAN_STATUS_TEXT_NAME - Static variable in class org.apache.qpid.management.Names
 
QManAdapterCapability - Class in org.apache.qpid.management.wsdm.capabilities
QMan Adapter capability.
QManAdapterCapability() - Constructor for class org.apache.qpid.management.wsdm.capabilities.QManAdapterCapability
 
QManFault - Exception in org.apache.qpid.management.wsdm.common
Base class for QMan thrown faults.
QManFault(EndpointReference, Exception) - Constructor for exception org.apache.qpid.management.wsdm.common.QManFault
Builds a new exception with the given endpoint reference and the exception cause.
QManFault(EndpointReference, QName, String) - Constructor for exception org.apache.qpid.management.wsdm.common.QManFault
Builds a new exception with the given endpoint reference, qname and detail message.
QManLifeCycleManager - Class in org.apache.qpid.management.servlet
QMan JMX lifecycle manager.
QManLifeCycleManager() - Constructor for class org.apache.qpid.management.servlet.QManLifeCycleManager
 
QManMessageHandler - Class in org.apache.qpid.management.wsdm.capabilities
JMXConnectionListener_example custom implementation of Muse message handler to properly deal with byte arrays.
QManMessageHandler(String, QName, QName) - Constructor for class org.apache.qpid.management.wsdm.capabilities.QManMessageHandler
Builds a new message handler with the given arguments.
QManMetadataExchangeCapability - Class in org.apache.qpid.management.wsdm.capabilities
QMan resource metadata exchange.
QManMetadataExchangeCapability() - Constructor for class org.apache.qpid.management.wsdm.capabilities.QManMetadataExchangeCapability
 
QManResourceIdFactory - Class in org.apache.qpid.management.wsdm.common
A simple implementation of resource id factory that uses a UUID as resource identifier.
QManResourceIdFactory() - Constructor for class org.apache.qpid.management.wsdm.common.QManResourceIdFactory
 
QManWsResource - Class in org.apache.qpid.management.wsdm.muse.resources
QMan WS resource.
QManWsResource() - Constructor for class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
 
QManWsResource.State - Interface in org.apache.qpid.management.wsdm.muse.resources
Internal state of this resource.
QPID_EMULATOR_OBJECT_NAME - Static variable in class org.apache.qpid.management.Names
 
QpidArgument - Class in org.apache.qpid.management.domain.model
An argument is the formal definition of a parameter belonging to a specific method / operation.
QpidArgument() - Constructor for class org.apache.qpid.management.domain.model.QpidArgument
 
QpidAttribute - Class in org.apache.qpid.management.domain.model
Layer supertype for qpid properties and statistics.
QpidAttribute() - Constructor for class org.apache.qpid.management.domain.model.QpidAttribute
 
QpidClass - Class in org.apache.qpid.management.domain.model
Qpid Class definition.
QpidClass(String, Binary, QpidPackage) - Constructor for class org.apache.qpid.management.domain.model.QpidClass
Builds a new class with the given name and package as parent.
QpidClass.QManManagedObject - Class in org.apache.qpid.management.domain.model
MBean used for representing remote broker object instances.
QpidClass.QManManagedObject(Binary) - Constructor for class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
Builds a new managed object with the given object identifier.
QpidClass.State - Interface in org.apache.qpid.management.domain.model
State interface for this class definition.
QpidClassMBean - Interface in org.apache.qpid.management.domain.model
Management interface for Qpid entity class..
QpidDatasource - Class in org.apache.qpid.management.configuration
Qpid datasource.
QpidDatasource.PooledConnection - Class in org.apache.qpid.management.configuration
A connection decorator used for adding pool interaction behaviour to an existing connection.
QpidDatasource.QpidConnectionFactory - Class in org.apache.qpid.management.configuration
This is the connection factory, that is, the factory used to manage the lifecycle (create, validate & destroy) of the broker connection(s).
QpidDomainObject - Class in org.apache.qpid.management.domain.handler.impl
This is a sample entity used on QMan test case.
QpidDomainObject() - Constructor for class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Builds a new QpidDomainObject with default values for its properties.
QpidDomainObjectMBean - Interface in org.apache.qpid.management.domain.handler.impl
Management interface for Qpid domain object.
QpidEntity - Class in org.apache.qpid.management.domain.model
Layer supertype for QMan entities.
QpidEntity(String, Binary, QpidPackage, String) - Constructor for class org.apache.qpid.management.domain.model.QpidEntity
Builds a new class with the given name and package as parent.
QpidEntity.QManManagedEntity - Class in org.apache.qpid.management.domain.model
Layer supertype for QMan managed bean entities.
QpidEntity.QManManagedEntity() - Constructor for class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity
 
QpidEvent - Class in org.apache.qpid.management.domain.model
Qpid event definition.
QpidEvent(String, Binary, QpidPackage) - Constructor for class org.apache.qpid.management.domain.model.QpidEvent
Builds a new class with the given name and package as parent.
QpidEvent.QManManagedEvent - Class in org.apache.qpid.management.domain.model
MBean used for representing remote broker object instances.
QpidEvent.State - Interface in org.apache.qpid.management.domain.model
State interface for this event definition.
QpidEventMBean - Interface in org.apache.qpid.management.domain.model
Management interface for Qpid entity class..
QpidFeature - Class in org.apache.qpid.management.domain.model
Layer Supertype for all qpid management features.
QpidFeature() - Constructor for class org.apache.qpid.management.domain.model.QpidFeature
 
QpidFeatureBuilder - Class in org.apache.qpid.management.domain.model
A builder used to parse incoming schema message and therefore to build a feature (property, statistic, method, event) definition.
QpidFeatureBuilder.Attribute - Enum in org.apache.qpid.management.domain.model
 
QpidFeatureBuilder.State - Interface in org.apache.qpid.management.domain.model
Builder state for this class.
QpidMethod - Class in org.apache.qpid.management.domain.model
Qpid method definition.
QpidMethod(String, String) - Constructor for class org.apache.qpid.management.domain.model.QpidMethod
Builds a new qpid method definition with the given name and description.
QpidPackage - Class in org.apache.qpid.management.domain.model
Qpid package definition.
QpidPackage(String, DomainModel) - Constructor for class org.apache.qpid.management.domain.model.QpidPackage
Builds a new package with the supplied name.
QpidPackage.QpidClassIdentity - Class in org.apache.qpid.management.domain.model
Qpid class identity.
QpidPackage.QpidClassIdentity(String, Binary) - Constructor for class org.apache.qpid.management.domain.model.QpidPackage.QpidClassIdentity
Builds a new class identity with the given name and hash.
QpidProperty - Class in org.apache.qpid.management.domain.model
Qpid property definition.
QpidProperty() - Constructor for class org.apache.qpid.management.domain.model.QpidProperty
 
QpidProperty.Decoder - Interface in org.apache.qpid.management.domain.model
Decoder interface used for decoding incomng values for this property.
QpidProperty.NumberValidator - Class in org.apache.qpid.management.domain.model
Validator responsible for validating numbers.
QpidProperty.NumberValidator() - Constructor for class org.apache.qpid.management.domain.model.QpidProperty.NumberValidator
 
QpidProperty.StringValidator - Class in org.apache.qpid.management.domain.model
Validator responsible for validating strings.
QpidProperty.StringValidator() - Constructor for class org.apache.qpid.management.domain.model.QpidProperty.StringValidator
 
QpidService - Class in org.apache.qpid.management.domain.services
Qpid Broker facade.
QpidService(UUID) - Constructor for class org.apache.qpid.management.domain.services.QpidService
Builds a new service with the given connection data.
QpidStatistic - Class in org.apache.qpid.management.domain.model
Qpid statistic definition.
QpidStatistic() - Constructor for class org.apache.qpid.management.domain.model.QpidStatistic
 

R

READ_ONLY - Static variable in class org.apache.qpid.management.Names
 
READ_WRITE - Static variable in class org.apache.qpid.management.Names
 
readData() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the encoded data of this message.
readData(byte[]) - Method in class org.apache.qpid.management.messages.ManagementMessage
 
READING - Variable in class org.apache.qpid.management.messages.ManagementMessage
Strategy used for retrieving raw data from this message when it has been already encoded.
reallyClose() - Method in class org.apache.qpid.management.configuration.QpidDatasource.PooledConnection
 
REF_ATTRIBUTE - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
registerEntityDefinition(ObjectName, QpidEntity, String, String) - Method in class org.apache.qpid.management.domain.model.JmxService
 
registerEventInstance(QpidEvent.QManManagedEvent, UUID, String, String) - Method in class org.apache.qpid.management.domain.model.JmxService
Registers an event instance with MBean server.
registerObjectInstance(QpidClass.QManManagedObject, UUID, String, String, Binary) - Method in class org.apache.qpid.management.domain.model.JmxService
Registers a pre-existing object instance as an MBean with the MBean server.
registerQManService(QMan) - Method in class org.apache.qpid.management.domain.model.JmxService
Registers QMan with the MBeanServer.
releaseResources() - Method in class org.apache.qpid.management.domain.model.DomainModel
Releases all the resources kept by domain model entitiies.
releaseResources() - Method in class org.apache.qpid.management.domain.model.QpidClass
Deregisters all the object instances and release all previously acquired resources.
releaseResources() - Method in class org.apache.qpid.management.domain.model.QpidEvent
Deregisters all the object instances and release all previously acquired resources.
releaseResources() - Method in class org.apache.qpid.management.domain.model.QpidPackage
Releases all previously acquired resources of this package.
removeObjectInstance(String, String, Binary, Binary) - Method in class org.apache.qpid.management.domain.handler.base.ContentIndicationMessageHandler
Removes an object instance from the domain model.
removeObjectInstance(String, String, Binary, Binary) - Method in class org.apache.qpid.management.domain.model.DomainModel
Removes the object instance associated to the given parameters.
removeObjectInstance(Binary) - Method in class org.apache.qpid.management.domain.model.QpidClass
Removes the object instance associated to the given identifier.
removeObjectInstance(String, Binary, Binary) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Removes the object instance associated to the given parameters.
removeSubscription(String) - Method in class org.apache.qpid.management.domain.services.QpidService
Removes a previously declared consumer from the broker.
requestSchema() - Method in class org.apache.qpid.management.domain.model.QpidEntity
Internal method used to send a schema request for this entity.
requestSchema(String, String, Binary) - Method in class org.apache.qpid.management.domain.services.QpidService
Requests a schema for the given package.class.hash.
RES_ID_QNAME - Static variable in class org.apache.qpid.management.Names
 
RESOURCE_ID_QNAME - Static variable in class org.apache.qpid.management.Names
 
RESOURCE_QNAME - Static variable in class org.apache.qpid.management.Names
 
ResourcesManagementAction - Class in org.apache.qpid.management.web.action
This controller retrieves from QMan all the registered resources and organize that data in a model that is then forwarded to the appropriate view page.
ResourcesManagementAction() - Constructor for class org.apache.qpid.management.web.action.ResourcesManagementAction
 
Result - Class in org.apache.qpid.management.wsdm.capabilities
Data Transfer Object that encapsulates the result of a method invocation.
Result(Map<String, Object>) - Constructor for class org.apache.qpid.management.wsdm.capabilities.Result
Builds a new result DTO with the given parameters.
resumed(Session) - Method in class org.apache.qpid.management.domain.services.QpidService
 
RmdBuilder - Class in org.apache.qpid.management.wsdm.capabilities
Resource Metadata Descriptor Builder.
RmdBuilder() - Constructor for class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
 

S

SCHEMA_INJECTED_NOTIFICATION_TYPE - Static variable in class org.apache.qpid.management.jmx.EntityLifecycleNotification
 
SCHEMA_REQUEST_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
SCHEMA_REQUESTED_NOTIFICATION_TYPE - Static variable in class org.apache.qpid.management.jmx.EntityLifecycleNotification
 
SCHEMA_RESPONSE_OPCODE - Static variable in interface org.apache.qpid.management.Protocol
 
schemaHash() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
Returns the schema hash.
schemaHash() - Method in class org.apache.qpid.management.messages.SchemaRequestMessage
Returns the schema hash.
SchemaRequestMessage - Class in org.apache.qpid.management.messages
Abstract representation of a schema request message.
SchemaRequestMessage() - Constructor for class org.apache.qpid.management.messages.SchemaRequestMessage
 
SchemaResponseMessageHandler - Class in org.apache.qpid.management.domain.handler.impl
Schema Response message handler.
SchemaResponseMessageHandler() - Constructor for class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
 
SchemaResponseMessageHandler.IProcessor - Interface in org.apache.qpid.management.domain.handler.impl
Behavioural interface for classes that are responsible to deal with schema messages.
sendMessage(Message) - Method in class org.apache.qpid.management.domain.services.QpidService
Sends a command message.
sequenceNumber() - Method in class org.apache.qpid.management.messages.ManagementMessage
Returns the sequence number that will be used for this message.
SequenceNumberGenerator - Class in org.apache.qpid.management.domain.services
Sequence number generator utility class.
SequenceNumberGenerator() - Constructor for class org.apache.qpid.management.domain.services.SequenceNumberGenerator
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.servlet.ConnectQManToBroker
This is a startup module only so an override of the default servlet behaviour must be done in order to prevent incoming http requests processing.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.ConsoleAction
Prepares data for System Overview admin console page and forward that data to that page.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.JmxPerspectiveAction
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.ResourcesManagementAction
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.WsdmOperationsPerspectiveAction
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.WsdmPropertiesPerspectiveAction
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.WsdmRmdPerspectiveAction
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.web.action.WsdmWsdlPerspectiveAction
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.qpid.management.wsdm.QEmuInitializer
This is a startup module only so an override of the default servlet behaviour must be done in order to prevent incoming http requests processing.
SERVICE_LOCATION_XPATH - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
setAccessMode(AccessMode) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Sets access mode for this property.
setArchName(String) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setAttribute(Attribute) - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
Sets the value of the given attribute on this object instance.
setAttribute(Attribute) - Method in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
Sets the value of the given attribute on this object instance.
setAttribute(Attribute) - Method in class org.apache.qpid.management.domain.services.QMan
Not implemented for this MBean.
setAttribute(String, Object) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
Sets the value for the given attribute on this MBean (proxy).
setAttributes(AttributeList) - Method in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
Sets the values of several attributes of this MBean.
setAttributes(AttributeList) - Method in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
Sets the values of several attributes of this MBean.
setAttributes(AttributeList) - Method in class org.apache.qpid.management.domain.services.QMan
Not implemented for this MBean.
setBootClasspath(String[]) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setClasspath(String[]) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setConfigurator(Configurator) - Method in class org.apache.qpid.management.domain.services.QMan
Injects the configurator on this QMan instance.
setContextPath(String) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the context path of this resource.
setCurrentAttributeName(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionDataParser
Callback: each time the end of an element is reached this method is called.
setCurrentAttributeName(String) - Method in interface org.apache.qpid.management.configuration.IParser
Main director callback : Sets the name of the current attribute.
setCurrentAttributeName(String) - Method in class org.apache.qpid.management.configuration.WorkerManagerConfigurationParser
Callback: each time the end of an element is reached this method is called.
setCurrrentAttributeValue(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionDataParser
Callback : the given value is the text content of the current node.
setCurrrentAttributeValue(String) - Method in interface org.apache.qpid.management.configuration.IParser
Main director callback : sets the value of the current attribute.
setCurrrentAttributeValue(String) - Method in class org.apache.qpid.management.configuration.WorkerManagerConfigurationParser
Callback : the given value is the text content of the current node.
setDefaultValue(Object) - Method in class org.apache.qpid.management.domain.model.QpidArgument
Sets the default value of this argument.
setDescription(String) - Method in class org.apache.qpid.management.domain.model.QpidFeature
Sets the description for this feature.
setDirection(String) - Method in class org.apache.qpid.management.domain.model.QpidArgument
Sets the direction of this argument.
setDomainModel(DomainModel) - Method in class org.apache.qpid.management.domain.handler.base.BaseMessageHandler
Sets the broker domain model.
setDomainModel(DomainModel) - Method in interface org.apache.qpid.management.domain.handler.base.IMessageHandler
Injects the domain model into this handler.
setDomainModel(DomainModel) - Method in class org.apache.qpid.management.domain.handler.impl.MethodResponseMessageHandler
Sets the domain model on this handler.
setEndpointReference(EndpointReference) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the endpoint reference of this resource.
setEnvironment(Environment) - Method in class org.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
Director callback.
setEnvironment(Environment) - Method in interface org.apache.qpid.management.wsdm.capabilities.IArtifactBuilder
Injects the adapter enviroment on this builder.
setEnvironment(Environment) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
Injects the module environment on this builder.
setEnvironment(Environment) - Method in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
Nothing to be done here on this builder.
setEnvironment(Environment) - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
Injects the application context environment on this builder.
setEnvironment(Environment) - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Injects the environment on this director.
setEnvironment(Environment) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the context environment of this resource.
setEventInstanceRawData(String, Binary, byte[], long, int) - Method in class org.apache.qpid.management.domain.model.QpidPackage
 
setExpireTime(Date) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
setExpireTime(Date) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Sets the expireTime property value.
setHandlers(Map<Character, IMessageHandler>) - Method in class org.apache.qpid.management.domain.services.BrokerMessageListener
Configures a new handler with this listener.
setHeader(Header) - Method in class org.apache.qpid.management.messages.ManagementMessage
Sets the header for this message.
setHost(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the value of host property for this connection data.
setHost(String) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setId(String) - Method in class org.apache.qpid.management.web.action.BrokerModel
Sets the identifier of the owner of this model.
setInitializationParameters(Map) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the initialization parameters of this resource.
setInitialPoolCapacity(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the initial connection pool capacity.
setInputArguments(String[]) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setLog(Logger) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
N.A.
setMaxLength(int) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Sets the max length value for this property.
setMaxPoolCapacity(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the max number of allowed connections that can be opened.
setMaxValue(int) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Sets the masimum allowed value for this property.
setMaxWaitTimeout(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the max wait timeout for retrieving an available connections from the pool.
setMethodInvocationListener(IMethodInvocationListener) - Method in class org.apache.qpid.management.domain.model.DomainModel
 
setMgmtPubInterval(Short) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
setMgmtPubInterval(Short) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Sets the mgmtPubInterval property value.
setMinValue(int) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Sets the minimum allowed value for this property.
setName(String) - Method in class org.apache.qpid.management.domain.model.QpidFeature
Sets the name for this feature.
setObjectInstanceConfigurationRawData(String, Binary, Binary, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Injects into a class the given object instance configuration data.
setObjectInstanceInstrumentationRawData(String, Binary, Binary, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidPackage
Injects into a class the given object instance instrumentation data.
setObjectName(ObjectName) - Method in class org.apache.qpid.management.wsdm.common.ThreadSession
Sets the object name on this thread session.
setOsName(String) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setOsVersion(String) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setOutputSection(Map<String, Object>) - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
Sets the output section (decoded) of this invocation result.
setPassword(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the value of password property for this connection data.
setPort(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the value of port property for this connection data.
setPort(int) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setProcessors(Integer) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setResource(Resource) - Method in class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Injectcs the ws resource on this director.
setResourceManager(ResourceManager) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the resource manager owner of this resource.
setResourceMetadataDescriptor(Element[]) - Method in class org.apache.qpid.management.wsdm.common.ThreadSession
Sets the WSDL elements on this thread session.
setResourceObjectName(ObjectName) - Method in class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
Injects on this capability the object name of the target mbean.
setSchema(List<Map<String, Object>>, List<Map<String, Object>>, List<MethodOrEventDataTransferObject>) - Method in class org.apache.qpid.management.domain.model.QpidClass
Sets the schema for this class definition.
setSchema(List<Map<String, Object>>, List<Map<String, Object>>, List<MethodOrEventDataTransferObject>) - Method in interface org.apache.qpid.management.domain.model.QpidClass.State
Inject the schema into this class definition.
setSchema(List<Map<String, Object>>) - Method in class org.apache.qpid.management.domain.model.QpidEvent
Sets the schema for this class definition.
setSchema(List<Map<String, Object>>) - Method in interface org.apache.qpid.management.domain.model.QpidEvent.State
Inject the schema into this class definition.
setStartDate(Date) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setSystemProperties(String[]) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setType(String) - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
 
setType(String) - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Returns the type property value.
setType(Type) - Method in class org.apache.qpid.management.domain.model.QpidAttribute
Sets the type of this feature.
setType(Type) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Sets the type of this property.
setUnit(String) - Method in class org.apache.qpid.management.domain.model.QpidAttribute
Sets the unit for this property.
setUsername(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the value of username property for this connection data.
setVersion(String) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setVersionName(String) - Method in class org.apache.qpid.management.web.action.ConsoleModel
 
setVirtualHost(String) - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
Sets the value of virtual host property for this connection data.
setWorkerManagerKeepAliveTime(long) - Method in class org.apache.qpid.management.configuration.Configuration
Sets the max amount of time that an excess thread can be idle before purging from the pool.
setWorkerManagerMaxPoolSize(int) - Method in class org.apache.qpid.management.configuration.Configuration
Sets the maximum size of the worker manager thread pool size.
setWorkerManagerPoolSize(int) - Method in class org.apache.qpid.management.configuration.Configuration
Sets the size of the worker manager thread pool.
setWsdlDocument(Document) - Method in class org.apache.qpid.management.wsdm.common.ThreadSession
Sets the WSDL document on this thread session.
setWsdlPath(String) - Method in class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
Injects the path of the wsdl document.
setWsdlPath(String) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the WSDL (relative) path of this resource.
setWsdlPortType(QName) - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Sets the port type of this resource.
SEVERITY_ATTR_NAME - Static variable in class org.apache.qpid.management.domain.model.QpidEvent
 
shutdown() - Method in class org.apache.qpid.management.domain.services.ManagementClient
Shutdown procedure for this management client.
shutdown() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Shutdown procedure for this resource.
shutdown() - Method in interface org.apache.qpid.management.wsdm.muse.resources.QManWsResource.State
Shuts down this resource.
specificMessageEncoding() - Method in class org.apache.qpid.management.messages.ManagementMessage
Concrete subclasses (message implementations) must define here their specific data encoding.
specificMessageEncoding() - Method in class org.apache.qpid.management.messages.MethodInvocationRequestMessage
 
specificMessageEncoding() - Method in class org.apache.qpid.management.messages.SchemaRequestMessage
 
start() - Method in class org.apache.qpid.management.domain.services.QMan
Starts QMan.
startElement(String, String, String, Attributes) - Method in class org.apache.qpid.management.configuration.Configurator
Here is defined what parser needs to be used for processing the current data.
StartupFailureException - Exception in org.apache.qpid.management.domain.services
Thrown in case of service startup failure.
StartupFailureException(Exception) - Constructor for exception org.apache.qpid.management.domain.services.StartupFailureException
Builds a new StartupFailureException with the given exception.
state - Variable in class org.apache.qpid.management.domain.model.type.Binary
Current state (hashcode computation).
stop() - Method in class org.apache.qpid.management.domain.services.QMan
Stop Qman
Str16 - Class in org.apache.qpid.management.domain.model.type
 
Str16() - Constructor for class org.apache.qpid.management.domain.model.type.Str16
 
Str8 - Class in org.apache.qpid.management.domain.model.type
 
Str8() - Constructor for class org.apache.qpid.management.domain.model.type.Str8
 
STRING_VALIDATOR - Static variable in class org.apache.qpid.management.Names
 
sync() - Method in class org.apache.qpid.management.domain.services.QpidService
All the previously entered outstanding commands are asynchronous.

T

Tag - Enum in org.apache.qpid.management.configuration
Configuration Tag catalogue.
ThreadSession - Class in org.apache.qpid.management.wsdm.common
Thread-scoped session.
ThreadSession() - Constructor for class org.apache.qpid.management.wsdm.common.ThreadSession
Empty constructor.
ThreadSessionManager - Class in org.apache.qpid.management.wsdm.common
Thread session manager used to handle thread-scoped sessions.
throwsException() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
A method that is throwing an exception, everytime.
throwsException() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
A method that is throwing an exception, everytime.
TIMEMILLIS_ATTRIBUTE_NAME - Static variable in class org.apache.qpid.management.Names
 
TIMESTAMP_ATTR_NAME - Static variable in class org.apache.qpid.management.domain.model.QpidEvent
 
toHtml(Object) - Method in interface org.apache.qpid.management.web.action.JmxPerspectiveAction.JavaToHtmlAdapter
Returns an HTML string representation of the given object.
toHtml(Object) - Method in interface org.apache.qpid.management.web.action.WsdmOperationsPerspectiveAction.JavaToHtmlAdapter
 
toHtml(Object) - Method in interface org.apache.qpid.management.web.action.WsdmPropertiesPerspectiveAction.JavaToHtmlAdapter
 
toString() - Method in class org.apache.qpid.management.configuration.BrokerConnectionData
 
toString() - Method in class org.apache.qpid.management.domain.handler.impl.InvocationResult
 
toString() - Method in class org.apache.qpid.management.domain.model.QpidArgument
 
toString() - Method in class org.apache.qpid.management.domain.model.QpidAttribute
 
toString() - Method in class org.apache.qpid.management.domain.model.QpidClass
 
toString() - Method in class org.apache.qpid.management.domain.model.QpidEvent
 
toString() - Method in class org.apache.qpid.management.domain.model.QpidFeature
Returns the name of the feature.
toString() - Method in class org.apache.qpid.management.domain.model.QpidMethod
Returns a string representation of this method.
toString() - Method in class org.apache.qpid.management.domain.model.QpidPackage
Returns a string representation of this class.
toString() - Method in class org.apache.qpid.management.domain.model.type.Binary
 
toString() - Method in class org.apache.qpid.management.domain.model.type.Type
Returns a string representation of this type.
toString() - Method in class org.apache.qpid.management.domain.services.ManagementClient
 
toString() - Method in class org.apache.qpid.management.jmx.EntityLifecycleNotification
Returns a string representation of this notification.
toString() - Method in class org.apache.qpid.management.jmx.OperationHasBeenInvokedNotification
Returns a string representation of this notification.
toString() - Method in class org.apache.qpid.management.wsdm.muse.resources.QManWsResource
Returns a string representation of this resource.
toXML(Object, QName) - Method in class org.apache.qpid.management.wsdm.muse.serializer.ByteArraySerializer
Return an xml representation of the given byte array with the given name.
toXML(Object, QName) - Method in class org.apache.qpid.management.wsdm.muse.serializer.DateSerializer
Return an xml representation of the given UUID with the given name.
toXML(Object, QName) - Method in class org.apache.qpid.management.wsdm.muse.serializer.InvocationResultSerializer
Return an xml representation of the given UUID with the given name.
toXML(Object, QName) - Method in class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
Return an xml representation of the given Map with the given name.
toXML(Object, QName) - Method in class org.apache.qpid.management.wsdm.muse.serializer.ObjectSerializer
Converts the given object (with the given qname) in XML format.
toXML(Object, QName) - Method in class org.apache.qpid.management.wsdm.muse.serializer.UUIDSerializer
Return an xml representation of the given UUID with the given name.
toXML() - Method in class org.apache.qpid.management.wsdm.notifications.LifeCycleEvent
Returns an XML representation of this event.
toXML(Document) - Method in class org.apache.qpid.management.wsdm.notifications.LifeCycleEvent
Returns an XML representation of this event using the given input document as owner.
Type - Class in org.apache.qpid.management.domain.model.type
Layer supertype for all management "types".
Type(Class<?>) - Constructor for class org.apache.qpid.management.domain.model.type.Type
Builds a new management type wiich wraps the given java type.
TYPE - Static variable in class org.apache.qpid.management.Names
 
TYPE_ATTRIBUTE - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 

U

Uint16 - Class in org.apache.qpid.management.domain.model.type
 
Uint16() - Constructor for class org.apache.qpid.management.domain.model.type.Uint16
 
Uint32 - Class in org.apache.qpid.management.domain.model.type
 
Uint32() - Constructor for class org.apache.qpid.management.domain.model.type.Uint32
 
Uint64 - Class in org.apache.qpid.management.domain.model.type
 
Uint64() - Constructor for class org.apache.qpid.management.domain.model.type.Uint64
 
Uint8 - Class in org.apache.qpid.management.domain.model.type
 
Uint8() - Constructor for class org.apache.qpid.management.domain.model.type.Uint8
 
UnableToBuildFeatureException - Exception in org.apache.qpid.management.domain.model
Thrown when a feature (property, statistic, method or event) definition cannot be built due to schema parsing errors.
UnableToBuildFeatureException(Exception, String) - Constructor for exception org.apache.qpid.management.domain.model.UnableToBuildFeatureException
Builds a new UnableToBuildFeatureException with the specified cause.
UnableToBuildFeatureException(String) - Constructor for exception org.apache.qpid.management.domain.model.UnableToBuildFeatureException
Builds a new UnableToBuildFeatureException with the specified message.
UnableToComplyException - Exception in org.apache.qpid.management.domain.services
 
UnableToComplyException(Exception) - Constructor for exception org.apache.qpid.management.domain.services.UnableToComplyException
 
UnableToConnectWithBrokerFault - Exception in org.apache.qpid.management.wsdm.common
This is the exception encapsulating the fault that will be thrown in case of broker connection failure.
UnableToConnectWithBrokerFault(EndpointReference, String, int, String, String, String) - Constructor for exception org.apache.qpid.management.wsdm.common.UnableToConnectWithBrokerFault
Builds a new exception with the given endpoint reference and connection data.
UNKNOWN_OBJECT_TYPE_LIFECYLE_TOPIC_NAME - Static variable in class org.apache.qpid.management.Names
 
UnknownAccessCodeException - Exception in org.apache.qpid.management.configuration
Thrown when no access mode is found in configuration associated to the given code.
UnknownAccessCodeException(int) - Constructor for exception org.apache.qpid.management.configuration.UnknownAccessCodeException
Builds a new UnknownAccessCodeException with the given code.
UnknownBrokerException - Exception in org.apache.qpid.management.configuration
Thrown when someone requests connection data for an unknown broker.
UnknownBrokerException(UUID) - Constructor for exception org.apache.qpid.management.configuration.UnknownBrokerException
Builds a new UnknownBrokerException with the given broker id.
UnknownTypeCodeException - Exception in org.apache.qpid.management.configuration
Thrown when no type is found in configuration associated to the given code.
UnknownTypeCodeException(int) - Constructor for exception org.apache.qpid.management.configuration.UnknownTypeCodeException
Builds a new UnknownTypeCodeException with the given code.
unpack64(byte[]) - Method in class org.apache.qpid.management.domain.model.type.Binary
 
unregister(ObjectName) - Method in class org.apache.qpid.management.wsdm.QEmu
Unregisters a Queue MBean with MBeanServer.
unregister(ObjectName) - Method in interface org.apache.qpid.management.wsdm.QEmuMBean
Unregisters a Queue MBean with MBeanServer.
unregisterClassDefinitions() - Method in class org.apache.qpid.management.domain.model.JmxService
 
unregisterEvents() - Method in class org.apache.qpid.management.domain.model.JmxService
Removes (unregister) all events from MBean Server.
unregisterObjectInstance(UUID, String, String, Binary) - Method in class org.apache.qpid.management.domain.model.JmxService
Removes / unregisters a managed object instance from the MBean Server.
unregisterObjectInstances() - Method in class org.apache.qpid.management.domain.model.JmxService
Removes (unregister) all object instances from MBean Server.
updateDomainModel(String, String, Binary, Binary, long, long, long, byte[]) - Method in class org.apache.qpid.management.domain.handler.base.ContentIndicationMessageHandler
Updates domain model with the incoming data.
updateDomainModel(String, String, Binary, Binary, long, long, long, byte[]) - Method in class org.apache.qpid.management.domain.handler.impl.ConfigurationMessageHandler
Broker domain model is going to be updated with incoming configuration data.
updateDomainModel(String, String, Binary, Binary, long, long, long, byte[]) - Method in class org.apache.qpid.management.domain.handler.impl.InstrumentationMessageHandler
Broker domain model is going to be updated with incoming instrumentation data.
updateEventInstanceWithData(QpidEvent.QManManagedEvent) - Method in class org.apache.qpid.management.domain.model.QpidEvent
Updates the given obejct instance with the given incoming configuration data.
updateInstanceWithConfigurationData(QpidClass.QManManagedObject, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidClass
Updates the given obejct instance with the given incoming configuration data.
updateInstanceWithInstrumentationData(QpidClass.QManManagedObject, byte[]) - Method in class org.apache.qpid.management.domain.model.QpidClass
Updates the given object instance with the given incoming instrumentation data.
updateLastRefreshDate() - Method in class org.apache.qpid.management.domain.model.DomainModel
Updates the last refresh date.
USERNAME_QNAME - Static variable in class org.apache.qpid.management.Names
 
Uuid - Class in org.apache.qpid.management.domain.model.type
 
Uuid() - Constructor for class org.apache.qpid.management.domain.model.type.Uuid
 
UUIDSerializer - Class in org.apache.qpid.management.wsdm.muse.serializer
Implementation of Muse Serializer for UUID type.
UUIDSerializer() - Constructor for class org.apache.qpid.management.wsdm.muse.serializer.UUIDSerializer
 

V

validate(Object) - Method in interface org.apache.qpid.management.domain.model.IValidator
Validates the given value according to the rules definied by this validator.
validate(Object[]) - Method in class org.apache.qpid.management.domain.model.QpidMethod
Validates the given array of parameters against the constraint defined on this method's arguments.
validate(Object) - Method in class org.apache.qpid.management.domain.model.QpidProperty.NumberValidator
 
validate(Object) - Method in class org.apache.qpid.management.domain.model.QpidProperty.StringValidator
 
validate(Object) - Method in class org.apache.qpid.management.domain.model.QpidProperty
Validates the given value according to the current validator.
VALIDATE_WSRP_PARAM - Static variable in class org.apache.qpid.management.Names
 
validateObject(Object) - Method in class org.apache.qpid.management.configuration.QpidDatasource.QpidConnectionFactory
Validates the underlying connection.
ValidationException - Exception in org.apache.qpid.management.domain.model
Thrown when an attempt is made in order to update / change the state of an object and a constraint on that state is violated.
ValidationException(String, Number, String, Object) - Constructor for exception org.apache.qpid.management.domain.model.ValidationException
Builds a new validation exception with the specified parameters.
VALUE - Static variable in class org.apache.qpid.management.Names
 
valueOf(String) - Static method in enum org.apache.qpid.management.configuration.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.management.domain.model.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.management.domain.model.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.management.domain.model.QpidFeatureBuilder.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.management.wsdm.notifications.LifeCycleEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.qpid.management.configuration.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.management.domain.model.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.management.domain.model.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.management.domain.model.QpidFeatureBuilder.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.management.wsdm.notifications.LifeCycleEventType
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL_HOST_QNAME - Static variable in class org.apache.qpid.management.Names
 
voidWithoutArguments() - Method in class org.apache.qpid.management.domain.handler.impl.QpidDomainObject
Sample echo method that return an empty result object.
voidWithoutArguments() - Method in interface org.apache.qpid.management.domain.handler.impl.QpidDomainObjectMBean
Sample echo method that return an empty result object.

W

WEB_APP_CLASSES_FOLDER - Static variable in class org.apache.qpid.management.Names
 
WorkerManagerConfigurationParser - Class in org.apache.qpid.management.configuration
Parser used for building worker manager settings.
WorkerManagerConfigurationParser() - Constructor for class org.apache.qpid.management.configuration.WorkerManagerConfigurationParser
 
WsArtifacts - Class in org.apache.qpid.management.wsdm.capabilities
Web Service Artifacts.
WsArtifacts(Class<MBeanCapability>, Element[], Document) - Constructor for class org.apache.qpid.management.wsdm.capabilities.WsArtifacts
Builds a new artifacts container with the given artifacts.
WsArtifactsFactory - Class in org.apache.qpid.management.wsdm.capabilities
Manager for all WS-* related artifacts.
WsArtifactsFactory(Environment, MBeanServer) - Constructor for class org.apache.qpid.management.wsdm.capabilities.WsArtifactsFactory
Builds a new factory with the given environment and mbean server.
WsdlBuilder - Class in org.apache.qpid.management.wsdm.capabilities
TO BE IMPROVED USING JAXB!!
WsdlBuilder() - Constructor for class org.apache.qpid.management.wsdm.capabilities.WsdlBuilder
 
WsdlDebugger - Class in org.apache.qpid.qman.debug
Utility class used for debbugging WSDL documents
WsdlDebugger() - Constructor for class org.apache.qpid.qman.debug.WsdlDebugger
 
WSDMAdapter - Class in org.apache.qpid.management.servlet
QMan Adapter facade.
WSDMAdapter() - Constructor for class org.apache.qpid.management.servlet.WSDMAdapter
 
WSDMAdapterEnvironment - Class in org.apache.qpid.management.wsdm.muse.engine
QMan Adapter enviroment implementation.
WSDMAdapterEnvironment(ServletContext) - Constructor for class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterEnvironment
Builds a new qman environment with the given application context.
WSDMAdapterIsolationLayer - Class in org.apache.qpid.management.wsdm.muse.engine
QMan specific implementation of the Apache Muse isolation layer.
WSDMAdapterIsolationLayer(ServletContext) - Constructor for class org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterIsolationLayer
Builds a new isolation layer with the given application context.
WSDMArtifactsDirector - Class in org.apache.qpid.management.wsdm.capabilities
Director used for coordinate the building process of WS-DM artifacts.
WSDMArtifactsDirector(ObjectName, MBeanInfo) - Constructor for class org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector
Builds a new director with the given objectname and (jmx) metadata.
WsdmOperationsPerspectiveAction - Class in org.apache.qpid.management.web.action
This controller is responsible to retirve operations metadata from a WS-Resource.
WsdmOperationsPerspectiveAction() - Constructor for class org.apache.qpid.management.web.action.WsdmOperationsPerspectiveAction
 
WsdmOperationsPerspectiveAction.JavaToHtmlAdapter - Interface in org.apache.qpid.management.web.action
 
WsdmPropertiesPerspectiveAction - Class in org.apache.qpid.management.web.action
 
WsdmPropertiesPerspectiveAction() - Constructor for class org.apache.qpid.management.web.action.WsdmPropertiesPerspectiveAction
 
WsdmPropertiesPerspectiveAction.JavaToHtmlAdapter - Interface in org.apache.qpid.management.web.action
 
WsdmRmdPerspectiveAction - Class in org.apache.qpid.management.web.action
 
WsdmRmdPerspectiveAction() - Constructor for class org.apache.qpid.management.web.action.WsdmRmdPerspectiveAction
 
WsdmWsdlPerspectiveAction - Class in org.apache.qpid.management.web.action
 
WsdmWsdlPerspectiveAction() - Constructor for class org.apache.qpid.management.web.action.WsdmWsdlPerspectiveAction
 
WSRP_PROPERTIES_XPATH - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 

X

XmlDebugger - Class in org.apache.qpid.qman.debug
Utility class used for debbugging XML messages
XmlDebugger() - Constructor for class org.apache.qpid.qman.debug.XmlDebugger
 
XSD_COMPLEX_TYPE_QNAME - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
XSD_ELEMENT_QNAME - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
XSD_SEQUENCE_QNAME - Static variable in interface org.apache.qpid.management.wsdm.capabilities.Constants
 
XSI_TYPE - Static variable in class org.apache.qpid.management.Names
 

_

_accessModes - Variable in class org.apache.qpid.management.configuration.Configuration
 
_argumentBuilder - Variable in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
Builder used for building a statistic definition.
_arguments - Variable in class org.apache.qpid.management.domain.model.QpidEvent
 
_atLeastThereIsOneProperty - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
This is the concrete implementation of the internal interface EndAttributesHandler that is activated when this builder detects the presence of at least one property on the capability class.
_attributes - Variable in class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity
 
_brokerConfigurationParser - Variable in class org.apache.qpid.management.configuration.Configurator
 
_brokerConnectionInfos - Variable in class org.apache.qpid.management.configuration.Configuration
 
_byteArraySerializer - Variable in class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
 
_capabilityClassDefinition - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
 
_classNotAvailable - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
This is the active state for this builder when the requested class has never been built.
_classSchemaProcessor - Variable in class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
Processor responsible to deal with class schema related messages.
_codec - Variable in class org.apache.qpid.management.messages.ManagementMessage
 
_currentParser - Variable in class org.apache.qpid.management.configuration.Configurator
 
_data - Variable in class org.apache.qpid.management.messages.ManagementMessage
 
_decoder - Variable in class org.apache.qpid.management.domain.model.QpidProperty
 
_description - Variable in class org.apache.qpid.management.domain.model.QpidFeature
The description of the feature.
_domainModel - Variable in class org.apache.qpid.management.domain.handler.base.BaseMessageHandler
Managed broker domain model.
_endAttributeHandler - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
 
_eventBuilder - Variable in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
_eventInstances - Variable in class org.apache.qpid.management.domain.model.QpidEvent
 
_eventSchemaProcessor - Variable in class org.apache.qpid.management.domain.handler.impl.SchemaResponseMessageHandler
Processor responsible to deal with class event related messages.
_handlers - Variable in class org.apache.qpid.management.domain.services.BrokerMessageListener
 
_hash - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_logger - Variable in class org.apache.qpid.management.domain.handler.base.BaseMessageHandler
Logger used for logging.
_logger - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_managementQueueHandlers - Variable in class org.apache.qpid.management.configuration.Configuration
 
_mandatoryPropertyDecoder - Variable in class org.apache.qpid.management.domain.model.QpidProperty
Decoder used for decoding incoming values for this mandatory property.
_metadata - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_methodBuilder - Variable in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
_methodReplyQueueHandlers - Variable in class org.apache.qpid.management.configuration.Configuration
 
_mxServer - Variable in class org.apache.qpid.management.domain.model.JmxService
 
_mxServer - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
 
_name - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_name - Variable in class org.apache.qpid.management.domain.model.QpidFeature
The name of the feature.
_noPropertyHasBeenDefined - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
This is the concrete implementation of the internal interface EndAttributesHandler that is activated when this builder detects that there are no properties defined for the capability class.
_objectInstances - Variable in class org.apache.qpid.management.domain.model.QpidClass
 
_objectName - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_objectName - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapability
 
_objectName - Variable in class org.apache.qpid.management.wsdm.capabilities.RmdBuilder
 
_objectSerializer - Variable in class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
 
_optionalPropertyDecoder - Variable in class org.apache.qpid.management.domain.model.QpidProperty
Decoder used for decoding incoming values for this optional property.
_packages - Variable in class org.apache.qpid.management.domain.model.DomainModel
Here the known packages of the remote broker are stored.
_parent - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_properties - Variable in class org.apache.qpid.management.domain.model.QpidClass
 
_properties - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
 
_propertyBuilder - Variable in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
Builder used for building property definition.
_rawConfigurationData - Variable in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
 
_rawEventData - Variable in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
 
_rawInstrumentationData - Variable in class org.apache.qpid.management.domain.model.QpidClass.QManManagedObject
 
_schemaInjected - Variable in class org.apache.qpid.management.domain.model.QpidClass
After a schema is built into this definition this is the current state of the class.
_schemaInjected - Variable in class org.apache.qpid.management.domain.model.QpidEvent
After a schema is built into this definition this is the current state of the class.
_schemaNotRequested - Variable in class org.apache.qpid.management.domain.model.QpidClass
This is the initial state of every qpid class.
_schemaNotRequested - Variable in class org.apache.qpid.management.domain.model.QpidEvent
This is the initial state of every qpid class.
_schemaRequestedButNotYetInjected - Variable in class org.apache.qpid.management.domain.model.QpidClass
This is the first state of this class definition : the schema is not yet injected so each injection of object data will be retained in raw format.
_schemaRequestedButNotYetInjected - Variable in class org.apache.qpid.management.domain.model.QpidEvent
This is the first state of this class definition : the schema is not yet injected so each injection of object data will be retained in raw format.
_service - Variable in class org.apache.qpid.management.domain.model.QpidEntity
 
_severity - Variable in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
 
_state - Variable in class org.apache.qpid.management.domain.model.QpidClass
 
_state - Variable in class org.apache.qpid.management.domain.model.QpidEvent
 
_state - Variable in class org.apache.qpid.management.wsdm.capabilities.MBeanCapabilityBuilder
 
_statisticBuilder - Variable in class org.apache.qpid.management.domain.model.QpidFeatureBuilder
 
_statistics - Variable in class org.apache.qpid.management.domain.model.QpidClass
 
_stringSerializer - Variable in class org.apache.qpid.management.wsdm.muse.serializer.MapSerializer
 
_timestamp - Variable in class org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
 
_type - Variable in class org.apache.qpid.management.domain.model.QpidAttribute
feature type
_typeMappings - Variable in class org.apache.qpid.management.configuration.Configuration
 
_unit - Variable in class org.apache.qpid.management.domain.model.QpidAttribute
feature unit
_validators - Variable in class org.apache.qpid.management.configuration.Configuration
 
_workerManagerConfigurationParser - Variable in class org.apache.qpid.management.configuration.Configurator
 

A B C D E F G H I J K L M N O P Q R S T U V W X _

Licensed to the Apache Software Foundation