| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISemaphore | |
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types | 
| com.hazelcast.concurrent.semaphore | This package contains ISemaphore functionality for Hazelcast. The ISemaphore is the distributed version of the Semaphore.  | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.jca | This package contains jca functionality | 
| com.hazelcast.jmx | Contains Hazelcast management bean classes. | 
| Uses of ISemaphore in com.hazelcast.client.impl | 
|---|
| Methods in com.hazelcast.client.impl that return ISemaphore | |
|---|---|
 ISemaphore | 
HazelcastClientInstanceImpl.getSemaphore(String name)
 | 
 ISemaphore | 
HazelcastClientProxy.getSemaphore(String name)
 | 
| Uses of ISemaphore in com.hazelcast.client.proxy | 
|---|
| Classes in com.hazelcast.client.proxy that implement ISemaphore | |
|---|---|
 class | 
ClientSemaphoreProxy
 | 
| Uses of ISemaphore in com.hazelcast.concurrent.semaphore | 
|---|
| Classes in com.hazelcast.concurrent.semaphore that implement ISemaphore | |
|---|---|
 class | 
SemaphoreProxy
 | 
| Uses of ISemaphore in com.hazelcast.core | 
|---|
| Methods in com.hazelcast.core that return ISemaphore | |
|---|---|
 ISemaphore | 
HazelcastInstance.getSemaphore(String name)
Creates cluster-wide semaphore.  | 
| Uses of ISemaphore in com.hazelcast.instance | 
|---|
| Methods in com.hazelcast.instance that return ISemaphore | |
|---|---|
 ISemaphore | 
HazelcastInstanceImpl.getSemaphore(String name)
 | 
 ISemaphore | 
HazelcastInstanceProxy.getSemaphore(String name)
 | 
| Uses of ISemaphore in com.hazelcast.jca | 
|---|
| Methods in com.hazelcast.jca that return ISemaphore | |
|---|---|
 ISemaphore | 
HazelcastConnectionImpl.getSemaphore(String name)
 | 
| Uses of ISemaphore in com.hazelcast.jmx | 
|---|
| Constructors in com.hazelcast.jmx with parameters of type ISemaphore | |
|---|---|
SemaphoreMBean(ISemaphore managedObject,
               ManagementService service)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||