Package com.hazelcast.concurrent.lock.client

This package contains client requests for the ILock.
This package contains all the client requests object to operate on the ILock that are send by the client.

See:
          Description

Class Summary
AbstractIsLockedRequest  
AbstractLockRequest  
AbstractUnlockRequest  
AwaitRequest  
BeforeAwaitRequest  
GetLockCountRequest  
GetRemainingLeaseRequest  
IsLockedRequest  
LockPortableHook  
LockRequest  
SignalRequest  
UnlockRequest  
 

Package com.hazelcast.concurrent.lock.client Description

This package contains client requests for the ILock.
This package contains all the client requests object to operate on the ILock that are send by the client. This is done to reduce tight coupling between client and server.

Since:
1


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.