Interface DeviceManager
- All Known Implementing Classes:
DeviceManagerImpl
public interface DeviceManager
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInetDevice(int type, String uid, String classification, String name, InetAddress address) voidaddListener(DeviceManagerListener listener) addVirtualDevice(int type, String uid, String classification, String name) findDevice(UPnPDevice upnpDevice) intbooleangetDeviceManufacturers(int device_type) Device[]getDeviceTemplates(int device_type) booleanbooleanisBusy(int device_type) booleanbooleanbooleanvoidvoidremoveListener(DeviceManagerListener listener) voidsearch(int max_millis, DeviceSearchListener listener) voidsetAutoHideOldDevicesDays(int days) voidsetAutoSearch(boolean auto) voidvoidsetDisableSleep(boolean b) voidsetRSSPublishEnabled(boolean enabled) voidsetTiVoEnabled(boolean enabled)
-
Field Details
-
CONFIG_VIEW_HIDE_REND_GENERIC
- See Also:
-
CONFIG_VIEW_SHOW_ONLY_TAGGED
- See Also:
-
-
Method Details
-
getDeviceTemplates
-
getDeviceManufacturers
-
getDevices
Device[] getDevices() -
addVirtualDevice
Device addVirtualDevice(int type, String uid, String classification, String name) throws DeviceManagerException - Throws:
DeviceManagerException
-
addInetDevice
Device addInetDevice(int type, String uid, String classification, String name, InetAddress address) throws DeviceManagerException - Throws:
DeviceManagerException
-
search
-
getAutoSearch
boolean getAutoSearch() -
setAutoSearch
void setAutoSearch(boolean auto) -
getAutoHideOldDevicesDays
int getAutoHideOldDevicesDays() -
setAutoHideOldDevicesDays
void setAutoHideOldDevicesDays(int days) -
isRSSPublishEnabled
boolean isRSSPublishEnabled() -
setRSSPublishEnabled
void setRSSPublishEnabled(boolean enabled) -
getRSSLink
String getRSSLink() -
getUnassociatedDevices
DeviceManager.UnassociatedDevice[] getUnassociatedDevices() -
getTranscodeManager
TranscodeManager getTranscodeManager() -
getDefaultWorkingDirectory
File getDefaultWorkingDirectory() -
setDefaultWorkingDirectory
-
isBusy
boolean isBusy(int device_type) -
isTiVoEnabled
boolean isTiVoEnabled() -
setTiVoEnabled
void setTiVoEnabled(boolean enabled) -
getDisableSleep
boolean getDisableSleep() -
setDisableSleep
void setDisableSleep(boolean b) -
getLocalServiceName
String getLocalServiceName() -
addDiscoveryListener
-
removeDiscoveryListener
-
addListener
-
removeListener
-
isTranscodeManagerInitialized
boolean isTranscodeManagerInitialized() -
findDevice
- Parameters:
upnpDevice-- Returns:
- Since:
- 5.0.0.1
-