Home
last modified time | relevance | path

Searched refs:_execProt (Results 1 – 2 of 2) sorted by relevance

/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/blocks/executor/
H A DExecutionRunner.java16 protected Executing _execProt; field in ExecutionRunner
24 _execProt=(Executing)ch.getProtocolStack().findProtocol(Executing.class); in setChannel()
25 if(_execProt == null) in setChannel()
H A DExecutionService.java55 protected Executing _execProt; field in ExecutionService
74 _execProt=(Executing)ch.getProtocolStack().findProtocol(Executing.class); in setChannel()
75 if(_execProt == null) in setChannel()
685 _execProt.addExecutorListener(future, future); in newTaskFor()
701 _execProt.addExecutorListener(future, future); in newTaskFor()