orca.shirako.api
Interface IClientPublic

All Known Subinterfaces:
IBroker, IClientActor, IClientCallbackProxy, IClientProxy, IServiceManager, IServiceManagerCallbackProxy, IServiceManagerProxy
All Known Implementing Classes:
Broker, LocalReturn, ServiceManager, SoapReturn

public interface IClientPublic

IClientPublic represents the public cross-actor interface for actors acting as clients of other actors.


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

Method Detail

updateTicket

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

Parameters:
reservation - reservation represented by this update. The reservation object will contain the ticket (if any) as well information about the actually allocated 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.