|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReactorHandler | |
|---|---|
| com.cosylab.epics.caj.impl | |
| com.cosylab.epics.caj.impl.reactor | |
| com.cosylab.epics.caj.impl.reactor.lf | |
| Uses of ReactorHandler in com.cosylab.epics.caj.impl |
|---|
| Classes in com.cosylab.epics.caj.impl that implement ReactorHandler | |
|---|---|
class |
BroadcastTransport
CA UDP transport implementation. |
class |
CATransport
CA transport implementation. |
| Uses of ReactorHandler in com.cosylab.epics.caj.impl.reactor |
|---|
| Methods in com.cosylab.epics.caj.impl.reactor with parameters of type ReactorHandler | |
|---|---|
java.nio.channels.SelectionKey |
Reactor.register(java.nio.channels.SelectableChannel selectableChannel,
int interestOps,
ReactorHandler handler)
Registers SelectableChannel to the reactor. |
| Uses of ReactorHandler in com.cosylab.epics.caj.impl.reactor.lf |
|---|
| Classes in com.cosylab.epics.caj.impl.reactor.lf that implement ReactorHandler | |
|---|---|
class |
LeaderFollowersHandler
Decorator pattern to 'decorate' application-specific event processing handler to work with Leader/Followers deisgn pattern. |
| Fields in com.cosylab.epics.caj.impl.reactor.lf declared as ReactorHandler | |
|---|---|
protected ReactorHandler |
LeaderFollowersHandler.handler
Application-specific event processing handler. |
| Constructors in com.cosylab.epics.caj.impl.reactor.lf with parameters of type ReactorHandler | |
|---|---|
LeaderFollowersHandler(Reactor reactor,
ReactorHandler handler,
LeaderFollowersThreadPool threadPool)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||