CommandStatusHandler

public class CommandStatusHandler
extends Object implements ICommandScheduler.IScheduledInvocationListener

java.lang.Object의 클래스
   ↳ com.android.tradefed.service.management.CommandStatusHandler


호출의 상태를 모니터링하고 업데이트하는 데 도움이 되는 핸들러입니다.

요약

공개 생성자

CommandStatusHandler()

공개 메서드

InvocationStatus.Status getCurrentStatus()

현재 알려진 호출 상태를 반환합니다.

void invocationComplete(IInvocationContext context, devicesStates)

모든 ITestInvocationListener.invocationEnded(long) 이벤트를 포함하여 전체 호출이 완료된 콜백입니다.

void invocationInitiated(IInvocationContext context)

호출이 시작될 때의 콜백입니다.

공개 생성자

CommandStatusHandler

public CommandStatusHandler ()

공개 메서드

getCurrentStatus

public InvocationStatus.Status getCurrentStatus ()

현재 알려진 호출 상태를 반환합니다.

반환 값
InvocationStatus.Status

호출 완료

public void invocationComplete (IInvocationContext context, 
                 devicesStates)

모든 ITestInvocationListener.invocationEnded(long) 이벤트를 포함하여 전체 호출이 완료된 콜백입니다.

호출 시작

public void invocationInitiated (IInvocationContext context)

호출이 시작될 때의 콜백입니다. 빌드를 가져오기 전에 호출됩니다.