public abstract class ThreadRenamingCallable<T> extends Object implements Callable<T>
ThreadRenamingCallable(String name)
T
call()
abstract T
doCall()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadRenamingCallable(String name)
public final T call()
call
Callable<T>
public abstract T doCall()
Copyright © 2011–2015. All rights reserved.