Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.client.impl | |
com.hazelcast.config | |
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.impl | |
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 |
---|---|
void |
QueueClientProxy.addItemListener(ItemListener<E> listener,
boolean includeValue) |
void |
CollectionClientProxy.addItemListener(ItemListener<E> listener,
boolean includeValue) |
void |
QueueClientProxy.removeItemListener(ItemListener<E> listener) |
void |
CollectionClientProxy.removeItemListener(ItemListener<E> listener) |
Modifier and Type | Method and Description |
---|---|
<E> void |
QueueItemListenerManager.registerListener(String name,
ItemListener<E> listener,
boolean includeValue) |
<E,V> void |
ItemListenerManager.registerListener(String name,
ItemListener<V> itemListener,
boolean includeValue) |
void |
ItemListenerManager.removeListener(String name,
ItemListener itemListener) |
<E> void |
QueueItemListenerManager.removeListener(String name,
ItemListener<E> listener) |
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 | Class and Description |
---|---|
class |
TestApp
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientHandlerService.ClientItemListener |
Modifier and Type | Method and Description |
---|---|
void |
QProxyImpl.addItemListener(ItemListener listener,
boolean includeValue) |
void |
SetProxyImpl.addItemListener(ItemListener itemListener,
boolean includeValue) |
void |
ListProxyImpl.addItemListener(ItemListener itemListener,
boolean includeValue) |
void |
BlockingQueueManager.addItemListener(String name,
ItemListener listener,
boolean includeValue) |
void |
QProxyImpl.removeItemListener(ItemListener listener) |
void |
SetProxyImpl.removeItemListener(ItemListener itemListener) |
void |
ListProxyImpl.removeItemListener(ItemListener itemListener) |
void |
BlockingQueueManager.removeItemListener(String name,
ItemListener listener) |
Modifier and Type | Field and Description |
---|---|
protected ItemListener |
ListMBean.listener |
protected ItemListener |
SetMBean.listener |
protected ItemListener |
QueueMBean.listener |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.