blackboard.persist.discussionboard
Class ForumDbPersister.Default

java.lang.Object
  extended by blackboard.persist.discussionboard.ForumDbPersister.Default
Enclosing interface:
ForumDbPersister

public static final class ForumDbPersister.Default
extends java.lang.Object


Constructor Summary
ForumDbPersister.Default()
           
 
Method Summary
static ForumDbPersister getInstance()
          Returns the ForumDbPersister instance associated with the default instance of the database BbPersistenceManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumDbPersister.Default

public ForumDbPersister.Default()
Method Detail

getInstance

public static ForumDbPersister getInstance()
                                    throws PersistenceException
Returns the ForumDbPersister instance associated with the default instance of the database BbPersistenceManager.

Calling this method is equivalent to executing the following code:
 BbPersistenceManager pm = BbServiceManager.getPersistenceService().getDbPersistenceManager();
 ForumDbPersister persister = (ForumDbPersister) pm.getPersister( ForumDbPersister.TYPE ) );
 

Returns:
the ForumDbPersister instance associated with the default database persistence manager
Throws:
PersistenceException - if an error occurs when trying to retrieve the CalendarEntryDbPersister instance


Copyright © 2003 Blackboard, Inc. All Rights Reserved.