agentland.device.intelliCD.mp3
Class Mp3Processor

java.lang.Object
  |
  +--agentland.device.intelliCD.SQLProcessor
        |
        +--agentland.device.intelliCD.software.SoftwareProcessor
              |
              +--agentland.device.intelliCD.mp3.Mp3Processor

public class Mp3Processor
extends SoftwareProcessor

A version of SQLProcessor which loads MP3s 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:
Mp3Directory

Fields inherited from class agentland.device.intelliCD.SQLProcessor
curLocation
 
Constructor Summary
Mp3Processor(Player p)
           
 
Method Summary
 String getType()
          Fetches the type of data being accessed.
 
Methods inherited from class agentland.device.intelliCD.software.SoftwareProcessor
buildSong
 
Methods inherited from class agentland.device.intelliCD.SQLProcessor
buildContainer, cleanContainer, containerQuery, process, songQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mp3Processor

public Mp3Processor(Player p)
Method Detail

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