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

A

AbstractAmqCommand - Class in org.apache.activemq.console.command
 
AbstractAmqCommand() - Constructor for class org.apache.activemq.console.command.AbstractAmqCommand
 
AbstractCommand - Class in org.apache.activemq.console.command
 
AbstractCommand() - Constructor for class org.apache.activemq.console.command.AbstractCommand
 
AbstractJmxCommand - Class in org.apache.activemq.console.command
 
AbstractJmxCommand() - Constructor for class org.apache.activemq.console.command.AbstractJmxCommand
 
AbstractQueryFilter - Class in org.apache.activemq.console.filter
 
AbstractQueryFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.AbstractQueryFilter
Creates a query filter, with the next filter specified by next.
ActiveMQLauncher - Class in org.apache.activemq.console
This class launches activemq under Apache JSVC http://commons.apache.org/daemon/jsvc.html
ActiveMQLauncher() - Constructor for class org.apache.activemq.console.ActiveMQLauncher
 
addClassPath(File) - Method in class org.apache.activemq.console.Main
 
addClassPathList(String) - Method in class org.apache.activemq.console.Main
 
addExtensionDirectory(File) - Method in class org.apache.activemq.console.Main
 
AmqBrowseCommand - Class in org.apache.activemq.console.command
 
AmqBrowseCommand() - Constructor for class org.apache.activemq.console.command.AmqBrowseCommand
 
amqConf - Variable in class org.apache.activemq.console.command.CreateCommand
 
amqHome - Variable in class org.apache.activemq.console.command.CreateCommand
 
AMQJournalTool - Class in org.apache.activemq.console.command.store.amq
Allows you to view the contents of a Journal.
AMQJournalTool() - Constructor for class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
AMQJournalToolCommand - Class in org.apache.activemq.console.command.store.amq
 
AMQJournalToolCommand() - Constructor for class org.apache.activemq.console.command.store.amq.AMQJournalToolCommand
 
AmqMessagesQueryFilter - Class in org.apache.activemq.console.filter
 
AmqMessagesQueryFilter(URI, Destination) - Constructor for class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Create a JMS message query filter
AmqMessagesQueryFilter(ConnectionFactory, Destination) - Constructor for class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Create a JMS message query filter
AmqMessagesUtil - Class in org.apache.activemq.console.util
 
AMQReader - Class in org.apache.activemq.console.command.store.amq.reader
Reads and iterates through data log files for the AMQMessage Store
AMQReader(File) - Constructor for class org.apache.activemq.console.command.store.amq.reader.AMQReader
Create the AMQReader to read a directory of amq data logs - or an individual data log file
AMQReader(File, String) - Constructor for class org.apache.activemq.console.command.store.amq.reader.AMQReader
Create the AMQReader to read a directory of amq data logs - or an individual data log file

B

BASE_SUB_DIRS - Variable in class org.apache.activemq.console.command.CreateCommand
 
BROKER_NAME_REGEX - Variable in class org.apache.activemq.console.command.CreateCommand
 
brokerName - Variable in class org.apache.activemq.console.command.CreateCommand
 
BrowseCommand - Class in org.apache.activemq.console.command
 
BrowseCommand() - Constructor for class org.apache.activemq.console.command.BrowseCommand
 
BstatCommand - Class in org.apache.activemq.console.command
 
BstatCommand() - Constructor for class org.apache.activemq.console.command.BstatCommand
 

C

canUseExtdir() - Method in class org.apache.activemq.console.Main
The extension directory feature will not work if the broker factory is already in the classpath since we have to load him from a child ClassLoader we build for it to work correctly.
closeAllConnections() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Close all created connections.
closeJmxConnection() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Close the current JMX connector
Command - Interface in org.apache.activemq.console.command
 
COMMAND_OPTION_DELIMETER - Static variable in class org.apache.activemq.console.command.AbstractCommand
 
CommandContext - Class in org.apache.activemq.console
 
CommandContext() - Constructor for class org.apache.activemq.console.CommandContext
 
CommandLineSupport - Class in org.apache.activemq.console.command.store.amq
Helper utility that can be used to set the properties on any object using command line arguments.
CommandShellOutputFormatter - Class in org.apache.activemq.console.formatter
 
CommandShellOutputFormatter(OutputStream) - Constructor for class org.apache.activemq.console.formatter.CommandShellOutputFormatter
 
commonInit(RuntimeServices, ExtendedProperties) - Method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
compileQuery(String) - Method in class org.apache.activemq.console.filter.RegExQueryFilter
Compiles the regex query to a pattern.
connectorName - Variable in class org.apache.activemq.console.command.StopGracefullyCommand
 
ConsoleCommandHandler - Class in org.apache.activemq.console
A default implementation of the @{link CommandHandler} interface
ConsoleCommandHandler() - Constructor for class org.apache.activemq.console.ConsoleCommandHandler
 
context - Variable in class org.apache.activemq.console.command.AbstractCommand
 
