|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Reservation
An instance implementing this interface represents a reservation for
Resource
s.
Method Summary | |
---|---|
void |
cancel()
This method upon successfully completing cancels the reservation corresponding to the associated Reservation instance. |
Resource |
getResource()
This operation returns the Resource corresponding to this
Reservation instance. |
Method Detail |
---|
void cancel() throws GATInvocationException
Reservation
instance.
GATInvocationException
Resource getResource()
Resource
corresponding to this
Reservation
instance. That instance can in turn call the
operation getReservation
to obtain this
Reservation
instance.
Resource
, or null
when the
Reservation
is expired or canceled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |