Uses of Class
eu.keep.emulatorarchive.EmulatorPackageList

Packages that use EmulatorPackageList
eu.keep.emulatorarchive   
 

Uses of EmulatorPackageList in eu.keep.emulatorarchive
 

Methods in eu.keep.emulatorarchive that return EmulatorPackageList
 EmulatorPackageList ObjectFactory.createEmulatorPackageList()
          Create an instance of EmulatorPackageList
 EmulatorPackageList EmulatorArchivePortTypeImpl.getEmulatorPackageList(int dummy)
          Generate an emulator package list of all emulators in the database
 EmulatorPackageList EmulatorArchivePortType.getEmulatorPackageList(int parameters)
           
 EmulatorPackageList EmulatorArchivePortTypeImpl.getEmusByHardware(String hw)
          Return the list of emulators that can render the given hardware
 EmulatorPackageList EmulatorArchivePortType.getEmusByHardware(String parameters)