Uses of Interface
nextgrid.api.env.ProcessSelector

Packages that use ProcessSelector
nextgrid.api.env   
 

Uses of ProcessSelector in nextgrid.api.env
 

Methods in nextgrid.api.env that return ProcessSelector
 ProcessSelector ProcessEnvironment.getSelectorFor(java.net.URI id)
          Gets a selector for the specified process id.
 

Methods in nextgrid.api.env that return types with arguments of type ProcessSelector
 java.util.List<ProcessSelector> ProcessEnvironment.getSelectors()
          Gets the selector instances registered in this environment.
 

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



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