|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReservationStatus
IReservationStatus defines a set of predicates that can be
used to query the state of a reservation.
| Method Summary | |
|---|---|
boolean |
isActive()
Checks if the reservation is active. |
boolean |
isActiveTicketed()
Checks if the reservation is activeTicketed. |
boolean |
isClosed()
Checks if the reservation is closed. |
boolean |
isClosing()
Checks if the reservation is closing. |
boolean |
isExpired()
Checks if the reservation has expired. |
boolean |
isExpired(java.util.Date t)
Checks if the reservation expires before time t. |
boolean |
isExtended()
Checks if the reservation has extended at least once. |
boolean |
isExtendingLease()
Checks if the reservation is extending a lease. |
boolean |
isExtendingTicket()
Checks if the reservation is extending a ticket. |
boolean |
isFailed()
Checks if the reservation has failed. |
boolean |
isNascent()
Checks if the reservation is nascent |
boolean |
isNoPending()
Checks if there is no pending operation. |
boolean |
isPriming()
Checks if the reservation is priming. |
boolean |
isRedeeming()
Checks if the reservation is redeeming. |
boolean |
isTerminal()
Checks if the reservation is terminal, e.g., closing, closed, or failed. |
boolean |
isTicketed()
Check if the reservation is ticketed. |
boolean |
isTicketing()
Checks if the reservation is obtaining a new ticket. |
void |
setExpired(boolean value)
Sets the expiration flag. |
| Method Detail |
|---|
boolean isExpired()
void setExpired(boolean value)
value - true if the reservation is expiredboolean isExpired(java.util.Date t)
t - target date
boolean isPriming()
boolean isClosed()
boolean isClosing()
boolean isNascent()
boolean isFailed()
boolean isActive()
boolean isActiveTicketed()
boolean isTicketed()
boolean isRedeeming()
boolean isExtendingLease()
boolean isExtendingTicket()
boolean isTicketing()
boolean isTerminal()
boolean isNoPending()
boolean isExtended()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||