agentland.device.intelliCD.liquidAudio
Class LiquidAudioProcessor
java.lang.Object
|
+--agentland.device.intelliCD.SQLProcessor
|
+--agentland.device.intelliCD.liquidAudio.LiquidAudioProcessor
- public class LiquidAudioProcessor
- extends SQLProcessor
A version of SQLProcessor which loads LQTs from the database. This
currently assumes that the connection given in the process() method
can access a `cds' table with a `type' column, so it can load the
right thing from the database.
- See Also:
agentland.device.intelliCD.mp3.Mp3Directory
Method Summary |
String |
getType()
Fetches the type of data being accessed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiquidAudioProcessor
public LiquidAudioProcessor(Player p)
getType
public String getType()
- Description copied from class:
SQLProcessor
- Fetches the type of data being accessed. This is used to get the
right information out of the database.
- Overrides:
getType
in class SQLProcessor