nextgrid.api.env
Interface ProcessSelector


public interface ProcessSelector

Selector type (mock-up class, until the VIM enactor is integrated).

Author:
Rodrigo Ruiz

Method Summary
 java.net.URI getId()
          Gets this instance id.
 void select(Process p)
          Selects a process among the candidates collection held by the specified abstract process.
 void setId(java.net.URI id)
          Sets this instance id.
 

Method Detail

getId

java.net.URI getId()
Gets this instance id.

Returns:
This instance id

setId

void setId(java.net.URI id)
Sets this instance id.

Parameters:
id - The new id

select

void select(Process p)
            throws SelectionException
Selects a process among the candidates collection held by the specified abstract process.

Parameters:
p - The root process node to select on
Throws:
SelectionException - If an error occurs, or no candidate is found


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