Uses of Class
org.jppf.utils.TraversalList

Packages that use TraversalList
org.jppf.classloader Support for socket-based communication with remote services. 
org.jppf.server.protocol Classes supporting the data transported between components of the communication model. 
 

Uses of TraversalList in org.jppf.classloader
 

Methods in org.jppf.classloader that return TraversalList
 TraversalList<String> JPPFResourceWrapper.getUuidPath()
          Get a reference to the traversal list that Keeps and manages the uuid path list and the current position in it.
 

Methods in org.jppf.classloader with parameters of type TraversalList
 void JPPFResourceWrapper.setUuidPath(TraversalList<String> uuidPath)
          Set the reference to the traversal list that Keeps and manages the uuid path list and the current position in it.
 

Uses of TraversalList in org.jppf.server.protocol
 

Methods in org.jppf.server.protocol that return TraversalList
 TraversalList<String> JPPFTaskBundle.getUuidPath()
          Get the uuid path of the applications (driver or client) in whose classpath the class definition may be found.
 

Methods in org.jppf.server.protocol with parameters of type TraversalList
 void JPPFTaskBundle.setUuidPath(TraversalList<String> uuidPath)
          Set the uuid path of the applications (driver or client) in whose classpath the class definition may be found.
 



Copyright © 2005-2010 JPPF Team.