orca.shirako.api
Interface IReservationEventHandler

All Known Implementing Classes:
EventHandler, JawsController.JawsEventHandler, SgeController.SgeEventHandler

public interface IReservationEventHandler

IReservationEventHandler makes it possible to subscribe for event notification when certain reservation events take place.

Note:This interface is still immature and may change in the future.


Method Summary
 void initialize(IServiceManager s)
           
 void onBeforeExtendTicket(IReservation r)
           
 void onClose(IReservation r)
           
 void onCloseComplete(IReservation r)
           
 void onExtendLease(IReservation r)
           
 void onExtendLeaseComplete(IReservation r)
           
 void onExtendTicket(IReservation r)
           
 void onExtendTicketComplete(IReservation r)
           
 void onLease(IReservation r)
           
 void onLeaseComplete(IReservation r)
           
 void onTicket(IReservation r)
           
 void onTicketComplete(IReservation r)
           
 

Method Detail

initialize

void initialize(IServiceManager s)

onTicket

void onTicket(IReservation r)

onTicketComplete

void onTicketComplete(IReservation r)

onBeforeExtendTicket

void onBeforeExtendTicket(IReservation r)

onExtendTicket

void onExtendTicket(IReservation r)

onExtendTicketComplete

void onExtendTicketComplete(IReservation r)

onLease

void onLease(IReservation r)

onLeaseComplete

void onLeaseComplete(IReservation r)

onExtendLease

void onExtendLease(IReservation r)

onExtendLeaseComplete

void onExtendLeaseComplete(IReservation r)

onClose

void onClose(IReservation r)

onCloseComplete

void onCloseComplete(IReservation r)


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