nl.tudelft.simulation.dsol.formalisms
Interface ResourceRequestorInterface

All Known Implementing Classes:
Seize

public interface ResourceRequestorInterface

This interface provides a callback method to the resource. Whenever resource is available this method is invoked on the requestor.

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Since:
1.0
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:21:28 $
Author:
Peter Jacobs

Method Summary
 void receiveRequestedResource(double requestedCapacity, Resource resource)
          receive the requested resource
 

Method Detail

receiveRequestedResource

void receiveRequestedResource(double requestedCapacity,
                              Resource resource)
                              throws RemoteException
receive the requested resource

Parameters:
requestedCapacity - reflects the amount requested
resource - the requested resource
Throws:
RemoteException - on network failure


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.