| 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 |
|---|---|
ItemListener |
ItemListenerConfig.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
ItemListenerConfig |
ItemListenerConfig.setImplementation(ItemListener implementation) |
| Constructor and Description |
|---|
ItemListenerConfig(ItemListener implementation,
boolean includeValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
ICollection.addItemListener(ItemListener<E> listener,
boolean includeValue)
Adds an item listener for this collection.
|
void |
ICollection.removeItemListener(ItemListener<E> listener)
Removes the specified item listener.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemListener |
ListMBean.listener |
protected ItemListener |
QueueMBean.listener |
protected ItemListener |
SetMBean.listener |
Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.