| Package | Description |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | |
| com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
| Modifier and Type | Method and Description |
|---|---|
ILock |
HazelcastClient.getLock(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static ILock |
Hazelcast.getLock(Object key)
Deprecated.
as of version 2.2
|
ILock |
HazelcastInstance.getLock(Object key)
Returns the distributed lock instance for the specified key object.
|
| Constructor and Description |
|---|
LockMBean(ILock lock,
ManagementService managementService) |
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.