Uses of Interface
proactor.server.AsynchronousOperation

Packages that use AsynchronousOperation
proactor.server   
 

Uses of AsynchronousOperation in proactor.server
 

Classes in proactor.server that implement AsynchronousOperation
 class FileReadOperation
           
 

Methods in proactor.server with parameters of type AsynchronousOperation
 void AsynchronousOperationProcessor.register(AsynchronousOperation operation, CompletionHandler handler, CompletionDispatcher dispatcher)
           
 void MockAsynchronousOperationProcessor.register(AsynchronousOperation operation, CompletionHandler handler, CompletionDispatcher dispatcher)
          Registers a new (Mock) Asynchronous Operation, an appropriate Handler and a Dispatcher.