Package org.hornetq.api.core.management

Management API for HornetQ servers and its Core resources.

See:
          Description


Interface Summary
AcceptorControl An AcceptorControl is used to manage Acceptors.
AddressControl An AddressControl is used to manage an address.
BridgeControl A BridgeControl is used to manage a Bridge.
BroadcastGroupControl A BroadcastGroupControl is used to manage a broadcast group.
ClusterConnectionControl A ClusterConnectionControl is used to manage a cluster connection.
DiscoveryGroupControl A DiscoveryGroupControl is used to manage a discovery group.
DivertControl A DivertControl is used to manage a divert.
HornetQComponentControl A HornetQComponentControl is used to manage the life cycle of a HornetQ component.
HornetQServerControl A HornetQServerControl is used to manage HornetQ servers.
QueueControl A QueueControl is used to manage a queue.
 

Class Summary
AddressSettingsInfo A AddressSettingsInfo
DayCounterInfo Helper class to create Java Objects from the JSON serialization returned by QueueControl.listMessageCounterHistory().
ManagementHelper Helper class to use HornetQ Core messages to manage server resources.
MessageCounterInfo Helper class to create Java Objects from the JSON serialization returned by QueueControl.listMessageCounter().
ObjectNameBuilder Helper class to build ObjectNames for HornetQ resources.
ResourceNames Helper class used to build resource names used by management messages.
RoleInfo Helper class to create Java Objects from the JSON serialization returned by AddressControl.getRolesAsJSON().
 

Enum Summary
NotificationType Types of notification emmitted by HornetQ servers.
 

Annotation Types Summary
Operation Info for a MBean Operation.
Parameter Info for a MBean Operation Parameter.
 

Package org.hornetq.api.core.management Description

Management API for HornetQ servers and its Core resources.
HornetQ can be managed either using JMX or by sending management messages to the server's special management address. Please refer to the user manual for more information.



Copyright © 2009 Red Hat Inc. All Rights Reserved.