orca.shirako.api
Interface IServiceManagerPublic

All Known Subinterfaces:
IServiceManager, IServiceManagerCallbackProxy, IServiceManagerProxy
All Known Implementing Classes:
LocalReturn, ServiceManager, SoapReturn

public interface IServiceManagerPublic

IServiceManagerPublic represents the public cross-actor interface for actors acting in the service manager role.


Method Summary
 void updateLease(ResourceReservation reservation, UpdateData udd, AuthToken caller)
          Handles an incoming lease update.
 

Method Detail

updateLease

void updateLease(ResourceReservation reservation,
                 UpdateData udd,
                 AuthToken caller)
                 throws java.lang.Exception
Handles an incoming lease update.

Parameters:
reservation - reservation represented by this update. The reservation object will contain the lease (if any) as well information about the actually leased resources.
udd - status of the remote operation.
caller - identity of the caller
Throws:
java.lang.Exception


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.