| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.impl.client | This contains the Requests and other DTO's exchanged between client/server | 
| com.hazelcast.client.impl.protocol.task | Client tasks associated with requests. | 
| com.hazelcast.client.spi | Contains classes/interfaces related to Service Provider Interface
 such as ClientProxy , ClientClusterService | 
| 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. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | HazelcastClientInstanceImpl. addDistributedObjectListener(DistributedObjectListener distributedObjectListener) | 
| String | HazelcastClientProxy. addDistributedObjectListener(DistributedObjectListener distributedObjectListener) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddDistributedObjectListenerRequest | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddDistributedObjectListenerMessageTask | 
| Modifier and Type | Method and Description | 
|---|---|
| String | ProxyManager. addDistributedObjectListener(DistributedObjectListener listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | HazelcastInstance. addDistributedObjectListener(DistributedObjectListener distributedObjectListener)Adds a Distributed Object listener which will be notified when a
 new  DistributedObjectwill be created or destroyed. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | HazelcastInstanceImpl. addDistributedObjectListener(DistributedObjectListener distributedObjectListener) | 
| String | HazelcastInstanceProxy. addDistributedObjectListener(DistributedObjectListener distributedObjectListener) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | HazelcastConnectionImpl. addDistributedObjectListener(DistributedObjectListener distributedObjectListener) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ManagementServiceService responsible for registering hazelcast management beans to the platform management bean server. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | ProxyService. addProxyListener(DistributedObjectListener distributedObjectListener) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | ProxyServiceImpl. addProxyListener(DistributedObjectListener distributedObjectListener) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.