Serialized Form


Package tecgraf.javautils.concurrent.locks

Class tecgraf.javautils.concurrent.locks.LockId extends Object implements Serializable

Serialized Fields

value

byte[] value

hashCode

int hashCode

Class tecgraf.javautils.concurrent.locks.LockResult extends Object implements Serializable

Serialized Fields

acquireResult

boolean acquireResult
Resultado da tentativa de aquisição


lockId

LockId lockId
Identificador do pedido de lock


mapPolicyLockOwners

Map<K,V> mapPolicyLockOwners
Mapa com políticas e identificadores dos usuários detentores dos locks


Package tecgraf.javautils.concurrent.locks.exceptions

Class tecgraf.javautils.concurrent.locks.exceptions.InvalidLockIdException extends RuntimeException implements Serializable

Class tecgraf.javautils.concurrent.locks.exceptions.ObjectNotLockedException extends RuntimeException implements Serializable



Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.