Uses of Class
org.jppf.server.nio.nodeserver.NodeState

Packages that use NodeState
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
 

Uses of NodeState in org.jppf.server.nio.nodeserver
 

Methods in org.jppf.server.nio.nodeserver that return NodeState
static NodeState NodeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeState[] NodeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jppf.server.nio.nodeserver that return types with arguments of type NodeState
protected  NioServerFactory<NodeState,NodeTransition> NodeNioServer.createFactory()
          Create the factory holding all the states and transition mappings.
 

Methods in org.jppf.server.nio.nodeserver with parameters of type NodeState
 void LocalNodeContext.setState(NodeState state)
          Set the current state of the channel this context is associated with.
 



Copyright © 2005-2010 JPPF Team.