|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.tools.migration.master.MasterDestinationStore
public class MasterDestinationStore
MasterDestinationStore
manages a collection of persistent
destinations.
Constructor Summary | |
---|---|
MasterDestinationStore(org.exolab.jms.persistence.DatabaseService database)
Construct a new MasterDestinationStore . |
Method Summary | |
---|---|
StoreIterator |
exportCollection()
Export the destinations. |
void |
importCollection(StoreIterator iterator)
Import destinations into the store. |
int |
size()
Returns the number of elements in the collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MasterDestinationStore(org.exolab.jms.persistence.DatabaseService database)
MasterDestinationStore
.
database
- the database serviceMethod Detail |
---|
public StoreIterator exportCollection() throws javax.jms.JMSException, org.exolab.jms.persistence.PersistenceException
exportCollection
in interface Store
javax.jms.JMSException
- for any JMS error
org.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic void importCollection(StoreIterator iterator) throws javax.jms.JMSException, org.exolab.jms.persistence.PersistenceException
importCollection
in interface Store
iterator
- an iterator over the collection
javax.jms.JMSException
- for any JMS error
org.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic int size() throws org.exolab.jms.persistence.PersistenceException
size
in interface Store
org.exolab.jms.persistence.PersistenceException
- for any persistence error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |