public interface ISpaceItem extends ILockObject
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
IEntryData |
getEntryData() |
long |
getSCN() |
IServerTypeDesc |
getServerTypeDesc() |
String |
getUidToOperateBy() |
XtnEntry |
getXidOriginated() |
ServerTransaction |
getXidOriginatedTransaction() |
boolean |
hasWaitingFor() |
boolean |
isDeleted() |
boolean |
isDummyLease() |
boolean |
isDummyLeaseAndNotExpired() |
boolean |
isMaybeUnderXtn() |
boolean |
isTransient() |
void |
setDeleted(boolean deleted) |
void |
setDummyLease() |
void |
setExpirationTime(long expirationTime) |
void |
setHasWaitingFor(boolean hasWaitingFor) |
void |
setMaybeUnderXtn(boolean maybeUnderXtn) |
void |
updateVersionAndExpiration(int versionID,
long expiration) |
getLockSubjectType, getUID, isLockSubject
IServerTypeDesc getServerTypeDesc()
String getClassName()
long getSCN()
IEntryData getEntryData()
void setExpirationTime(long expirationTime)
void updateVersionAndExpiration(int versionID, long expiration)
boolean isTransient()
boolean isDeleted()
void setDeleted(boolean deleted)
boolean isMaybeUnderXtn()
void setMaybeUnderXtn(boolean maybeUnderXtn)
boolean isDummyLease()
boolean isDummyLeaseAndNotExpired()
void setDummyLease()
boolean hasWaitingFor()
void setHasWaitingFor(boolean hasWaitingFor)
String getUidToOperateBy()
XtnEntry getXidOriginated()
ServerTransaction getXidOriginatedTransaction()
Copyright © GigaSpaces.