| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorServiceand provides all kinds
 of additional methods related to distributed systems. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| IExecutorService | HazelcastClientInstanceImpl. getExecutorService(String name) | 
| IExecutorService | HazelcastClientProxy. getExecutorService(String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientExecutorServiceProxy | 
| Modifier and Type | Method and Description | 
|---|---|
| IExecutorService | HazelcastInstance. getExecutorService(String name)Returns the distributed executor service for the given
 name. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExecutorServiceProxy | 
| Modifier and Type | Method and Description | 
|---|---|
| IExecutorService | HazelcastInstanceImpl. getExecutorService(String name) | 
| IExecutorService | HazelcastInstanceProxy. getExecutorService(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| IExecutorService | HazelcastConnectionImpl. getExecutorService(String name) | 
| Constructor and Description | 
|---|
| ExecutorServiceMBean(IExecutorService managedObject,
                    ManagementService service) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.