com.iona.jbus.db.collection
Class StringSerialPersistentMap
java.lang.Object
com.iona.jbus.db.collection.PersistentContainer
com.iona.jbus.db.collection.PersistentMap
com.iona.jbus.db.collection.StringSerialPersistentMap
- All Implemented Interfaces:
- Map
- public class StringSerialPersistentMap
- extends PersistentMap
A Map view of Database that allows to store Strings as keys and Serializable Java objects as
values.
StringSerialPersistentMap
public StringSerialPersistentMap(String id,
DatabaseManager mgr,
Class valueClass)
throws DatabaseException
- Constructs a new Persistent Map that can store Strings as keys and Serializable Java objects
as values.
- Parameters:
id
- String name of the list.mgr
- DatabaseManager.
This class Must implement java.io.Serializable interface.valueClass
- Class that represents the values stored in this Map.
This class Must implement java.io.Serializable interface.
- Throws:
DatabaseException
- if an error happens creating the Map.
Copyright � 2004 IONA Technologies PLC. All rights reserved.