CommandStatusHandler
public
class
CommandStatusHandler
extends Object
implements
ICommandScheduler.IScheduledInvocationListener
| java.lang.Object | |
| ↳ | com.android.tradefed.service.management.CommandStatusHandler |
Bir çağırmanın durumunu izlemeye ve güncellemeye yardımcı olan işleyici.
Özet
Herkese açık oluşturucular | |
|---|---|
CommandStatusHandler()
|
|
Herkese açık yöntemler | |
|---|---|
InvocationStatus.Status
|
getCurrentStatus()
Çağrının şu anda bilinen durumunu döndürür. |
void
|
invocationComplete(IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates)
Tüm |
void
|
invocationInitiated(IInvocationContext context)
Bir çağırma işlemi başlatıldığında geri çağırma. |
Herkese açık oluşturucular
CommandStatusHandler
public CommandStatusHandler ()
Herkese açık yöntemler
getCurrentStatus
public InvocationStatus.Status getCurrentStatus ()
Çağrının şu anda bilinen durumunu döndürür.
| İadeler | |
|---|---|
InvocationStatus.Status |
|
invocationComplete
public void invocationComplete (IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates)
Tüm ITestInvocationListener.invocationEnded(long) etkinlikleri dahil olmak üzere tüm çağırma işlemi tamamlandığında geri çağırma.
invocationInitiated
public void invocationInitiated (IInvocationContext context)
Bir çağırma işlemi başlatıldığında geri çağırma. Bu işlev, herhangi bir derleme getirilmeden önce çağrılır.