|
|||||||||
| Home >> All >> com >> lilacsoftware >> orca >> [ DBManager overview ] | PREV NEXT | ||||||||
A
- ADDTRACK_CON - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- ADDTRACK_STRING - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- AudioFileScanner - class com.lilacsoftware.orca.DBManager.AudioFileScanner.
- Description of the Class
- AudioFileScanner() - Constructor for class com.lilacsoftware.orca.DBManager.AudioFileScanner
- A private constructor since this is a Singleton
- addTrack(String, TrackInfoStruct, List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Adds a feature to the Track attribute of the AudioFileScanner object
- alreadyScannedFlag - Variable in class com.lilacsoftware.orca.DBManager.IDFileLocStruct
- alterTableList - Variable in class com.lilacsoftware.orca.DBManager.TableBuilder
B
- buildCandidateFileList(List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Filters out tracks from list of files found in the directory scan.
- buildFullFileList(PrintWriter, List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- buildLookupTables(List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
C
- checkedOut - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- clients - Static variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- close() - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- close() - Method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Description of the Method
- com.lilacsoftware.orca.DBManager - package com.lilacsoftware.orca.DBManager
- createAllTables() - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
- Description of the Method
- createPools(Properties) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Creates instances of DBConnectionPool based on the properties.
- createTableList - Variable in class com.lilacsoftware.orca.DBManager.TableBuilder
- createTables() - Method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Creates all of the tables in the empty database For now, ignoring possibility that some tables might exist This should be in a new class, slacking for now....
D
- DBConnectionManager - class com.lilacsoftware.orca.DBManager.DBConnectionManager.
- This class is a Singleton that provides access to one or many connection pools defined in a Property file.
- DBConnectionManager() - Constructor for class com.lilacsoftware.orca.DBManager.DBConnectionManager
- A private constructor since this is a Singleton
- DBConnectionManager.DBConnectionPool - class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool.
- This inner class represents a connection pool.
- DBConnectionManager.DBConnectionPool(String, String, String, String, int) - Constructor for class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- Creates new connection pool.
- DISABLETRACK_CON - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- DataRetriever - class com.lilacsoftware.orca.DBManager.DataRetriever.
- This singleton class deals with retrieving database information.
- DataRetriever() - Constructor for class com.lilacsoftware.orca.DBManager.DataRetriever
- A private constructor since this is a Singleton
- databaseHasTables() - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
- Description of the Method
- drivers - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager
F
- fileSysLoc - Variable in class com.lilacsoftware.orca.DBManager.IDFileLocStruct
- freeConnection(String, Connection) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns a connection to the named pool.
- freeConnection(Connection) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns a connection to the pool name by the app prop dbPool.
- freeConnections - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- freeLocalConnection(Connection) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- Checks in a connection to the pool.
G
- getArtistList(String) - Method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Gets the artistList attribute of the DataRetriever object
- getConnection() - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- Checks out a connection from the pool.
- getConnection(long) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- Checks out a connection from the pool.
- getConnection(long) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns an open connection.
- getConnection() - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns an open connection.
- getConnection(String) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns an open connection.
- getConnection(String, long) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns an open connection.
- getCurrentDBVersion() - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
- Gets the currentDBVersion attribute of the TableBuilder object
- getInstance() - Static method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Gets the instance attribute of the AudioFileScanner class
- getInstance() - Static method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Returns the single instance, creating one if it's the first time this method is called.
- getInstance() - Static method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Returns the single instance, creating one if it's the first time this method is called.
- getPstmt(int, List, DBConnectionManager) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Gets the pstmt attribute of the AudioFileScanner object
- getSearchList(String) - Method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Gets the searchList attribute of the DataRetriever object
- getTrackID(String) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Gets the trackID attribute of the AudioFileScanner object
- getTrackInfo(String) - Method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Gets the trackInfo attribute of the DataRetriever object
H
- hasTable(String) - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
- Utility to check if the database contains a named table.
I
- IDFileLocStruct - class com.lilacsoftware.orca.DBManager.IDFileLocStruct.
- IDFileLocStruct(int, File, boolean) - Constructor for class com.lilacsoftware.orca.DBManager.IDFileLocStruct
- INSERTFULLARTIST_CON - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- INSERTFULLARTIST_STRING - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- id - Variable in class com.lilacsoftware.orca.DBManager.IDFileLocStruct
- init() - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- init() - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Loads properties and initializes the instance with its values.
- init() - Method in class com.lilacsoftware.orca.DBManager.DataRetriever
- Description of the Method
- init() - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
- Initializes, determining the up-to-dateness of the database.
- initialized - Variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- instance - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- instance - Static variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- instance - Static variable in class com.lilacsoftware.orca.DBManager.DataRetriever
- isInitialized() - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Gets the initialized attribute of the AudioFileScanner object
- isUpToDate() - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
L
- loadDrivers(Properties) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Loads and registers all JDBC drivers.
- log - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- log(String) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Writes a message to the log file.
- log(Throwable, String) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Writes a message with an Exception to the log file.
- ls(File, List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
M
- m_connMgr - Variable in class com.lilacsoftware.orca.DBManager.DataRetriever
- m_connMgr - Variable in class com.lilacsoftware.orca.DBManager.TableBuilder
- m_currentFiles - Variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- m_currentTracks - Variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- m_highestID - Variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- m_lastScannedTime - Variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- m_scanInProgressFlag - Variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- main(String[]) - Static method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- maxConn - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
N
- NETWORKCONNECTIONTIMESKEW - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- NOENTRIESKEY - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- name - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- newConnection() - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- Creates a new connection, using a userid and password if specified.
P
- PSTMTSTRING - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- PSTMT_COUNT - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- password - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- pools - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager
R
- REMOVETRACK_CON - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- release() - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- Closes all available connections.
- release() - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Closes all open connections and deregisters all drivers.
S
- scan(PrintWriter, ArrayList, List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- scanDirs(PrintWriter, String) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- scanDirs(PrintWriter, List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- setCurrentDBEntriesMaps() - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Create two hashmaps, m_currentTracks and m_currentFiles, that are to contain all off the current tracks found in the database.
- setFileProperties(File, TrackInfoStruct) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Not currently used...
- setMP3FileProperties(File, TrackInfoStruct) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Sets the mP3FileProperties attribute of the AudioFileScanner object
- setMP3TrackInfo(File, TrackInfoStruct) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Sets the mP3TrackInfo attribute of the AudioFileScanner object
- setTrackInfo(File, TrackInfoStruct) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Sets the trackInfo attribute of the AudioFileScanner object
- setVorbisFileProperties(File, TrackInfoStruct) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Sets the vorbisFileProperties attribute of the AudioFileScanner object
- setVorbisTrackInfo(File, TrackInfoStruct) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Sets the vorbisTrackInfo attribute of the AudioFileScanner object
- softwareDBVersion - Variable in class com.lilacsoftware.orca.DBManager.TableBuilder
T
- TableBuilder - class com.lilacsoftware.orca.DBManager.TableBuilder.
- DB class for creating and updating and up to date Orca database.
- TableBuilder(int) - Constructor for class com.lilacsoftware.orca.DBManager.TableBuilder
- trace(int, String, String) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Sends traces to Debug.
- trace(int, String, String) - Method in class com.lilacsoftware.orca.DBManager.DBConnectionManager
- Sends traces to Debug.
U
- UPDATELOC_CON - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- UPDATELOC_STRING - Static variable in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Field
- URL - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
- upToDate - Variable in class com.lilacsoftware.orca.DBManager.TableBuilder
- updateDatabase() - Method in class com.lilacsoftware.orca.DBManager.TableBuilder
- Description of the Method
- updateTrack(File, int, List) - Method in class com.lilacsoftware.orca.DBManager.AudioFileScanner
- Description of the Method
- user - Variable in class com.lilacsoftware.orca.DBManager.DBConnectionManager.DBConnectionPool
A B C D F G H I L M N P R S T U
|
|||||||||
| Home >> All >> com >> lilacsoftware >> orca >> [ DBManager overview ] | PREV NEXT | ||||||||