Uses of Interface
com.hazelcast.spi.ClientAwareService

Packages that use ClientAwareService
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
 

Uses of ClientAwareService in com.hazelcast.concurrent.lock
 

Classes in com.hazelcast.concurrent.lock that implement ClientAwareService
 class LockServiceImpl
           
 

Uses of ClientAwareService in com.hazelcast.concurrent.semaphore
 

Classes in com.hazelcast.concurrent.semaphore that implement ClientAwareService
 class SemaphoreService
           
 

Uses of ClientAwareService in com.hazelcast.transaction.impl
 

Classes in com.hazelcast.transaction.impl that implement ClientAwareService
 class TransactionManagerServiceImpl
           
 



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