|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemotingProcessor<T extends RemotingCommand>
Remoting processor processes remoting commands.
| Method Summary | |
|---|---|
ExecutorService |
getExecutor()
Get the executor. |
void |
process(RemotingContext ctx,
T msg,
ExecutorService defaultExecutor)
Process the remoting command. |
void |
setExecutor(ExecutorService executor)
Set executor. |
| Method Detail |
|---|
void process(RemotingContext ctx,
T msg,
ExecutorService defaultExecutor)
throws Exception
ctx - msg - defaultExecutor -
ExceptionExecutorService getExecutor()
void setExecutor(ExecutorService executor)
executor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||