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

A

AbstractAdminConnection - class org.exolab.jms.tools.admin.AbstractAdminConnection.
The abstract class all AbstractAdminConnection objects must inherit from.
AbstractAdminConnection() - Constructor for class org.exolab.jms.tools.admin.AbstractAdminConnection
 
accept(File) - Method in class org.exolab.jms.tools.admin.DatabaseFilter
All files in a directory are passed to this method to determine if they should be displayed.
add(Consumer) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Add a new consumer.
add(JmsDestination) - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Add a new destination to the database, assigning it a unique identity.
add(Message) - Method in class org.exolab.jms.tools.migration.proxy.MessageStore
Add a message.
add(String, String) - Method in class org.exolab.jms.tools.migration.proxy.PropertyStore
Add a property.
addAttribute(Attribute) - Method in class org.exolab.jms.tools.db.Table
 
addAttribute(int, Attribute) - Method in class org.exolab.jms.tools.db.Table
 
addColumn(Column) - Method in class org.exolab.jms.tools.db.Index
 
addColumn(Column) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
addColumn(int, Column) - Method in class org.exolab.jms.tools.db.Index
 
addColumn(int, Column) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
addDeprecated(Deprecated) - Method in class org.exolab.jms.tools.db.Database
 
addDeprecated(int, Deprecated) - Method in class org.exolab.jms.tools.db.Database
 
