public abstract class RemoteUIServerManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteUIServerManager()
Protected constructor not callable by applications.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteUIServerManager |
getInstance()
Get the RemoteUIServerManager singleton.
|
abstract void |
setUIList(InputStream uiList)
Sets a remote user interface list.
|
protected RemoteUIServerManager()
public abstract void setUIList(InputStream uiList) throws IOException
uiList - An InputStream representing the XML document for
the UI List.IllegalArgumentException - if the parameter is not null and the XML
document is detected to be invalid.IOException - if an I/O error occurs on the uiListSecurityException - if the calling application does not have
MonitorAppPermission("handler.homenetwork")public static RemoteUIServerManager getInstance()
Copyright © 2013 CableLabs. All rights reserved.