Package org.firebirdsql.gds.ng.wire
Class AsynchronousProcessor
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.AsynchronousProcessor
 
- 
 public class AsynchronousProcessor extends java.lang.ObjectProcess asynchronous channels for notification of events.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AsynchronousProcessorgetInstance()voidregisterAsynchronousChannel(FbWireAsynchronousChannel channel)Registers an asynchronous channel with the asynchronous processor.voidshutdown()
 
- 
- 
- 
Method Detail- 
getInstancepublic static AsynchronousProcessor getInstance() - Returns:
- Singleton instance
 
 - 
registerAsynchronousChannelpublic void registerAsynchronousChannel(FbWireAsynchronousChannel channel) Registers an asynchronous channel with the asynchronous processor.- Parameters:
- channel- The channel to register
 
 - 
shutdownpublic void shutdown() 
 
- 
 
-