public class TimedExecutor
extends java.lang.Object
Constructor and Description |
---|
TimedExecutor(long timeOut) |
TimedExecutor(long timeOut,
int checkMilliSeconds) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Executable executable) |
public TimedExecutor(long timeOut)
public TimedExecutor(long timeOut, int checkMilliSeconds)
public void execute(Executable executable) throws java.util.concurrent.TimeoutException
java.util.concurrent.TimeoutException
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.