blackboard.persist.content
Class ContentStatusDbLoader.Default

java.lang.Object
  extended by blackboard.persist.content.ContentStatusDbLoader.Default
Enclosing interface:
ContentStatusDbLoader

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

Standard convenience accessor to get an instance of this loader.


Constructor Summary
ContentStatusDbLoader.Default()
           
 
Method Summary
static ContentStatusDbLoader getInstance()
          Returns the ContentStatusDbLoader 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

ContentStatusDbLoader.Default

public ContentStatusDbLoader.Default()
Method Detail

getInstance

public static ContentStatusDbLoader getInstance()
                                         throws PersistenceException
Returns the ContentStatusDbLoader 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();
  ContentStatusDbLoader loader = (ContentStatusDbLoader) pm.getLoader( ContentStatusDbLoader.TYPE ) );
  
 

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


Copyright © 2003 Blackboard, Inc. All Rights Reserved.