org.jppf.server.nio
Class StateTransitionManager.ChannelRegistrationAction

java.lang.Object
  extended by org.jppf.server.nio.StateTransitionManager.ChannelRegistrationAction
All Implemented Interfaces:
Runnable
Enclosing class:
StateTransitionManager<S extends Enum<S>,T extends Enum<T>>

public abstract static class StateTransitionManager.ChannelRegistrationAction
extends Object
implements Runnable

Abstract super class for an action to perform upon registration of a channel.


Field Summary
 ChannelWrapper<?> key
          The key resulting form the channel registration.
 
Constructor Summary
StateTransitionManager.ChannelRegistrationAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

key

public ChannelWrapper<?> key
The key resulting form the channel registration.

Constructor Detail

StateTransitionManager.ChannelRegistrationAction

public StateTransitionManager.ChannelRegistrationAction()


Copyright © 2005-2010 JPPF Team.