blackboard.platform.persistence
Interface PersistenceService


public interface PersistenceService

PersistenceService

Since:
Bb 5.5
Version:
$Revision: #1 $ $Date: 2005/06/27 $

Method Summary
 BbPersistenceManager getDbPersistenceManager()
          Returns the BbPersistenceManager instance for the Blackboard system specifically associated with the default database container.
 BbPersistenceManager getXmlPersistenceManager()
          Returns the BbPersistenceManager instance for the Blackboard system specifically associated with the default XML container.
 

Method Detail

getDbPersistenceManager

BbPersistenceManager getDbPersistenceManager()
Returns the BbPersistenceManager instance for the Blackboard system specifically associated with the default database container.

Returns:
the BbPersistenceManager attached to the database container

getXmlPersistenceManager

BbPersistenceManager getXmlPersistenceManager()
Returns the BbPersistenceManager instance for the Blackboard system specifically associated with the default XML container.

Returns:
the BbPersistenceManager attached to the XML container


Copyright © 2003 Blackboard, Inc. All Rights Reserved.