Uses of Interface
org.simpleframework.transport.reactor.Operation

Packages that use Operation
org.simpleframework.transport.reactor   
 

Uses of Operation in org.simpleframework.transport.reactor
 

Methods in org.simpleframework.transport.reactor with parameters of type Operation
 void SynchronousReactor.process(Operation task)
          This method is used to execute the provided operation without the need to specifically check for I/O events.
 void Reactor.process(Operation task)
          This method is used to execute the provided operation without the need to specifically check for I/O events.
 void ExecutorReactor.process(Operation task)
          This method is used to execute the provided operation without the need to specifically check for I/O events.
 void SynchronousReactor.process(Operation task, int require)
          This method is used to execute the provided operation when there is an I/O event that task is interested in.
 void Reactor.process(Operation task, int require)
          This method is used to execute the provided operation when there is an I/O event that task is interested in.
 void ExecutorReactor.process(Operation task, int require)
          This method is used to execute the provided operation when there is an I/O event that task is interested in.
 



Copyright © 2014. All Rights Reserved.