java.lang.Object
org.firebirdsql.gds.ng.wire.AsynchronousProcessor
Process asynchronous channels for notification of events.
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic AsynchronousProcessor
void
Registers an asynchronous channel with the asynchronous processor.void
shutdown()
void
-
Method Details
-
getInstance
- Returns:
- Singleton instance
-
registerAsynchronousChannel
Registers an asynchronous channel with the asynchronous processor.- Parameters:
channel
- The channel to register
-
unregisterAsynchronousChannel
-
shutdown
public void shutdown()
-