DeviceMonitorMultiplexer
public
class
DeviceMonitorMultiplexer
extends Object
implements
IDeviceMonitor
java.lang.Object | |
↳ | com.android.tradefed.device.DeviceMonitorMultiplexer |
Proxy 類別可將要求傳播至多個 IDeviceMonitor
。
摘要
公用建構函式 | |
---|---|
DeviceMonitorMultiplexer()
|
公用方法 | |
---|---|
void
|
addMonitor(IDeviceMonitor globalDeviceMonitor)
|
void
|
addMonitors(
|
void
|
notifyDeviceStateChange(String serial, DeviceAllocationState oldState, DeviceAllocationState newState)
向 |
void
|
removeMonitor(IDeviceMonitor mon)
|
void
|
run()
設定所有監控的 @Option 欄位之後,會呼叫的方法。 |
void
|
setDeviceLister(IDeviceMonitor.DeviceLister lister)
允許設定 |
void
|
stop()
需要停止監控時,會呼叫的方法。 |
公用建構函式
DeviceMonitorMultiplexer
public DeviceMonitorMultiplexer ()
公用方法
addMonitor
public void addMonitor (IDeviceMonitor globalDeviceMonitor)
參數 | |
---|---|
globalDeviceMonitor |
IDeviceMonitor |
新增監控器
public void addMonitors (globalDeviceMonitors)
參數 | |
---|---|
globalDeviceMonitors |
|
通知裝置狀態變更
public void notifyDeviceStateChange (String serial, DeviceAllocationState oldState, DeviceAllocationState newState)
向 IDeviceMonitor
發出裝置狀態變更的信號。
監控執行作業應限制處理量
透過這個方法使用 IDeviceManager/DeviceLister 互動。
參數 | |
---|---|
serial |
String |
oldState |
DeviceAllocationState |
newState |
DeviceAllocationState |
得分
public void run ()
設定所有監控的 @Option 欄位之後,會呼叫的方法。
setDeviceLister
public void setDeviceLister (IDeviceMonitor.DeviceLister lister)
允許設定 DeviceLister
。成功設定 Lister 後
可能會捨棄所有後續的嘗試
參數 | |
---|---|
lister |
IDeviceMonitor.DeviceLister |
轉機 1 次
public void stop ()
需要停止監控時,會呼叫的方法。