|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Store
Store
represents a persistent collection.
It provides an API for importing and exporting the collection.
Method Summary | |
---|---|
StoreIterator |
exportCollection()
Export the collection. |
void |
importCollection(StoreIterator iterator)
Import a collection. |
int |
size()
Returns the number of elements in the collection. |
Method Detail |
---|
StoreIterator exportCollection() throws javax.jms.JMSException, org.exolab.jms.persistence.PersistenceException
javax.jms.JMSException
- for any JMS error
org.exolab.jms.persistence.PersistenceException
- for any persistence errorvoid importCollection(StoreIterator iterator) throws javax.jms.JMSException, org.exolab.jms.persistence.PersistenceException
iterator
- an iterator over the collection
javax.jms.JMSException
- for any JMS error
org.exolab.jms.persistence.PersistenceException
- for any persistence errorint size() throws org.exolab.jms.persistence.PersistenceException
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 |