blackboard.platform.plugin
Interface PlugInDbLoader

All Superinterfaces:
CachingLoader, Loader

public interface PlugInDbLoader
extends Loader, CachingLoader

Loader interface to retrieve PlugIn instances from the database.


Field Summary
static java.lang.String TYPE
          Standard descriptor required by the persistence framework.
 
Method Summary
 BbList loadAll(VirtualInstallation vi)
          Loads all the PlugIn definitions for the target VirtualInstallation.
 
Methods inherited from interface blackboard.persist.CachingLoader
getCacheFileName, refreshCache
 

Field Detail

TYPE

static final java.lang.String TYPE
Standard descriptor required by the persistence framework.

See Also:
Constant Field Values
Method Detail

loadAll

BbList loadAll(VirtualInstallation vi)
               throws PersistenceException
Loads all the PlugIn definitions for the target VirtualInstallation.

Parameters:
vi - Target VirtualInstallation
Returns:
List of all plugins found in the specified VI.
Throws:
PersistenceException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.