Uses of Interface
nextgrid.api.env.Prioritiser

Packages that use Prioritiser
nextgrid.api.env   
 

Uses of Prioritiser in nextgrid.api.env
 

Methods in nextgrid.api.env that return Prioritiser
 Prioritiser ProcessEnvironment.getPrioritiserFor(java.net.URI id)
          Gets a prioritiser for the specified process id.
 

Methods in nextgrid.api.env that return types with arguments of type Prioritiser
 java.util.List<Prioritiser> ProcessEnvironment.getPrioritisers()
          Gets the prioritiser instances.
 

Methods in nextgrid.api.env with parameters of type Prioritiser
 void ProcessEnvironment.setDefaultPrioritiser(Prioritiser prioritiser)
          Sets the prioritiser instance associated to all processes without an explicit one.
 void ProcessEnvironment.setPrioritiser(java.net.URI id, Prioritiser prioritiser)
          Sets the prioritiser associated to a given URI.
 



Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.