ClusterCommandScheduler
public
class
ClusterCommandScheduler
extends CommandScheduler
java.lang.Object의 클래스 | ||
↳ | com.android.tradefed.command.CommandScheduler | |
↳ | com.android.tradefed.cluster.ClusterCommandScheduler |
TFC (Tradefed 클러스터)를 지원하는 ICommandScheduler
이 스케줄러는
TFC 명령어 큐에서 호출 이벤트를 TFC 명령어 이벤트 큐에 업로드합니다.
요약
공개 생성자 | |
---|---|
ClusterCommandScheduler()
|
공개 메서드 | |
---|---|
void
|
shutdown()
|
void
|
shutdownHard()
명령어 스케줄러를 강제 종료해 봅니다. |
void
|
start()
로깅 설정, |
보호된 메서드 | |
---|---|
boolean
|
dryRunCommand(ClusterCommandScheduler.InvocationEventHandler handler, String[] args)
지정된 명령어가 테스트 실행인지 확인합니다. |
void
|
processReadyCommands(IDeviceManager manager)
|
공개 생성자
ClusterCommandScheduler
public ClusterCommandScheduler ()
공개 메서드
종료
public void shutdown ()
종료하드
public void shutdownHard ()
명령어 스케줄러를 강제 종료해 봅니다. ShutHard(true)와 동일합니다.
보호된 메서드
건조 실행 명령
protected boolean dryRunCommand (ClusterCommandScheduler.InvocationEventHandler handler, String[] args)
지정된 명령어가 테스트 실행인지 확인합니다. 명령어가 테스트 실행인 경우 유효성을 검사합니다. 만약 구성 문제가 있으면 ConfigurationException이 발생합니다.
매개변수 | |
---|---|
handler |
ClusterCommandScheduler.InvocationEventHandler : 테스트 실행 검증을 위해 이벤트를 보고하는 ERROR(InvocationEventHandler/com.android.tradefed.cluster.ClusterCommandScheduler.InvocationEventHandler InvocationEventHandler) |
args |
String : 유효성을 검사할 명령어입니다. |
반환 값 | |
---|---|
boolean |
명령어가 테스트 실행인 경우 true이고 그렇지 않은 경우 false입니다. |
생성 값 | |
---|---|
|
com.android.tradefed.config.ConfigurationException |
ConfigurationException |
processReadyCommands
protected void processReadyCommands (IDeviceManager manager)
매개변수 | |
---|---|
manager |
IDeviceManager |