JNodeOS v1.1.5 API

Uses of Class
edu.utah.janos.nodeos.ThreadPoolSpec

Packages that use ThreadPoolSpec
edu.utah.janos.nodeos   
 

Uses of ThreadPoolSpec in edu.utah.janos.nodeos
 

Methods in edu.utah.janos.nodeos that return ThreadPoolSpec
static ThreadPoolSpec ThreadPoolSpec.getDefault()
           
 

Methods in edu.utah.janos.nodeos with parameters of type ThreadPoolSpec
static InChannel InChannel.create(Flow flow, ThreadPoolSpec tps, DemultiplexKey classifier, java.lang.String protocolSpec, java.lang.String addrSpec, DeliverFunc deliverFunc)
          Create a new InChannel.
 FlowHandle Flow.newFlow(Credentials cred, ThreadPoolSpec tPoolSpec, MemSpec memSpec, FlowStartSpec flowStartSpec, java.lang.Runnable termHandler)
          Create a new Flow, which is a child of the current Flow.
static CutThroughChannel CutThroughChannel.create(Flow flow, DemultiplexKey classifier, ThreadPoolSpec inchan_tps, NetworkSpec outchan_ns, java.lang.String inProtocolSpec, java.lang.String outProtocolSpec, java.lang.String inAddressSpec, java.lang.String outAddressSpec, Address destAddr)
           
 


JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/