com.hazelcast.util.executor
Interface TimeoutRunnable

All Superinterfaces:
Runnable

public interface TimeoutRunnable
extends Runnable

Interface for runnable with timeout value


Method Summary
 long getTimeout()
           
 TimeUnit getTimeUnit()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getTimeout

long getTimeout()

getTimeUnit

TimeUnit getTimeUnit()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.