convertToSQL92(List<String>) - Method in class org.apache.activemq.console.command.PurgeCommand
Converts the message selector as provided on command line argument to activem-admin into an SQL-92 conform string.
copyActivemqConf(File, File, String) - Method in class org.apache.activemq.console.command.CreateCommand
 
CreateCommand - Class in org.apache.activemq.console.command
 
CreateCommand() - Constructor for class org.apache.activemq.console.command.CreateCommand
 
createConnection() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Establishes a connection to the remote broker specified by the broker url.
createConnection(String, String) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Establishes a connection to the remote broker specified by the broker url.
createConnection(URI) - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Deprecated. Use createConnection() instead, and pass the url to the ConnectionFactory when it's created.
createConnection() - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Create and start a JMS connection
createJmxConnection() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
 
createMBeansAttributeQuery(MBeanServerConnection, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
createMBeansObjectNameQuery(MBeanServerConnection) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
createMessageQueryFilter(URI, Destination) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
createMessageQueryFilter(ConnectionFactory, Destination) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
createMessageQueryFilter(MBeanServerConnection, ObjectName) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
createQueryExp(String) - Method in class org.apache.activemq.console.filter.MBeansObjectNameQueryFilter
Creates a query expression based on the query expression string Note: currently unsupported
createQueryString(String, String) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
createQueryString(String, List) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
createSubDirs(File, String[]) - Method in class org.apache.activemq.console.command.CreateCommand
 
CustomResourceLoader - Class in org.apache.activemq.console.command.store.amq
 
CustomResourceLoader() - Constructor for class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 

D

DecryptCommand - Class in org.apache.activemq.console.command
 
DecryptCommand() - Constructor for class org.apache.activemq.console.command.DecryptCommand
 
DEFAULT_BROKERNAME_XPATH - Variable in class org.apache.activemq.console.command.CreateCommand
 
DEFAULT_CONFIG_URI - Static variable in class org.apache.activemq.console.command.StartCommand
 
DEFAULT_JMX_DOMAIN - Static variable in class org.apache.activemq.console.filter.MBeansObjectNameQueryFilter
 
DEFAULT_JMX_URL - Static variable in class org.apache.activemq.console.command.AbstractJmxCommand
 
DEFAULT_TARGET_ACTIVEMQ_CONF - Variable in class org.apache.activemq.console.command.CreateCommand
 
DefaultPasswordFactory - Class in org.apache.activemq.console.command
This is a simple dummy implementation that can be used for people who aren't in need of a keystore.
DefaultPasswordFactory() - Constructor for class org.apache.activemq.console.command.DefaultPasswordFactory
 
destroy() - Method in class org.apache.activemq.console.ActiveMQLauncher
 

E

EncryptCommand - Class in org.apache.activemq.console.command
 
EncryptCommand() - Constructor for class org.apache.activemq.console.command.EncryptCommand
 
Entry - Class in org.apache.activemq.console.command.store.amq
 
Entry() - Constructor for class org.apache.activemq.console.command.store.amq.Entry
 
execute(List<String>) - Method in class org.apache.activemq.console.command.AbstractCommand
Execute a generic command, which includes parsing the options for the command and running the specific task.
execute(List<String>) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
 
execute(List<String>) - Method in interface org.apache.activemq.console.command.Command
Execute the specified command
execute() - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
execute(List<String>) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalToolCommand
 

F

factory - Static variable in class org.apache.activemq.console.command.DefaultPasswordFactory
 
fileWriteMap - Variable in class org.apache.activemq.console.command.CreateCommand
 
filterCollectionUsingRegEx(Map, List) - Method in class org.apache.activemq.console.filter.RegExQueryFilter
Filter the specified colleciton using the regex patterns extracted.
filterMBeansView(List, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
filterMessagesView(List, Set, Set) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
filterMessagesView(List, Set, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
filterView(Map) - Method in class org.apache.activemq.console.filter.GroupPropertiesViewFilter
Filter the properties that matches the group prefix only.
filterView(Map<Object, Object>) - Method in class org.apache.activemq.console.filter.PropertiesViewFilter
Select only the attributes to view from the map data
filterViewCollection(Collection<Map<Object, Object>>, Set) - Method in class org.apache.activemq.console.filter.PropertiesViewFilter
Filter the view of each element in the collection
findJMXUrlByProcessId(int) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Finds the JMX Url for a VM by its process id

G

getActiveMQBase() - Method in class org.apache.activemq.console.Main
 
getActiveMQConfig() - Method in class org.apache.activemq.console.Main
 
getActiveMQDataDir() - Method in class org.apache.activemq.console.Main
 
getActiveMQHome() - Method in class org.apache.activemq.console.Main
 
getAllBrokers(MBeanServerConnection) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
getAllBrokers(MBeanServerConnection, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
getAllMessages(URI, Destination) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
getBrokersByName(MBeanServerConnection, String) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
getBrokersByName(MBeanServerConnection, String, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
getBrokerUrl() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Get the current broker url.
getBrokerUrl() - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Get the broker url being used.
getClassLoader() - Method in class org.apache.activemq.console.Main
 
getConfigUri() - Method in class org.apache.activemq.console.command.StartCommand
Gets the current configuration URI used by the start task
getConnectionFactory() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
getData() - Method in class org.apache.activemq.console.command.store.amq.Entry
 
getDestination() - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Get the destination being used.
getDirs() - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
getDisplayString(Object) - Method in class org.apache.activemq.console.filter.MapTransformFilter
 
getFormater() - Method in class org.apache.activemq.console.command.store.amq.Entry
 
getFormatter() - Method in class org.apache.activemq.console.CommandContext
 
getJmxPassword() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Get the password used when authenticating
getJmxServiceUrl() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Get the current specified JMX service url.
getJmxUser() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Get the JMX user name to be used when authenticating.
getJVM() - Static method in class org.apache.activemq.console.command.AbstractJmxCommand
 
getLastModified(Resource) - Method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
getLocation() - Method in class org.apache.activemq.console.command.store.amq.Entry
 
getMBeanAttributes(ObjectInstance, Set) - Method in class org.apache.activemq.console.filter.MBeansAttributeQueryFilter
Retrieve the specified attributes of the mbean
getMBeanAttributes(ObjectName, Set) - Method in class org.apache.activemq.console.filter.MBeansAttributeQueryFilter
Retrieve the specified attributes of the mbean
getMBeanAttributesCollection(Collection) - Method in class org.apache.activemq.console.filter.MBeansAttributeQueryFilter
Retrieve the specified attributes of the mbean
getMessages(URI, Destination, String) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
getMessages(ConnectionFactory, Destination, String) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
getMessages(URI, Destination, List) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
getMessages(ConnectionFactory, Destination, List) - Static method in class org.apache.activemq.console.util.AmqMessagesUtil
 
getNextMessage(MessageLocation) - Method in class org.apache.activemq.console.command.store.amq.reader.AMQReader
 
getOutputStream() - Method in class org.apache.activemq.console.CommandContext
Retrieve the output stream being used by the global formatter
getOutputStream() - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Retrieve the output stream being used by the formatter
getOutputStream() - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Retrieve the output stream being used by the formatter
getPassword() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
getPassword(String) - Method in class org.apache.activemq.console.command.DefaultPasswordFactory
 
getPassword(String) - Method in interface org.apache.activemq.console.command.PasswordFactory
 
getPasswordFactory() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
getQuery() - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
getQuery() - Method in class org.apache.activemq.console.command.store.amq.Entry
 
getRecord() - Method in class org.apache.activemq.console.command.store.amq.Entry
 
getResources() - Static method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
getResourceStream(String) - Method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
getType() - Method in class org.apache.activemq.console.command.store.amq.Entry
 
getUsername() - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
GroupPropertiesViewFilter - Class in org.apache.activemq.console.filter
 
GroupPropertiesViewFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.GroupPropertiesViewFilter
Creates a group properties filter that is able to filter the display result based on a group prefix
GroupPropertiesViewFilter(Set, QueryFilter) - Constructor for class org.apache.activemq.console.filter.GroupPropertiesViewFilter
Creates a group properties filter that is able to filter the display result based on a group prefix

H

handleOption(String, List) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Handle the --amqurl option.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.AbstractCommand
Handle the general options for each command, which includes -h, -?, --help, -D, --version.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Handle the --jmxurl option.
handleOption(String, List) - Method in class org.apache.activemq.console.command.AmqBrowseCommand
Handle the --msgsel, --xmsgsel, --view, -V options.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.BrowseCommand
Handle the --msgsel, --xmsgsel, --view, -V options.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.CreateCommand
Handle the --amqconf options.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.EncryptCommand
 
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.PurgeCommand
Handle the --msgsel, --xmsgsel.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.QueryCommand
Handle the -Q, -xQ, --objname, --xobjname, --view options.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.ShutdownCommand
Handle the --all option.
handleOption(String, List<String>) - Method in class org.apache.activemq.console.command.StopGracefullyCommand
 
helpFile - Variable in class org.apache.activemq.console.command.AmqBrowseCommand
 
helpFile - Variable in class org.apache.activemq.console.command.BrowseCommand
 
helpFile - Variable in class org.apache.activemq.console.command.BstatCommand
 
helpFile - Variable in class org.apache.activemq.console.command.CreateCommand
 
helpFile - Variable in class org.apache.activemq.console.command.DecryptCommand
 
helpFile - Variable in class org.apache.activemq.console.command.EncryptCommand
 
helpFile - Variable in class org.apache.activemq.console.command.ListCommand
 
helpFile - Variable in class org.apache.activemq.console.command.PurgeCommand
 
helpFile - Variable in class org.apache.activemq.console.command.QueryCommand
 
helpFile - Variable in class org.apache.activemq.console.command.ShutdownCommand
 
helpFile - Variable in class org.apache.activemq.console.command.StartCommand
 

I

init(DaemonContext) - Method in class org.apache.activemq.console.ActiveMQLauncher
 
init(ExtendedProperties) - Method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
isHelp() - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
isInteractive() - Method in class org.apache.activemq.console.command.ShellCommand
 
isJmxUseLocal() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Get whether the default mbean server for this JVM should be used instead of the jmx url
isRegularExpression(String) - Method in class org.apache.activemq.console.filter.RegExQueryFilter
Checks if a given string is a regular expression query.
isSourceModified(Resource) - Method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
isSunJVM() - Static method in class org.apache.activemq.console.command.AbstractJmxCommand
 
isWildcardQuery(String) - Method in class org.apache.activemq.console.filter.WildcardToMsgSelectorTransformFilter
Use to determine if a query string is a wildcard query.
isWildcardQuery(String) - Method in class org.apache.activemq.console.filter.WildcardToRegExTransformFilter
Use to determine if a query string is a wildcard query.
isWildcardQuery(String) - Method in class org.apache.activemq.console.filter.WildcardTransformFilter
Use to determine is a query string is a wildcard query
iterator() - Method in class org.apache.activemq.console.command.store.amq.reader.AMQReader
 

J

JMS_MESSAGE_BODY_PREFIX - Static variable in class org.apache.activemq.console.util.AmqMessagesUtil
 
JMS_MESSAGE_CUSTOM_PREFIX - Static variable in class org.apache.activemq.console.util.AmqMessagesUtil
 
JMS_MESSAGE_HEADER_PREFIX - Static variable in class org.apache.activemq.console.util.AmqMessagesUtil
 
JmxMBeansUtil - Class in org.apache.activemq.console.util
 

K

KEY_OBJECT_NAME_ATTRIBUTE - Static variable in class org.apache.activemq.console.filter.MBeansAttributeQueryFilter
 

L

ListCommand - Class in org.apache.activemq.console.command
 
ListCommand() - Constructor for class org.apache.activemq.console.command.ListCommand
 
listDataFiles(File) - Static method in class org.apache.activemq.console.command.store.amq.reader.AMQReader
List all the data files in a directory

M

main(String[], InputStream, PrintStream) - Static method in class org.apache.activemq.console.command.ShellCommand
Main method to run a command shell client.
main(String[]) - Static method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
Main - Class in org.apache.activemq.console
Main class that can bootstrap an ActiveMQ broker console.
Main() - Constructor for class org.apache.activemq.console.Main
 
main(String[]) - Static method in class org.apache.activemq.console.Main
 
main(String[]) - Static method in class org.apache.activemq.console.util.SimpleConsole
 
MapTransformFilter - Class in org.apache.activemq.console.filter
 
MapTransformFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.MapTransformFilter
Creates a Map transform filter that is able to transform a variety of objects to a properties map object
matches(Object, Map) - Method in class org.apache.activemq.console.filter.MBeansRegExQueryFilter
Try to match the object data using the regular expression map.
matches(ObjectInstance, Map) - Method in class org.apache.activemq.console.filter.MBeansRegExQueryFilter
Try to match the object instance using the regular expression map
matches(ObjectName, Map) - Method in class org.apache.activemq.console.filter.MBeansRegExQueryFilter
Try to match the object name instance using the regular expression map
matches(AttributeList, Map) - Method in class org.apache.activemq.console.filter.MBeansRegExQueryFilter
Try to match the attribute list using the regular expression map
matches(Object, Map) - Method in class org.apache.activemq.console.filter.RegExQueryFilter
Determines how the object is to be matched to the regex map.
MBeansAttributeQueryFilter - Class in org.apache.activemq.console.filter
 
MBeansAttributeQueryFilter(MBeanServerConnection, Set, MBeansObjectNameQueryFilter) - Constructor for class org.apache.activemq.console.filter.MBeansAttributeQueryFilter
Create an mbean attributes query filter that is able to select specific mbean attributes based on the object name to get.
MBeansObjectNameQueryFilter - Class in org.apache.activemq.console.filter
 
MBeansObjectNameQueryFilter(MBeanServerConnection) - Constructor for class org.apache.activemq.console.filter.MBeansObjectNameQueryFilter
Creates an mbeans object name query filter that will query on the given JMX connection
MBeansRegExQueryFilter - Class in org.apache.activemq.console.filter
 
MBeansRegExQueryFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.MBeansRegExQueryFilter
Creates a regular expression query that is able to match the values of specific mbeans
MessageBodyFormatter - Class in org.apache.activemq.console.command.store.amq
 
MessageBodyFormatter(ActiveMQMessage) - Constructor for class org.apache.activemq.console.command.store.amq.MessageBodyFormatter
 
MessagesQueryFilter - Class in org.apache.activemq.console.filter
 
MessagesQueryFilter(MBeanServerConnection, ObjectName) - Constructor for class org.apache.activemq.console.filter.MessagesQueryFilter
Create a JMS message query filter

N

next - Variable in class org.apache.activemq.console.filter.AbstractQueryFilter
 
next - Variable in class org.apache.activemq.console.filter.PropertiesViewFilter
 

O

org.apache.activemq.console - package org.apache.activemq.console
 
org.apache.activemq.console.command - package org.apache.activemq.console.command
 
org.apache.activemq.console.command.store.amq - package org.apache.activemq.console.command.store.amq
 
org.apache.activemq.console.command.store.amq.reader - package org.apache.activemq.console.command.store.amq.reader
 
org.apache.activemq.console.filter - package org.apache.activemq.console.filter
 
org.apache.activemq.console.formatter - package org.apache.activemq.console.formatter
 
org.apache.activemq.console.util - package org.apache.activemq.console.util
 
OutputFormatter - Interface in org.apache.activemq.console.formatter
 

P

parseExtensions(List<String>) - Method in class org.apache.activemq.console.Main
 
parseOptions(List<String>) - Method in class org.apache.activemq.console.command.AbstractCommand
Parse any option parameters in the command arguments specified by a '-' as the first character of the token.
PasswordFactory - Interface in org.apache.activemq.console.command
This interface is used to allow people to provide a mechanism to override where the password comes from.
pollInterval - Variable in class org.apache.activemq.console.command.StopGracefullyCommand
 
print(Map) - Method in class org.apache.activemq.console.CommandContext
Print a generic key value mapping
print(String[]) - Method in class org.apache.activemq.console.CommandContext
Print a generic array of strings
print(Collection) - Method in class org.apache.activemq.console.CommandContext
Print a collection of objects
print(String) - Method in class org.apache.activemq.console.CommandContext
Print a java string
print(Map) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a generic key value mapping
print(String[]) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a generic array of strings
print(Collection) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a collection of objects
print(String) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a java string
print(Map) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a generic key value mapping
print(String[]) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a generic array of strings
print(Collection) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a collection of objects
print(String) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a java string
printException(Exception) - Method in class org.apache.activemq.console.CommandContext
Print an exception message
printException(Exception) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print an exception message
printException(Exception) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print an exception message
printHelp() - Method in class org.apache.activemq.console.command.AbstractCommand
Print the help messages for the specific task
printHelp() - Method in class org.apache.activemq.console.command.AmqBrowseCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.BrowseCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.BstatCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.CreateCommand
 
printHelp() - Method in class org.apache.activemq.console.command.EncryptCommand
 
printHelp() - Method in class org.apache.activemq.console.command.ListCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.PurgeCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.QueryCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.ShellCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.ShutdownCommand
Print the help messages for the browse command
printHelp() - Method in class org.apache.activemq.console.command.StartCommand
Print the help messages for the browse command
printHelp(String[]) - Method in class org.apache.activemq.console.CommandContext
Print help messages
printHelp(String[]) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print help messages
printHelp(String[]) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print help messages
printInfo(String) - Method in class org.apache.activemq.console.CommandContext
Print an information message
printInfo(String) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print an information message
printInfo(String) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print an information message
printMBean(ObjectInstance) - Method in class org.apache.activemq.console.CommandContext
Print an ObjectInstance format of an mbean
printMBean(ObjectName) - Method in class org.apache.activemq.console.CommandContext
Print an ObjectName format of an mbean
printMBean(AttributeList) - Method in class org.apache.activemq.console.CommandContext
Print an AttributeList format of an mbean
printMBean(Map) - Method in class org.apache.activemq.console.CommandContext
Print a Map format of an mbean
printMBean(Collection) - Method in class org.apache.activemq.console.CommandContext
Print a Collection format of mbeans
printMBean(ObjectInstance) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print an ObjectInstance format of an mbean
printMBean(ObjectName) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print an ObjectName format of an mbean
printMBean(AttributeList) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print an AttributeList format of an mbean
printMBean(Map) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a Map format of an mbean
printMBean(Collection) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a collection of mbean
printMBean(ObjectInstance) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print an ObjectInstance format of an mbean
printMBean(ObjectName) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print an ObjectName format of an mbean
printMBean(AttributeList) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print an AttributeList format of an mbean
printMBean(Map) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a Map format of an mbean
printMBean(Collection) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a Collection format of mbeans
printMessage(Map) - Method in class org.apache.activemq.console.CommandContext
Print a Map format of a JMS message
printMessage(Message) - Method in class org.apache.activemq.console.CommandContext
Print a Message format of a JMS message
printMessage(Collection) - Method in class org.apache.activemq.console.CommandContext
Print a collection of JMS messages
printMessage(Map) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a Map format of a JMS message
printMessage(Message) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a Message format of a JMS message
printMessage(Collection) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a collection of JMS messages
printMessage(Map) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a Map format of a JMS message
printMessage(Message) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a Message format of a JMS message
printMessage(Collection) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a Collection format of JMS messages
printVersion(String) - Method in class org.apache.activemq.console.CommandContext
Print a version information
printVersion(String) - Method in class org.apache.activemq.console.formatter.CommandShellOutputFormatter
Print a version information
printVersion(String) - Method in interface org.apache.activemq.console.formatter.OutputFormatter
Print a version information
processCommand(TextMessage, TextMessage) - Method in class org.apache.activemq.console.ConsoleCommandHandler
 
PropertiesViewFilter - Class in org.apache.activemq.console.filter
 
PropertiesViewFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.PropertiesViewFilter
Creates a filter that will select the properties of a map object to view
PropertiesViewFilter(Set, QueryFilter) - Constructor for class org.apache.activemq.console.filter.PropertiesViewFilter
Creates a filter that will select the properties of a map object to view
PurgeCommand - Class in org.apache.activemq.console.command
 
PurgeCommand() - Constructor for class org.apache.activemq.console.command.PurgeCommand
 
purgeQueue(ObjectName) - Method in class org.apache.activemq.console.command.PurgeCommand
Purge all the messages in the queue

Q

query(String) - Method in class org.apache.activemq.console.filter.AbstractQueryFilter
Performs a query given the query string
query(List) - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Queries the specified destination using the message selector format query
query(List) - Method in class org.apache.activemq.console.filter.MBeansAttributeQueryFilter
Filter the query by retrieving the attributes specified, this will modify the collection to a list of AttributeList
query(List) - Method in class org.apache.activemq.console.filter.MBeansObjectNameQueryFilter
Queries the JMX service using a mapping of keys and values to construct the object name
query(List) - Method in class org.apache.activemq.console.filter.MessagesQueryFilter
Queries the specified destination using the message selector format query
query(String) - Method in class org.apache.activemq.console.filter.PropertiesViewFilter
Filter the properties to view of the query result
query(List) - Method in class org.apache.activemq.console.filter.PropertiesViewFilter
Filter the properties to view of the query result
query(String) - Method in interface org.apache.activemq.console.filter.QueryFilter
Interface for querying
query(List) - Method in interface org.apache.activemq.console.filter.QueryFilter
Interface for querying
query(List) - Method in class org.apache.activemq.console.filter.RegExQueryFilter
Separates the regular expressions queries from the usual queries.
query(String) - Method in class org.apache.activemq.console.filter.ResultTransformFilter
Transforms the queried results to a collection of different objects
query(List) - Method in class org.apache.activemq.console.filter.ResultTransformFilter
Transforms the queried results to a collection of different objects
query(String) - Method in class org.apache.activemq.console.filter.StubQueryFilter
Returns the provided stub data as a stub query result
query(List) - Method in class org.apache.activemq.console.filter.StubQueryFilter
Returns the provided stub data as a stub query result
query(List) - Method in class org.apache.activemq.console.filter.WildcardTransformFilter
Converts the query list to set of different queries
QUERY_DELIMETER - Static variable in interface org.apache.activemq.console.filter.QueryFilter
 
QUERY_EXP_PREFIX - Static variable in class org.apache.activemq.console.filter.MBeansObjectNameQueryFilter
 
QueryCommand - Class in org.apache.activemq.console.command
 
QueryCommand() - Constructor for class org.apache.activemq.console.command.QueryCommand
 
QueryFilter - Interface in org.apache.activemq.console.filter
 
queryMBeans(ObjectName, String) - Method in class org.apache.activemq.console.filter.MBeansObjectNameQueryFilter
Advance query that enables you to specify both the object name and the query expression to use.
queryMBeans(MBeanServerConnection, List) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
queryMBeans(MBeanServerConnection, List, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
queryMBeans(MBeanServerConnection, String) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
queryMBeans(MBeanServerConnection, String, Set) - Static method in class org.apache.activemq.console.util.JmxMBeansUtil
 
queryMessages(ActiveMQQueue, String) - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Query the messages of a queue destination using a queue browser
queryMessages(ActiveMQTopic, String) - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Query the messages of a topic destination using a message consumer
queryMessages(String) - Method in class org.apache.activemq.console.filter.MessagesQueryFilter
Query the messages of a queue destination using JMX
QUEUE_PREFIX - Static variable in class org.apache.activemq.console.command.AmqBrowseCommand
 
QUEUE_PREFIX - Static variable in class org.apache.activemq.console.command.BrowseCommand
 
queueName - Variable in class org.apache.activemq.console.command.StopGracefullyCommand
 

R

REGEX_PREFIX - Static variable in class org.apache.activemq.console.filter.RegExQueryFilter
 
RegExQueryFilter - Class in org.apache.activemq.console.filter
 
RegExQueryFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.RegExQueryFilter
Creates a regular expression query that is able to match an object using key-value pattern regex filtering
ResultTransformFilter - Class in org.apache.activemq.console.filter
 
ResultTransformFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.ResultTransformFilter
Constructs a query filter that transform the format of the query result
runTask(List<String>) - Method in class org.apache.activemq.console.command.AbstractCommand
Run the specific task.
runTask(List) - Method in class org.apache.activemq.console.command.AmqBrowseCommand
Execute the browse command, which allows you to browse the messages in a given JMS destination
runTask(List<String>) - Method in class org.apache.activemq.console.command.BrowseCommand
Execute the browse command, which allows you to browse the messages in a given JMS destination
runTask(List<String>) - Method in class org.apache.activemq.console.command.BstatCommand
Performs a predefiend query option
runTask(List<String>) - Method in class org.apache.activemq.console.command.CreateCommand
 
runTask(List<String>) - Method in class org.apache.activemq.console.command.DecryptCommand
 
runTask(List<String>) - Method in class org.apache.activemq.console.command.EncryptCommand
 
runTask(List) - Method in class org.apache.activemq.console.command.ListCommand
List all running brokers registered in the specified JMX context
runTask(List<String>) - Method in class org.apache.activemq.console.command.PurgeCommand
Execute the purge command, which allows you to purge the messages in a given JMS destination
runTask(List<String>) - Method in class org.apache.activemq.console.command.QueryCommand
Queries the mbeans registered in the specified JMX context
runTask(List<String>) - Method in class org.apache.activemq.console.command.ShellCommand
Parses for specific command task.
runTask(List) - Method in class org.apache.activemq.console.command.ShutdownCommand
Shuts down the specified broker or brokers
runTask(List<String>) - Method in class org.apache.activemq.console.command.StartCommand
The default task to start a broker or a group of brokers
runTaskClass(List<String>) - Method in class org.apache.activemq.console.Main
 

S

setActiveMQHome(File) - Method in class org.apache.activemq.console.Main
 
setBrokerUrl(URI) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Set the broker url.
setBrokerUrl(String) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
Set the broker url.
setBrokerUrl(URI) - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Set the broker url to use.
setCommandContext(CommandContext) - Method in class org.apache.activemq.console.command.AbstractCommand
 
setCommandContext(CommandContext) - Method in interface org.apache.activemq.console.command.Command
 
setCommandContext(CommandContext) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalToolCommand
 
setConfigUri(URI) - Method in class org.apache.activemq.console.command.StartCommand
Sets the current configuration URI used by the start task
setData(ByteSequence) - Method in class org.apache.activemq.console.command.store.amq.Entry
 
setDestination(Destination) - Method in class org.apache.activemq.console.filter.AmqMessagesQueryFilter
Set the destination to use.
setFactory(ConnectionFactory) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
setFormater(String) - Method in class org.apache.activemq.console.command.store.amq.Entry
 
setFormatter(OutputFormatter) - Method in class org.apache.activemq.console.CommandContext
 
setHelp(boolean) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setInteractive(boolean) - Method in class org.apache.activemq.console.command.ShellCommand
 
setJmxPassword(String) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Sets the password to use when authenticating
setJmxServiceUrl(JMXServiceURL) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Sets the JMX service url to use.
setJmxServiceUrl(String) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Sets the JMX service url to use.
setJmxUseLocal(boolean) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Sets whether the the default mbean server for this JVM should be used instead of the jmx url
setJmxUser(String) - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Sets the JMS user name to use
setLocation(Location) - Method in class org.apache.activemq.console.command.store.amq.Entry
 
setMessageFormat(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setOptions(Object, String[]) - Static method in class org.apache.activemq.console.command.store.amq.CommandLineSupport
Sets the properties of an object given the command line args.
setPassword(String) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
setPasswordFactory(PasswordFactory) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
setQuery(Query) - Method in class org.apache.activemq.console.command.store.amq.Entry
 
setQueueAckFormat(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setRecord(DataStructure) - Method in class org.apache.activemq.console.command.store.amq.Entry
 
setResources(HashMap<String, String>) - Static method in class org.apache.activemq.console.command.store.amq.CustomResourceLoader
 
setTopicAckFormat(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setTraceFormat(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setTransactionFormat(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setType(String) - Method in class org.apache.activemq.console.command.store.amq.Entry
 
setUnknownFormat(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
setUsername(String) - Method in class org.apache.activemq.console.command.AbstractAmqCommand
 
setWhere(String) - Method in class org.apache.activemq.console.command.store.amq.AMQJournalTool
 
ShellCommand - Class in org.apache.activemq.console.command
 
ShellCommand() - Constructor for class org.apache.activemq.console.command.ShellCommand
 
ShellCommand(boolean) - Constructor for class org.apache.activemq.console.command.ShellCommand
 
ShutdownCommand - Class in org.apache.activemq.console.command
 
ShutdownCommand() - Constructor for class org.apache.activemq.console.command.ShutdownCommand
 
SimpleConsole - Class in org.apache.activemq.console.util
A simple interactive console which can be used to communicate with a running broker assuming that the classpath is fully setup
start() - Method in class org.apache.activemq.console.ActiveMQLauncher
 
startBroker(URI) - Method in class org.apache.activemq.console.command.StartCommand
Create and run a broker specified by the given configuration URI
StartCommand - Class in org.apache.activemq.console.command
 
StartCommand() - Constructor for class org.apache.activemq.console.command.StartCommand
 
stop() - Method in class org.apache.activemq.console.ActiveMQLauncher
 
stopBrokers(MBeanServerConnection, Collection) - Method in class org.apache.activemq.console.command.ShutdownCommand
Stops the list of brokers.
stopBrokers(MBeanServerConnection, Collection) - Method in class org.apache.activemq.console.command.StopGracefullyCommand
Stops the list of brokers.
StopGracefullyCommand - Class in org.apache.activemq.console.command
A StopGracefullyCommand
StopGracefullyCommand() - Constructor for class org.apache.activemq.console.command.StopGracefullyCommand
Constructor
StubQueryFilter - Class in org.apache.activemq.console.filter
 
StubQueryFilter(List) - Constructor for class org.apache.activemq.console.filter.StubQueryFilter
Creates a stub query that returns the given collections as the query result

T

targetAmqBase - Variable in class org.apache.activemq.console.command.CreateCommand
 
TASK_DEFAULT_CLASS - Static variable in class org.apache.activemq.console.Main
 
timeout - Variable in class org.apache.activemq.console.command.StopGracefullyCommand
 
tokenize(String) - Method in class org.apache.activemq.console.ConsoleCommandHandler
 
TOPIC_PREFIX - Static variable in class org.apache.activemq.console.command.AmqBrowseCommand
 
TOPIC_PREFIX - Static variable in class org.apache.activemq.console.command.BrowseCommand
 
toString() - Method in class org.apache.activemq.console.command.store.amq.MessageBodyFormatter
 
transformElement(Object) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform the given object to a Map object
transformElement(Object) - Method in class org.apache.activemq.console.filter.ResultTransformFilter
Transform a result object
transformList(List<Object>) - Method in class org.apache.activemq.console.filter.ResultTransformFilter
Transforms a collection to a collection of different objects.
transformToMap(ObjectInstance) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ObjectInstance mbean to a Map
transformToMap(ObjectName) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ObjectName mbean to a Map
transformToMap(AttributeList) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an Attribute List format of an mbean to a Map
transformToMap(ActiveMQTextMessage) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ActiveMQTextMessage to a Map
transformToMap(ActiveMQBytesMessage) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ActiveMQBytesMessage to a Map
transformToMap(ActiveMQObjectMessage) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ActiveMQMessage to a Map
transformToMap(ActiveMQMapMessage) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ActiveMQMapMessage to a Map
transformToMap(ActiveMQStreamMessage) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ActiveMQStreamMessage to a Map
transformToMap(ActiveMQMessage) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an ActiveMQMessage to a Map
transformToMap(CompositeDataSupport) - Method in class org.apache.activemq.console.filter.MapTransformFilter
Transform an openMBean composite data to a Map
transformWildcardQuery(String) - Method in class org.apache.activemq.console.filter.WildcardToMsgSelectorTransformFilter
Transform a wildcard query to message selector format
transformWildcardQuery(String) - Method in class org.apache.activemq.console.filter.WildcardToRegExTransformFilter
Transform a wildcard query to regular expression format
transformWildcardQuery(String) - Method in class org.apache.activemq.console.filter.WildcardTransformFilter
Use to transform a wildcard query string to another query format

U

useJmxServiceUrl() - Method in class org.apache.activemq.console.command.AbstractJmxCommand
Get the current JMX service url being used, or create a default one if no JMX service url has been specified.

V

VIEW_GROUP_BODY - Static variable in class org.apache.activemq.console.command.AmqBrowseCommand
 
VIEW_GROUP_BODY - Static variable in class org.apache.activemq.console.command.BrowseCommand
 
VIEW_GROUP_CUSTOM - Static variable in class org.apache.activemq.console.command.AmqBrowseCommand
 
VIEW_GROUP_CUSTOM - Static variable in class org.apache.activemq.console.command.BrowseCommand
 
VIEW_GROUP_HEADER - Static variable in class org.apache.activemq.console.command.AmqBrowseCommand
 
VIEW_GROUP_HEADER - Static variable in class org.apache.activemq.console.command.BrowseCommand
 
viewFilter - Variable in class org.apache.activemq.console.filter.PropertiesViewFilter
 

W

waitForShutdown() - Method in class org.apache.activemq.console.command.StartCommand
Wait for a shutdown invocation elsewhere
WildcardToMsgSelectorTransformFilter - Class in org.apache.activemq.console.filter
 
WildcardToMsgSelectorTransformFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.WildcardToMsgSelectorTransformFilter
Creates a filter that is able to transform a wildcard query to a message selector format
WildcardToRegExTransformFilter - Class in org.apache.activemq.console.filter
 
WildcardToRegExTransformFilter(RegExQueryFilter) - Constructor for class org.apache.activemq.console.filter.WildcardToRegExTransformFilter
Creates a filter that is able to transform a wildcard query to a regular expression query string
WildcardTransformFilter - Class in org.apache.activemq.console.filter
 
WildcardTransformFilter(QueryFilter) - Constructor for class org.apache.activemq.console.filter.WildcardTransformFilter
Creates a wildcard transform filter that is able to convert a wildcard expression (determined by isWildcardQuery) to a another query type (use transformWildcardQuery).
writeFileMapping(File, String[][]) - Method in class org.apache.activemq.console.command.CreateCommand
 

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

Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.