|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreIterator | |
org.exolab.jms.tools.migration | |
org.exolab.jms.tools.migration.master | |
org.exolab.jms.tools.migration.proxy |
Uses of StoreIterator in org.exolab.jms.tools.migration |
Classes in org.exolab.jms.tools.migration that implement StoreIterator | |
class |
IteratorAdapter
Helper to adapt an Iterator to a StoreIterator . |
Methods in org.exolab.jms.tools.migration that return StoreIterator | |
StoreIterator |
Store.exportCollection()
Export the collection. |
Methods in org.exolab.jms.tools.migration with parameters of type StoreIterator | |
void |
Store.importCollection(StoreIterator iterator)
Import a collection. |
Uses of StoreIterator in org.exolab.jms.tools.migration.master |
Methods in org.exolab.jms.tools.migration.master that return StoreIterator | |
StoreIterator |
MasterUserStore.exportCollection()
Export the users. |
StoreIterator |
MasterDestinationStore.exportCollection()
Export the destinations. |
StoreIterator |
MasterConsumerStore.exportCollection()
Export the consumers. |
StoreIterator |
MasterMessageStore.exportCollection()
Export the messages. |
Methods in org.exolab.jms.tools.migration.master with parameters of type StoreIterator | |
void |
MasterUserStore.importCollection(StoreIterator iterator)
Import users into the store. |
void |
MasterDestinationStore.importCollection(StoreIterator iterator)
Import destinations into the store. |
void |
MasterConsumerStore.importCollection(StoreIterator iterator)
Import consumers into the store. |
void |
MasterMessageStore.importCollection(StoreIterator iterator)
Import messages into the store. |
Uses of StoreIterator in org.exolab.jms.tools.migration.proxy |
Methods in org.exolab.jms.tools.migration.proxy that return StoreIterator | |
StoreIterator |
ConsumerStore.exportCollection()
Export the consumers. |
StoreIterator |
MessageStore.exportCollection()
Export the collection. |
StoreIterator |
DestinationStore.exportCollection()
Export the destinations. |
StoreIterator |
UserStore.exportCollection()
Export the users. |
Methods in org.exolab.jms.tools.migration.proxy with parameters of type StoreIterator | |
void |
ConsumerStore.importCollection(StoreIterator iterator)
Import consumers into the store. |
void |
MessageStore.importCollection(StoreIterator iterator)
Import a collection. |
void |
DestinationStore.importCollection(StoreIterator iterator)
Import destinations into the store. |
void |
UserStore.importCollection(StoreIterator iterator)
Import users into the store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |