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

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

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

Methods in org.jppf.server.nio.nodeserver that return NodeTransition
static NodeTransition NodeTransition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeTransition[] NodeTransition.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 NodeTransition
protected  NioServerFactory<NodeState,NodeTransition> NodeNioServer.createFactory()
          Create the factory holding all the states and transition mappings.
 



Copyright © 2005-2010 JPPF Team.