addDestination(String, boolean) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Add a specific destination with the specified name
addDestination(String, boolean) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
addDestination(String, boolean) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
addDurableConsumer(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Add a durable consumer for the specified name the passed in name
addDurableConsumer(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
addDurableConsumer(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
addIndex(Index) - Method in class org.exolab.jms.tools.db.Table
 
addIndex(int, Index) - Method in class org.exolab.jms.tools.db.Table
 
addMessage(String, boolean) - Method in class org.exolab.jms.tools.migration.proxy.Subscription
Add a reference to a message.
addMessages(long, long, Subscription) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Add messages for a subscription.
addSubscription(Subscription) - Method in class org.exolab.jms.tools.migration.proxy.Consumer
Add a subscription.
addSubscriptions(long, Consumer) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Add subscriptions for a consumer.
addTable(int, Table) - Method in class org.exolab.jms.tools.db.Database
 
addTable(Table) - Method in class org.exolab.jms.tools.db.Database
 
addUser(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Adds a new User to the DB.
addUser(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
addUser(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
AdminInfo - class org.exolab.jms.tools.admin.AdminInfo.
Extracts information about a queue/topic and consumer from the OpenJMSServer and displays it next to the appropriate cell, in a JTextField.
AdminInfo() - Constructor for class org.exolab.jms.tools.admin.AdminInfo
Construct the panel, and set the background to be that of the tree.
AdminMgr - class org.exolab.jms.tools.admin.AdminMgr.
This class is the Gui controller for the JMS administration.
AdminMgr(String) - Constructor for class org.exolab.jms.tools.admin.AdminMgr
 
apply() - Method in class org.exolab.jms.tools.migration.Importer
Import the data from the proxy database to the master database.
apply() - Method in class org.exolab.jms.tools.migration.Exporter
Export the data from the master database to the migration database.
Attribute - class org.exolab.jms.tools.db.Attribute.
 
Attribute() - Constructor for class org.exolab.jms.tools.db.Attribute
 

B

BaseDialog - class org.exolab.jms.tools.admin.BaseDialog.
A simple dialog to collect information for creating queue/topics and consumers.

C

cancel() - Method in class org.exolab.jms.tools.admin.BaseDialog
The cancel button was pressed.
cancel() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
The cancel button was pressed.
CANCELED - Static variable in class org.exolab.jms.tools.admin.BaseDialog
 
CANCELED - Static variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
changePassword(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Change the password for this user
changePassword(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
changePassword(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
ChangePasswordDialog - class org.exolab.jms.tools.admin.ChangePasswordDialog.
A simple dialog to collect information for change password
ChangePasswordDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.ChangePasswordDialog
Creates new ChangePasswordDialog form
clearAttribute() - Method in class org.exolab.jms.tools.db.Table
 
clearColumn() - Method in class org.exolab.jms.tools.db.Index
 
clearColumn() - Method in class org.exolab.jms.tools.db.PrimaryKey
 
clearDeprecated() - Method in class org.exolab.jms.tools.db.Database
 
clearIndex() - Method in class org.exolab.jms.tools.db.Table
 
clearTable() - Method in class org.exolab.jms.tools.db.Database
 
close() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Close the connection.
close() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
close() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
close() - Method in class org.exolab.jms.tools.db.DBTool
Deallocate any resources.
close() - Method in class org.exolab.jms.tools.db.RDBMSTool
Close the connection to the database.
closeDialog(WindowEvent) - Method in class org.exolab.jms.tools.admin.BaseDialog
Closes the dialog
closeDialog(WindowEvent) - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Closes the dialog
Column - class org.exolab.jms.tools.db.Column.
 
Column() - Constructor for class org.exolab.jms.tools.db.Column
 
commands_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
commandsCreated_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
confirm() - Method in class org.exolab.jms.tools.admin.BaseDialog
The OK button was pressed.
confirm() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Override confirm to be able to check password
confirm() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Override confirm to be able to check password
confirm() - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Override confirm to be able to check password
confirm() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
The OK button was pressed.
CONFIRMED - Static variable in class org.exolab.jms.tools.admin.BaseDialog
 
CONFIRMED - Static variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
confirmedPassword - Variable in class org.exolab.jms.tools.admin.CreateUserDialog
 
confirmedPassword - Variable in class org.exolab.jms.tools.admin.CreateLogonDialog
 
confirmedPassword - Variable in class org.exolab.jms.tools.admin.ChangePasswordDialog
 
Consumer - class org.exolab.jms.tools.migration.proxy.Consumer.
Manages the state of an individual consumer.
Consumer(JmsQueue) - Constructor for class org.exolab.jms.tools.migration.proxy.Consumer
Construct a new Consumer for a queue.
Consumer(String, String) - Constructor for class org.exolab.jms.tools.migration.proxy.Consumer
Construct a new Consumer for one or more topics.
consumerName_ - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
ConsumerStore - class org.exolab.jms.tools.migration.proxy.ConsumerStore.
Provides persistency for Consumer instances.
ConsumerStore(DestinationStore, Connection) - Constructor for class org.exolab.jms.tools.migration.proxy.ConsumerStore
Construct a new ConsumerStore.
convert() - Method in interface org.exolab.jms.tools.db.SchemaConverter
 
convert() - Method in class org.exolab.jms.tools.db.migration.V061toV072SchemaConverter
 
convert() - Method in class org.exolab.jms.tools.db.migration.V072toV076SchemaConverter
 
create() - Method in class org.exolab.jms.tools.db.DBTool
Creates the database tables using the default schema.
create(Database) - Method in class org.exolab.jms.tools.db.RDBMSTool
Creates the database.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateQueueDialog
Create the one and only instance of the Queue Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateUserDialog
Create the one and only instance of the User Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.QueryDialog
Create the one and only instance of the Query Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateLogonDialog
Create the one and only instance of the Logon Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateTopicDialog
Create the one and only instance of the Topic Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Create the one and only instance of the ChangePassword Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Create the one and only instance of the Consumer Dialog.
create(String) - Method in class org.exolab.jms.tools.db.DBTool
Creates the database tables from the specified schema.
create(String, String, Connection) - Static method in class org.exolab.jms.tools.db.SchemaConverterFactory
 
create(Table) - Method in class org.exolab.jms.tools.db.RDBMSTool
Creates a table in the database.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
Create the menu for all objects and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSTopic
 
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
Create the menu for all queue/topics and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSQueue
Create the menu for all queue and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSUser
Create the menu for all queue and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
Create the menu for all servers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Create the menu for all consumers and set up the Action events for each menu item.
CreateConsumerDialog - class org.exolab.jms.tools.admin.CreateConsumerDialog.
A simple dialog to collect information for creating a durable consumer
CreateConsumerDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateConsumerDialog
Creates new form TopicDialog
CreateLogonDialog - class org.exolab.jms.tools.admin.CreateLogonDialog.
A simple dialog to collect information for creating a Logon
CreateLogonDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateLogonDialog
Creates new form LogonDialog
CreateQueueDialog - class org.exolab.jms.tools.admin.CreateQueueDialog.
A simple dialog to collect information for creating a queue
CreateQueueDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateQueueDialog
Creates new form QueueDialog
createServerList(JTree) - Static method in class org.exolab.jms.tools.admin.OpenJMSServer
Determine all known OpenJMSServers.
CreateTopicDialog - class org.exolab.jms.tools.admin.CreateTopicDialog.
A simple dialog to collect information for creating a topic
CreateTopicDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateTopicDialog
Creates new form TopicDialog
CreateUserDialog - class org.exolab.jms.tools.admin.CreateUserDialog.
A simple dialog to collect information for creating a User
CreateUserDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateUserDialog
Creates new form UserDialog

D

Database - class org.exolab.jms.tools.db.Database.
 
Database() - Constructor for class org.exolab.jms.tools.db.Database
 
DatabaseFilter - class org.exolab.jms.tools.admin.DatabaseFilter.
A file filter used by the file chooser to resitrict displayed files to files with a ".db" suffix only.
DatabaseFilter() - Constructor for class org.exolab.jms.tools.admin.DatabaseFilter
The default constructor does nothing.
dateFormat_ - Static variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
DBTool - class org.exolab.jms.tools.db.DBTool.
This class provides support for creating and destroying OpenJMS tables in RDBMS databases.
DBTool(Configuration) - Constructor for class org.exolab.jms.tools.db.DBTool
Construct a new DBTool.
DBTool(String) - Constructor for class org.exolab.jms.tools.db.DBTool
Construct an instance with the path to an openjms XML configuration file.
delete() - Method in class org.exolab.jms.tools.db.DBTool
Deletes all data from the database tables.
delete(Database) - Method in class org.exolab.jms.tools.db.RDBMSTool
Deletes data from all tables in the database.
deleteNotNull() - Method in class org.exolab.jms.tools.db.Attribute
 
deletePrimaryKey() - Method in class org.exolab.jms.tools.db.Attribute
 
deleteUnique() - Method in class org.exolab.jms.tools.db.Attribute
 
deleteUnique() - Method in class org.exolab.jms.tools.db.Index
 
Deprecated - class org.exolab.jms.tools.db.Deprecated.
 
Deprecated() - Constructor for class org.exolab.jms.tools.db.Deprecated
 
destinationName_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
DestinationStore - class org.exolab.jms.tools.migration.proxy.DestinationStore.
Provides persistency for JmsDestination instances.
DestinationStore(Connection) - Constructor for class org.exolab.jms.tools.migration.proxy.DestinationStore
Construct a new DestinationStore.
display() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Display the consumer dialog box
display(String) - Method in class org.exolab.jms.tools.admin.QueryDialog
Popup the dialog and wait for the user to either OK or Cancel.
displayChangePassword(String) - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Display the create changepassword dialog box
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSObject
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSServer
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
This node has been right clicked.
displayCommands(Rectangle) - Method in interface org.exolab.jms.tools.admin.OpenJMSNode
Display all commands available for this object.
displayConnections() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
Get all queue/topics from the database for this JMS server and display them as children of the root node.
displayCreateConsumer() - Method in class org.exolab.jms.tools.admin.CreateTopicDialog
Display rhe create durable consumer dialog box
displayCreateConsumer() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Display the create consumer dialog box
displayCreateLogon() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Display the create queue dialog box
displayCreateQueue() - Method in class org.exolab.jms.tools.admin.CreateQueueDialog
Display the create queue dialog box
displayCreateTopic() - Method in class org.exolab.jms.tools.admin.CreateTopicDialog
Display the create topic dialog box
displayCreateUser() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Display the create user dialog box
displayText - Variable in class org.exolab.jms.tools.admin.BaseDialog
 
displayText - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
drop() - Method in class org.exolab.jms.tools.db.DBTool
Drop the database tables from the default schema.
drop(Database) - Method in class org.exolab.jms.tools.db.RDBMSTool
Drops tables from the database.
drop(String) - Method in class org.exolab.jms.tools.db.DBTool
Drop the database tables from the specified schema.
drop(Table) - Method in class org.exolab.jms.tools.db.RDBMSTool
Drops a table from the database.
durableConsumerExists(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Check if the durable consumer exists.
durableConsumerExists(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
durableConsumerExists(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 

E

enumerateAttribute() - Method in class org.exolab.jms.tools.db.Table
 
enumerateColumn() - Method in class org.exolab.jms.tools.db.Index
 
enumerateColumn() - Method in class org.exolab.jms.tools.db.PrimaryKey
 
enumerateDeprecated() - Method in class org.exolab.jms.tools.db.Database
 
enumerateIndex() - Method in class org.exolab.jms.tools.db.Table
 
enumerateTable() - Method in class org.exolab.jms.tools.db.Database
 
exportCollection() - Method in interface org.exolab.jms.tools.migration.Store
Export the collection.
exportCollection() - Method in class org.exolab.jms.tools.migration.master.MasterUserStore
Export the users.
exportCollection() - Method in class org.exolab.jms.tools.migration.master.MasterDestinationStore
Export the destinations.
exportCollection() - Method in class org.exolab.jms.tools.migration.master.MasterConsumerStore
Export the consumers.
exportCollection() - Method in class org.exolab.jms.tools.migration.master.MasterMessageStore
Export the messages.
exportCollection() - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Export the consumers.
exportCollection() - Method in class org.exolab.jms.tools.migration.proxy.MessageStore
Export the collection.
exportCollection() - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Export the destinations.
exportCollection() - Method in class org.exolab.jms.tools.migration.proxy.UserStore
Export the users.
Exporter - class org.exolab.jms.tools.migration.Exporter.
Exports data from a master database into a proxy.
Exporter(Configuration, String, boolean) - Constructor for class org.exolab.jms.tools.migration.Exporter
Construct a new Exporter.

F

field_ - Variable in class org.exolab.jms.tools.admin.AdminInfo
 

G

get(long) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Returns a consumer for a given identifier.
get(long) - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Returns the destination associated with the specified identifier.
get(String) - Method in class org.exolab.jms.tools.migration.proxy.MessageStore
Returns a message for a given identifier.
get(String) - Method in class org.exolab.jms.tools.migration.proxy.PropertyStore
Returns the value of a property.
getAllDestinations() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return a list of all registered destinations.
getAllDestinations() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getAllDestinations() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
Children are allowed for all objects
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
Children are allowed for all queue/topics
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
No children are allowed for consumers at this point.
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Consumer folders are allowed on this node
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Queue folders are allowed on this node
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
Children are allowed for all servers
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Topic folders are allowed on this node
getAllUsers() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
List all users in the DB
getAllUsers() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getAllUsers() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getAttribute() - Method in class org.exolab.jms.tools.db.Table
 
getAttribute(int) - Method in class org.exolab.jms.tools.db.Table
 
getAttribute(Table, String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getAttributeCount() - Method in class org.exolab.jms.tools.db.Table
 
getClientID() - Method in class org.exolab.jms.tools.migration.proxy.Consumer
Returns the client identifier.
getColumn() - Method in class org.exolab.jms.tools.db.Index
 
getColumn() - Method in class org.exolab.jms.tools.db.PrimaryKey
 
getColumn(int) - Method in class org.exolab.jms.tools.db.Index
 
getColumn(int) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
getColumnCount() - Method in class org.exolab.jms.tools.db.Index
 
getColumnCount() - Method in class org.exolab.jms.tools.db.PrimaryKey
 
getConsumerIds() - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Returns all consumer identifiers.
getConsumerName() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Get the consumer name
getCreationTimestamp() - Method in class org.exolab.jms.tools.migration.proxy.VersionInfo
Returns the timestamp when the proxy database was created.
getDataSource(String) - Static method in class org.exolab.jms.tools.migration.MigrationHelper
 
getDelivered() - Method in class org.exolab.jms.tools.migration.proxy.MessageState
Returns the message delivery status.
getDeprecated() - Method in class org.exolab.jms.tools.db.Database
 
getDeprecated(int) - Method in class org.exolab.jms.tools.db.Database
 
getDeprecatedCount() - Method in class org.exolab.jms.tools.db.Database
 
getDescription() - Method in class org.exolab.jms.tools.admin.DatabaseFilter
The file suffix to allow display.
getDestination() - Method in class org.exolab.jms.tools.migration.proxy.Subscription
Returns the destination being subscribed to.
getDestinations() - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Returns the list of destination objects.
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return the number of outstanding messages for a particular destination.
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getDurableConsumers(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return the collection of durable consumer names for a particular topic destination.
getDurableConsumers(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getDurableConsumers(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getId(JmsDestination) - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Returns the destination identifier for a given destination.
getIndex() - Method in class org.exolab.jms.tools.db.Table
 
getIndex(int) - Method in class org.exolab.jms.tools.db.Table
 
getIndexCount() - Method in class org.exolab.jms.tools.db.Table
 
getInstanceSelected() - Static method in class org.exolab.jms.tools.admin.OpenJMSObject
Get the particular instance of the object that has been selected.
getInstanceSelected() - Static method in class org.exolab.jms.tools.admin.OpenJMSDestination
Get the particular instance of the queue/topic that has been selected.
getMessageId() - Method in class org.exolab.jms.tools.migration.proxy.MessageState
Returns the message identifier.
getMessageIds() - Method in class org.exolab.jms.tools.migration.proxy.MessageStore
Returns all message identifiers.
getMessages() - Method in class org.exolab.jms.tools.migration.proxy.Subscription
Returns the messages that the subscription references.
getMessages(long, long, Subscription) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Get messages for a subscription.
getName() - Method in class org.exolab.jms.tools.admin.BaseDialog
Get the name selected for this queue/topic or consumer.
getName() - Method in class org.exolab.jms.tools.db.Type
Returns the name of the type
getName() - Method in class org.exolab.jms.tools.db.Table
 
getName() - Method in class org.exolab.jms.tools.db.Attribute
 
getName() - Method in class org.exolab.jms.tools.db.Index
 
getName() - Method in class org.exolab.jms.tools.db.Deprecated
 
getName() - Method in class org.exolab.jms.tools.db.Column
 
getName() - Method in class org.exolab.jms.tools.migration.proxy.Consumer
Returns the consumer name.
getNotNull() - Method in class org.exolab.jms.tools.db.Attribute
 
getOpenJMSVersion() - Method in class org.exolab.jms.tools.migration.proxy.VersionInfo
Returns the OpenJMS version that the proxy database was created with.
getParameters() - Method in class org.exolab.jms.tools.db.Type
Returns if the type takes parameters when created
getPassword() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Getter for property password.
getPassword() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Returns the password
getPassword() - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Returns the password
getPrecision() - Method in class org.exolab.jms.tools.db.Type
Returns the precision of the type
getPrimaryKey() - Method in class org.exolab.jms.tools.db.Table
 
getPrimaryKey() - Method in class org.exolab.jms.tools.db.Attribute
 
getProxySchemaVersion() - Method in class org.exolab.jms.tools.migration.proxy.VersionInfo
Returns the proxy schema version.
getQueueMessageCount(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return the number of outstanding messages for a particular queue.
getQueueMessageCount(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getQueueMessageCount(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getSchema() - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getSchema() - Static method in class org.exolab.jms.tools.migration.MigrationHelper
 
getSchema(String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getSchemaBrowser() - Method in class org.exolab.jms.tools.db.RDBMSTool
Returns the schema browser.
getSchemaFromResource(String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getSchemaVersion(Connection) - Static method in class org.exolab.jms.tools.db.SchemaHelper
Get the schema version
getSQL() - Method in class org.exolab.jms.tools.db.Type
Returns an SQL representation of the type
getSubscriptions() - Method in class org.exolab.jms.tools.migration.proxy.Consumer
Returns the subscriptions.
getSubscriptions(long, Consumer) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Get subscriptions for a consumer.
getSuffix(File) - Method in class org.exolab.jms.tools.admin.DatabaseFilter
Get the suffix of the given file.
getSymbolicType() - Method in class org.exolab.jms.tools.db.Type
Returns a symbolic representation of the type
getTable() - Method in class org.exolab.jms.tools.db.Database
 
getTable(Database, String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getTable(int) - Method in class org.exolab.jms.tools.db.Database
 
getTable(String) - Method in class org.exolab.jms.tools.db.SchemaBrowser
Returns the schema for the specified table.
getTableCount() - Method in class org.exolab.jms.tools.db.Database
 
getTableExists(String) - Method in class org.exolab.jms.tools.db.SchemaBrowser
Returns true if a table exists.
getTopicSubscription() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Get the topic subscription
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.exolab.jms.tools.admin.AdminInfo
A draw request for the cell has been made.
getType() - Method in class org.exolab.jms.tools.db.Type
Returns the type identifier
getType() - Method in class org.exolab.jms.tools.db.Attribute
 
getType(Attribute) - Method in class org.exolab.jms.tools.db.SchemaBrowser
Returns the Type for an Attribute.
getType(String) - Static method in class org.exolab.jms.tools.db.Type
Returns a new type corresponding to its string representation
getUnique() - Method in class org.exolab.jms.tools.db.Attribute
 
getUnique() - Method in class org.exolab.jms.tools.db.Index
 

H

hasNext() - Method in interface org.exolab.jms.tools.migration.StoreIterator
Returns true if the iterator has more elements.
hasNext() - Method in class org.exolab.jms.tools.migration.IteratorAdapter
Returns true if the iterator has more elements.
hasNotNull() - Method in class org.exolab.jms.tools.db.Attribute
 
hasPrimaryKey() - Method in class org.exolab.jms.tools.db.Attribute
 
hasTables(Table[]) - Method in class org.exolab.jms.tools.db.RDBMSTool
Determines if a set of tables are present in the dataase.
hasUnique() - Method in class org.exolab.jms.tools.db.Attribute
 
hasUnique() - Method in class org.exolab.jms.tools.db.Index
 

I

importCollection(StoreIterator) - Method in interface org.exolab.jms.tools.migration.Store
Import a collection.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.master.MasterUserStore
Import users into the store.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.master.MasterDestinationStore
Import destinations into the store.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.master.MasterConsumerStore
Import consumers into the store.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.master.MasterMessageStore
Import messages into the store.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Import consumers into the store.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.proxy.MessageStore
Import a collection.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Import destinations into the store.
importCollection(StoreIterator) - Method in class org.exolab.jms.tools.migration.proxy.UserStore
Import users into the store.
Importer - class org.exolab.jms.tools.migration.Importer.
Imports data from a proxy database into a master.
Importer(Configuration, String, boolean) - Constructor for class org.exolab.jms.tools.migration.Importer
Construct a new Importer.
Index - class org.exolab.jms.tools.db.Index.
 
Index() - Constructor for class org.exolab.jms.tools.db.Index
 
initComponents() - Method in class org.exolab.jms.tools.admin.BaseDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateQueueDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateTopicDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Create all the gui components that comprise this form, and setup all action handlers.
instance() - Static method in class org.exolab.jms.tools.admin.CreateQueueDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateUserDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Returns the one and only instance of the connection object.
instance() - Static method in class org.exolab.jms.tools.admin.QueryDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateLogonDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateTopicDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Get the one and only instance of this dialog.
InvalidTypeException - exception org.exolab.jms.tools.db.InvalidTypeException.
This exception is thrown when a JDBC type is encountered which is not supported by the target database
InvalidTypeException(String) - Constructor for class org.exolab.jms.tools.db.InvalidTypeException
 
isCellEditable(EventObject) - Method in class org.exolab.jms.tools.admin.OpenJMSEditor
 
isConfirmed() - Method in class org.exolab.jms.tools.admin.BaseDialog
Whether this dialog was confirmed or canceled.
isConfirmed() - Method in class org.exolab.jms.tools.admin.QueryDialog
Will return true if the action was confirmed.
isConfirmed() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Whether this dialog was confirmed or canceled.
isConnected(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Check to see if the given consumer is currently connected to the OpenJMSServer.
isConnected(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
isConnected(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
isExplored_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
isLeaf_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
Objects are leaves iff they have nothing registered against them.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
Queue/Topics are leaves iff they have no consumers registered against them.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
All consumers are leaves in the tree for this release.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
The consumer folder is not a leaf node
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
The consumer folder is not a leaf node
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
The consumer folder is not a leaf node
isQueueConsumer() - Method in class org.exolab.jms.tools.migration.proxy.Consumer
Determines if this is a queue consumer.
isValid() - Method in class org.exolab.jms.tools.db.Table
 
isValid() - Method in class org.exolab.jms.tools.db.Attribute
 
isValid() - Method in class org.exolab.jms.tools.db.Database
 
isValid() - Method in class org.exolab.jms.tools.db.Index
 
isValid() - Method in class org.exolab.jms.tools.db.PrimaryKey
 
isValid() - Method in class org.exolab.jms.tools.db.Deprecated
 
isValid() - Method in class org.exolab.jms.tools.db.Column
 
IteratorAdapter - class org.exolab.jms.tools.migration.IteratorAdapter.
Helper to adapt an Iterator to a StoreIterator.
IteratorAdapter(Iterator) - Constructor for class org.exolab.jms.tools.migration.IteratorAdapter
Construct a new IteratorAdapter.

L

load() - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Load all destinations.

M

main(String[]) - Static method in class org.exolab.jms.tools.admin.AdminMgr
The main entry point for this admin gui.
main(String[]) - Static method in class org.exolab.jms.tools.db.DBTool
 
main(String[]) - Static method in class org.exolab.jms.tools.migration.Importer
Main line.
main(String[]) - Static method in class org.exolab.jms.tools.migration.Exporter
Main line.
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Table
 
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Attribute
 
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Database
 
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Index
 
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Deprecated
 
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Column
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.Table
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.Attribute
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.Database
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.Index
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.Deprecated
 
marshal(Writer) - Method in class org.exolab.jms.tools.db.Column
 
MasterConsumerStore - class org.exolab.jms.tools.migration.master.MasterConsumerStore.
MasterConsumerStore manages a collection of persistent consumers.
MasterConsumerStore(DatabaseService) - Constructor for class org.exolab.jms.tools.migration.master.MasterConsumerStore
Construct a new MasterConsumerStore.
MasterDestinationStore - class org.exolab.jms.tools.migration.master.MasterDestinationStore.
MasterDestinationStore manages a collection of persistent destinations.
MasterDestinationStore(DatabaseService) - Constructor for class org.exolab.jms.tools.migration.master.MasterDestinationStore
Construct a new MasterDestinationStore.
MasterMessageStore - class org.exolab.jms.tools.migration.master.MasterMessageStore.
MasterMessageStore manages a collection of persistent messages.
MasterMessageStore(DatabaseService) - Constructor for class org.exolab.jms.tools.migration.master.MasterMessageStore
Construct a new MasterDestinationStore.
MasterUserStore - class org.exolab.jms.tools.migration.master.MasterUserStore.
MasterMessageStore manages a collection of persistent users.
MasterUserStore(DatabaseService) - Constructor for class org.exolab.jms.tools.migration.master.MasterUserStore
Construct a new MasterUserStore.
MessageState - class org.exolab.jms.tools.migration.proxy.MessageState.
Manages the delivery state of a message for a particular consumer.
MessageState(String, boolean) - Constructor for class org.exolab.jms.tools.migration.proxy.MessageState
Construct a new MessageState.
MessageStore - class org.exolab.jms.tools.migration.proxy.MessageStore.
Provides persistency for Message instances.
MessageStore(DestinationStore, Connection) - Constructor for class org.exolab.jms.tools.migration.proxy.MessageStore
Construct a new MessageStore.
migrate() - Method in class org.exolab.jms.tools.db.DBTool
Migrates the database tables to the latest version.
MigrationHelper - class org.exolab.jms.tools.migration.MigrationHelper.
Utility class.
MigrationHelper() - Constructor for class org.exolab.jms.tools.migration.MigrationHelper
 

N

name_ - Variable in class org.exolab.jms.tools.admin.BaseDialog
 
next() - Method in interface org.exolab.jms.tools.migration.StoreIterator
Returns the next element in the interation.
next() - Method in class org.exolab.jms.tools.migration.IteratorAdapter
Returns the next element in the interation.

O

OfflineConnection - class org.exolab.jms.tools.admin.OfflineConnection.
Connect directly to the Persistent store to retrieve information and perfrom updates.
OfflineConnection(Component, Configuration) - Constructor for class org.exolab.jms.tools.admin.OfflineConnection
Connect to the RMIAdmin Server if in online mode, or open the database and update the data directly in offline mode.
OfflineConnectionException - exception org.exolab.jms.tools.admin.OfflineConnectionException.
Error when the admin manager fails to open the specified database in offline mode.
OfflineConnectionException() - Constructor for class org.exolab.jms.tools.admin.OfflineConnectionException
Default constructor with no additional info.
OfflineConnectionException(String) - Constructor for class org.exolab.jms.tools.admin.OfflineConnectionException
Construct an instance of this exception with the specified reason.
OnlineConnection - class org.exolab.jms.tools.admin.OnlineConnection.
Connects to the OpenJMSServer for all updates and requests.
OnlineConnection(Component, Configuration) - Constructor for class org.exolab.jms.tools.admin.OnlineConnection
Connect to the Admin Server
OnlineConnection(String, String, Configuration) - Constructor for class org.exolab.jms.tools.admin.OnlineConnection
Connect to the Admin Server, special constructor to be able to stop the server
OnlineConnectionException - exception org.exolab.jms.tools.admin.OnlineConnectionException.
Error when the admin mgr fails to connect to the named RMI server,
OnlineConnectionException() - Constructor for class org.exolab.jms.tools.admin.OnlineConnectionException
Default constructor with no additional info.
OnlineConnectionException(String) - Constructor for class org.exolab.jms.tools.admin.OnlineConnectionException
Construct an instance of this exception with the specified reason.
OpenJMSConsumer - class org.exolab.jms.tools.admin.OpenJMSConsumer.
This class controls all dispay characteristics and menus related to a consumer.
OpenJMSConsumer(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSConsumer
The constructor gets its unique name for this consumer plus a reference to its parent tree.
OpenJMSConsumerFolder - class org.exolab.jms.tools.admin.OpenJMSConsumerFolder.
This is a folder node, which holds all durable consumers for a particular server.
OpenJMSConsumerFolder(JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Construct an instance of this folder given the parent node.
OpenJMSDestination - class org.exolab.jms.tools.admin.OpenJMSDestination.
This is the base class for all destination nodes.
OpenJMSDestination(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSDestination
The constructor gets its unique name for this queue/topic and a reference to its parent tree.
OpenJMSEditor - class org.exolab.jms.tools.admin.OpenJMSEditor.
A gui to be used for editing cells.
OpenJMSEditor(JTree, JComboBox) - Constructor for class org.exolab.jms.tools.admin.OpenJMSEditor
 
OpenJMSNode - interface org.exolab.jms.tools.admin.OpenJMSNode.
This interface is used to provide a generic method for all elements in the node to update their children once a node is expanded.
OpenJMSObject - class org.exolab.jms.tools.admin.OpenJMSObject.
This is the base class for all nodes.
OpenJMSObject(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSObject
The constructor gets its unique name for this object and a reference to its parent tree.
OpenJMSQueue - class org.exolab.jms.tools.admin.OpenJMSQueue.
Extends the OpenJMSDestination node and defines a queue specific node
OpenJMSQueue(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSQueue
Construct a node with the specified queue name and the a reference to the parent node in the tree.
OpenJMSQueueFolder - class org.exolab.jms.tools.admin.OpenJMSQueueFolder.
This is a folder node, which holds all administered topics
OpenJMSQueueFolder(JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Construct an instance of this folder given the parent node.
OpenJMSServer - class org.exolab.jms.tools.admin.OpenJMSServer.
This class controls all dispay characteristics and menus related to an OpenJMSServer.
OpenJMSServer(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSServer
The OpenJMS server connection.
OpenJMSTopic - class org.exolab.jms.tools.admin.OpenJMSTopic.
Extends the OpenJMSDestination node and defines a topic specific node
OpenJMSTopic(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSTopic
Construct a node with the specified topic name and the a reference to the parent node in the tree.
OpenJMSTopicFolder - class org.exolab.jms.tools.admin.OpenJMSTopicFolder.
This is a folder node, which holds all administered topics
OpenJMSTopicFolder(JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Construct an instance of this folder given the parent node.
OpenJMSUser - class org.exolab.jms.tools.admin.OpenJMSUser.
Extends the OpenJMSObject node
OpenJMSUser(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSUser
Construct a node with the specified username and the a reference to the parent node in the tree.
org.exolab.jms.tools.admin - package org.exolab.jms.tools.admin
 
org.exolab.jms.tools.db - package org.exolab.jms.tools.db
 
org.exolab.jms.tools.db.migration - package org.exolab.jms.tools.db.migration
 
org.exolab.jms.tools.migration - package org.exolab.jms.tools.migration
 
org.exolab.jms.tools.migration.master - package org.exolab.jms.tools.migration.master
 
org.exolab.jms.tools.migration.proxy - package org.exolab.jms.tools.migration.proxy
 

P

password - Variable in class org.exolab.jms.tools.admin.CreateUserDialog
 
password - Variable in class org.exolab.jms.tools.admin.CreateLogonDialog
 
password - Variable in class org.exolab.jms.tools.admin.ChangePasswordDialog
 
PrimaryKey - class org.exolab.jms.tools.db.PrimaryKey.
 
PrimaryKey() - Constructor for class org.exolab.jms.tools.db.PrimaryKey
 
PropertyStore - class org.exolab.jms.tools.migration.proxy.PropertyStore.
Stores migration version information.
PropertyStore(Connection) - Constructor for class org.exolab.jms.tools.migration.proxy.PropertyStore
Construct a new PropertyStore.
purgeMessages() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Purge all processed messages from the database.
purgeMessages() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
purgeMessages() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 

Q

QueryDialog - class org.exolab.jms.tools.admin.QueryDialog.
A generic query dialaog, used to confirm all add/delete operations.
QueryDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.QueryDialog
Creates new form QueryDialog

R

RDBMSTool - class org.exolab.jms.tools.db.RDBMSTool.
This class provides support for creating and destroying tables in RDBMS databases.
RDBMSTool(Configuration) - Constructor for class org.exolab.jms.tools.db.RDBMSTool
Construct a new RDBMSTool.
RDBMSTool(Connection) - Constructor for class org.exolab.jms.tools.db.RDBMSTool
Construct a new RDBMSTool.
refresh() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
This node has changed.
refresh() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
This node has changed.
refresh() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
This node has changed.
removeAttribute(Attribute) - Method in class org.exolab.jms.tools.db.Table
 
removeColumn(Column) - Method in class org.exolab.jms.tools.db.Index
 
removeColumn(Column) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
removeDeprecated(Deprecated) - Method in class org.exolab.jms.tools.db.Database
 
removeDestination(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Destroy the specified destination and all associated messsages and consumers.
removeDestination(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
removeDestination(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
removeDurableConsumer(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Remove the consumer with the specified name
removeDurableConsumer(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
removeDurableConsumer(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
removeIndex(Index) - Method in class org.exolab.jms.tools.db.Table
 
removeTable(Table) - Method in class org.exolab.jms.tools.db.Database
 
removeUser(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Remove a user from the DB.
removeUser(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
removeUser(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 

S

SCHEMA - Static variable in class org.exolab.jms.tools.migration.MigrationHelper
The path to the migration database schema, as a resource.
SchemaBrowser - class org.exolab.jms.tools.db.SchemaBrowser.
This class provides methods for examining a database schema.
SchemaBrowser(Connection) - Constructor for class org.exolab.jms.tools.db.SchemaBrowser
Construct a new SchemaBrowser.
SchemaConverter - interface org.exolab.jms.tools.db.SchemaConverter.
Migrates a database schema from one version to another
SchemaConverterFactory - class org.exolab.jms.tools.db.SchemaConverterFactory.
A factory for SchemaConverter instances
SchemaConverterFactory() - Constructor for class org.exolab.jms.tools.db.SchemaConverterFactory
 
SchemaHelper - class org.exolab.jms.tools.db.SchemaHelper.
Schema utility class.
SchemaHelper() - Constructor for class org.exolab.jms.tools.db.SchemaHelper
 
setAttribute(Attribute[]) - Method in class org.exolab.jms.tools.db.Table
 
setAttribute(int, Attribute) - Method in class org.exolab.jms.tools.db.Table
 
setColumn(Column[]) - Method in class org.exolab.jms.tools.db.Index
 
setColumn(Column[]) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
setColumn(int, Column) - Method in class org.exolab.jms.tools.db.Index
 
setColumn(int, Column) - Method in class org.exolab.jms.tools.db.PrimaryKey
 
setCreationTimestamp(long) - Method in class org.exolab.jms.tools.migration.proxy.VersionInfo
Sets the timestamp when the proxy database was created.
setDeprecated(Deprecated[]) - Method in class org.exolab.jms.tools.db.Database
 
setDeprecated(int, Deprecated) - Method in class org.exolab.jms.tools.db.Database
 
setIndex(Index[]) - Method in class org.exolab.jms.tools.db.Table
 
setIndex(int, Index) - Method in class org.exolab.jms.tools.db.Table
 
setName(String) - Method in class org.exolab.jms.tools.db.Table
 
setName(String) - Method in class org.exolab.jms.tools.db.Attribute
 
setName(String) - Method in class org.exolab.jms.tools.db.Index
 
setName(String) - Method in class org.exolab.jms.tools.db.Deprecated
 
setName(String) - Method in class org.exolab.jms.tools.db.Column
 
setNotNull(boolean) - Method in class org.exolab.jms.tools.db.Attribute
 
setOpenJMSVersion(String) - Method in class org.exolab.jms.tools.migration.proxy.VersionInfo
Sets the OpenJMS version that the proxy database was created with.
setPrimaryKey(boolean) - Method in class org.exolab.jms.tools.db.Attribute
 
setPrimaryKey(PrimaryKey) - Method in class org.exolab.jms.tools.db.Table
 
setProxySchemaVersion(String) - Method in class org.exolab.jms.tools.migration.proxy.VersionInfo
Sets the proxy schema version.
setTable(int, Table) - Method in class org.exolab.jms.tools.db.Database
 
setTable(Table[]) - Method in class org.exolab.jms.tools.db.Database
 
setType(String) - Method in class org.exolab.jms.tools.db.Attribute
 
setUnique(boolean) - Method in class org.exolab.jms.tools.db.Attribute
 
setUnique(boolean) - Method in class org.exolab.jms.tools.db.Index
 
setVersion(Connection, String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
size() - Method in interface org.exolab.jms.tools.migration.Store
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.master.MasterUserStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.master.MasterDestinationStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.master.MasterConsumerStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.master.MasterMessageStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.proxy.ConsumerStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.proxy.MessageStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.proxy.DestinationStore
Returns the number of elements in the collection.
size() - Method in class org.exolab.jms.tools.migration.proxy.UserStore
Returns the number of elements in the collection.
status_ - Variable in class org.exolab.jms.tools.admin.BaseDialog
 
status_ - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
stopServer() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Terminate the JMS Server.
stopServer() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
stopServer() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
Store - interface org.exolab.jms.tools.migration.Store.
Store represents a persistent collection.
StoreIterator - interface org.exolab.jms.tools.migration.StoreIterator.
An iterator over a Store.
Subscription - class org.exolab.jms.tools.migration.proxy.Subscription.
Maintains the state of a consumer's subcription to a single destination.
Subscription(JmsDestination) - Constructor for class org.exolab.jms.tools.migration.proxy.Subscription
Construct a new Subscription

T

Table - class org.exolab.jms.tools.db.Table.
 
Table() - Constructor for class org.exolab.jms.tools.db.Table
 
topicSubscription_ - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
The unique name of this object.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
The unique name of this queue/topic.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
The unique name of this consumer.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
The unique name of this queue/topic.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
The unique name of this queue/topic.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
The unique name of this server
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
The unique name of this queue/topic.
toString() - Method in interface org.exolab.jms.tools.admin.OpenJMSNode
The objects unique name
toString() - Method in class org.exolab.jms.tools.db.Type
Returns a string representation of the type, for debugging purposes
tree_ - Static variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
Type - class org.exolab.jms.tools.db.Type.
This class is a helper class for converting from string values to their corresponding java.sql.Types
Type(int, long, boolean) - Constructor for class org.exolab.jms.tools.db.Type
Construct an instance, using the default name for the type
Type(int, String, long, boolean) - Constructor for class org.exolab.jms.tools.db.Type
Construct an instance specifying the database specific type name

U

unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Table
 
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Attribute
 
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Database
 
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Index
 
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.PrimaryKey
 
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Deprecated
 
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Column
 
unregisterConsumer(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
De-Activate an active persistent consumer.
unregisterConsumer(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
unregisterConsumer(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
update() - Method in class org.exolab.jms.tools.admin.OpenJMSTopic
As a performance enhancement, no consumer is added to a topic node until a request is made to expand the node, or a new consumer is to be added to the node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
This method is defined by the interface, but is not required by consumers for this release.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSQueue
No operation
update() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Update all children belonging to this node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Update all children belonging to this node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSUser
No operation
update() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Update all children belonging to this node.
update() - Method in interface org.exolab.jms.tools.admin.OpenJMSNode
Update all children belonging to this node.
usage() - Static method in class org.exolab.jms.tools.admin.AdminMgr
Print out information on running this sevice
UserStore - class org.exolab.jms.tools.migration.proxy.UserStore.
Provides persistency for User instances.
UserStore(Connection) - Constructor for class org.exolab.jms.tools.migration.proxy.UserStore
Construct a new UserStore.

V

V061toV072SchemaConverter - class org.exolab.jms.tools.db.migration.V061toV072SchemaConverter.
A schema converter for converting from the 0.6.1 schema to the 0.7.2 schema
V061toV072SchemaConverter(Connection) - Constructor for class org.exolab.jms.tools.db.migration.V061toV072SchemaConverter
Construct a new V061toV072SchemaConverter
V072toV076SchemaConverter - class org.exolab.jms.tools.db.migration.V072toV076SchemaConverter.
A schema converter for converting from the 0.7.2 schema to the 0.7.6 schema
V072toV076SchemaConverter(Connection) - Constructor for class org.exolab.jms.tools.db.migration.V072toV076SchemaConverter
Construct a new V072toV076SchemaConverter
validate() - Method in class org.exolab.jms.tools.db.Table
 
validate() - Method in class org.exolab.jms.tools.db.Attribute
 
validate() - Method in class org.exolab.jms.tools.db.Database
 
validate() - Method in class org.exolab.jms.tools.db.Index
 
validate() - Method in class org.exolab.jms.tools.db.PrimaryKey
 
validate() - Method in class org.exolab.jms.tools.db.Deprecated
 
validate() - Method in class org.exolab.jms.tools.db.Column
 
VersionInfo - class org.exolab.jms.tools.migration.proxy.VersionInfo.
Migration version information.
VersionInfo(PropertyStore) - Constructor for class org.exolab.jms.tools.migration.proxy.VersionInfo
Construct a new VersionInfo.

_

_commands - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_commandsCreated - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_dateFormat - Static variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_instance - Static variable in class org.exolab.jms.tools.admin.AbstractAdminConnection
 
_isExplored - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_isLeaf - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_name - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_tree - Static variable in class org.exolab.jms.tools.admin.OpenJMSObject
 

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

Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.