| Package | Description |
|---|---|
| com.hazelcast.config | |
| 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 |
|---|---|
EntryListener |
EntryListenerConfig.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
EntryListenerConfig |
EntryListenerConfig.setImplementation(EntryListener implementation) |
| Constructor and Description |
|---|
EntryListenerConfig(EntryListener implementation,
boolean local,
boolean includeValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryAdapter<K,V>
Adapter for EntryListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this map.
|
void |
MultiMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this multimap.
|
void |
IMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key.
|
void |
MultiMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key.
|
void |
IMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this map.
|
void |
MultiMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this multimap.
|
void |
IMap.removeEntryListener(EntryListener<K,V> listener)
Removes the specified entry listener
Returns silently if there is no such listener added before.
|
void |
MultiMap.removeEntryListener(EntryListener<K,V> listener)
Removes the specified entry listener
Returns silently if there is no such listener added before.
|
void |
IMap.removeEntryListener(EntryListener<K,V> listener,
K key)
Removes the specified entry listener for the specified key.
|
void |
MultiMap.removeEntryListener(EntryListener<K,V> listener,
K key)
Removes the specified entry listener for the specified key.
|
| Modifier and Type | Field and Description |
|---|---|
protected EntryListener |
MapMBean.listener |
Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.