|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ehcache.distribution.jgroups.ThreadNamingRunnable
public abstract class ThreadNamingRunnable
Basic Runnable that sets the name of the thread doing the execution
| Field Summary | |
|---|---|
protected java.lang.String |
threadNameSuffix
The suffix that will be appended to the thread name when the runnable is executing |
| Constructor Summary | |
|---|---|
ThreadNamingRunnable(java.lang.String threadNameSuffix)
Create new ThreadNamingRunnable with the specified suffix |
|
| Method Summary | |
|---|---|
void |
run()
|
abstract void |
runInternal()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String threadNameSuffix
| Constructor Detail |
|---|
public ThreadNamingRunnable(java.lang.String threadNameSuffix)
| Method Detail |
|---|
public final void run()
run in interface java.lang.Runnablepublic abstract void runInternal()
Runnable.run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||