blackboard.platform.plugin
Interface PlugInDbPersister

All Superinterfaces:
Persister

public interface PlugInDbPersister
extends Persister

Class to persist PlugIn definitions to the database.

Since:
Blackboard 6.0
Version:
$Revision: #1 $ $Date: 2005/06/27 $

Field Summary
static java.lang.String TYPE
           
 
Method Summary
 void persist(PlugIn pin)
          Stores the target PlugIn into the current VirtualInstallation
 void persist(PlugIn pin, java.sql.Connection con)
           
 
Methods inherited from interface blackboard.persist.Persister
getAppVersion, init
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

persist

void persist(PlugIn pin)
             throws PersistenceException,
                    ValidationException
Stores the target PlugIn into the current VirtualInstallation

Parameters:
pin - PlugIn. This may either be a new plugin, or one previously loaded
Throws:
PersistenceException
ValidationException

persist

void persist(PlugIn pin,
             java.sql.Connection con)
             throws PersistenceException,
                    ValidationException
Throws:
PersistenceException
ValidationException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.