coldfusion.server
Interface DataSourceService

All Superinterfaces:
Service
All Known Implementing Classes:
DataSourceServiceImpl

public interface DataSourceService
extends Service


Field Summary
 
Fields inherited from interface coldfusion.server.Service
STARTED, STARTING, STOOPED, STOPPING, UNINITALIZED
 
Method Summary
 boolean disableConnection(String arg0)
           
 String encryptPassword(String arg0)
           
 Object getCachedQuery(String arg0)
           
 DataSource getDatasource(String arg0)
           
 Struct getDatasources()
           
 String getDbdir()
           
 Struct getDefaults()
           
 Struct getDrivers()
           
 Number getMaxQueryCount()
           
 Array getNames()
           
 boolean isJadoZoomLoaded()
           
 void purgeQueryCache()
           
 void removeDatasource(String arg0)
           
 void setCachedQuery(String arg0, Object arg1)
           
 void setMaxQueryCount(Number arg0)
           
 boolean verifyDatasource(String arg0)
           
 
Methods inherited from interface coldfusion.server.Service
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
 

Method Detail

getDatasources

Struct getDatasources()
                      throws SecurityException
Throws:
SecurityException

getDrivers

Struct getDrivers()
                  throws ServiceException,
                         SecurityException
Throws:
ServiceException
SecurityException

getNames

Array getNames()
               throws SecurityException
Throws:
SecurityException

getDefaults

Struct getDefaults()

getMaxQueryCount

Number getMaxQueryCount()

setMaxQueryCount

void setMaxQueryCount(Number arg0)

encryptPassword

String encryptPassword(String arg0)

verifyDatasource

boolean verifyDatasource(String arg0)
                         throws SQLException,
                                SecurityException
Throws:
SQLException
SecurityException

getDatasource

DataSource getDatasource(String arg0)
                         throws SQLException,
                                SecurityException
Throws:
SQLException
SecurityException

getDbdir

String getDbdir()

getCachedQuery

Object getCachedQuery(String arg0)

setCachedQuery

void setCachedQuery(String arg0,
                    Object arg1)

purgeQueryCache

void purgeQueryCache()
                     throws IOException
Throws:
IOException

disableConnection

boolean disableConnection(String arg0)

isJadoZoomLoaded

boolean isJadoZoomLoaded()

removeDatasource

void removeDatasource(String arg0)
                      throws SQLException,
                             SecurityException
Throws:
SQLException
SecurityException


Copyright © 2012 Railo