com.sun.sgs.impl.nio
Class ReactiveChannelGroup.Worker

java.lang.Object
  extended by com.sun.sgs.impl.nio.ReactiveChannelGroup.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
ReactiveChannelGroup

 class ReactiveChannelGroup.Worker
extends Object
implements Runnable

Worker to run a reactor and check termination when a reactor completes.


Constructor Summary
ReactiveChannelGroup.Worker(Reactor reactor)
          Creates a worker instance for the reactor.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactiveChannelGroup.Worker

ReactiveChannelGroup.Worker(Reactor reactor)
Creates a worker instance for the reactor.

Parameters:
reactor - the reactor to run
Method Detail

run

public void run()

Specified by:
run in interface Runnable

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved