SilverStream
Application Server 3.5

com.sssw.srv.api
Interface AgiDatabaseMgr

All Known Subinterfaces:
AgiServer

public interface AgiDatabaseMgr

Database manager interface used to track a set of databases mapped by database name.


Method Summary
 AgiDatabase getDatabase(String dbname)
          Returns the AgiDatabase object of the specified database
 

Method Detail

getDatabase

public AgiDatabase getDatabase(String dbname)
Returns the AgiDatabase object of the specified database

Throws AgoApplicationException if the specified database had not been added to the server.

Parameters:
dbname - the name of the database

SilverStream
Application Server 3.5