|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.blocks.executor.ExecutionRunner
public class ExecutionRunner
This class is to be used to pick up execution requests and actually run them. A single instance can be used across any number of threads.
Field Summary | |
---|---|
protected Executing |
_execProt
|
protected static Log |
_logger
|
protected JChannel |
ch
|
Constructor Summary | |
---|---|
ExecutionRunner(JChannel channel)
|
Method Summary | |
---|---|
void |
run()
|
void |
setChannel(JChannel ch)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JChannel ch
protected Executing _execProt
protected static final Log _logger
Constructor Detail |
---|
public ExecutionRunner(JChannel channel)
Method Detail |
---|
public void setChannel(JChannel ch)
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |