|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
void |
receiveRequestedResource(double requestedCapacity,
Resource resource)
receive the requested resource |
Method Detail |
---|
void receiveRequestedResource(double requestedCapacity, Resource resource) throws RemoteException
requestedCapacity
- reflects the amount requestedresource
- the requested resource
RemoteException
- on network failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |