| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExecutorService | |
|---|---|
| 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 ExecutorService and 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. | 
| Uses of IExecutorService in com.hazelcast.client.impl | 
|---|
| Methods in com.hazelcast.client.impl that return IExecutorService | |
|---|---|
 IExecutorService | 
HazelcastClientInstanceImpl.getExecutorService(String name)
 | 
 IExecutorService | 
HazelcastClientProxy.getExecutorService(String name)
 | 
| Uses of IExecutorService in com.hazelcast.client.proxy | 
|---|
| Classes in com.hazelcast.client.proxy that implement IExecutorService | |
|---|---|
 class | 
ClientExecutorServiceProxy
 | 
| Uses of IExecutorService in com.hazelcast.core | 
|---|
| Methods in com.hazelcast.core that return IExecutorService | |
|---|---|
 IExecutorService | 
HazelcastInstance.getExecutorService(String name)
Returns the distributed executor service for the given name.  | 
| Uses of IExecutorService in com.hazelcast.executor.impl | 
|---|
| Classes in com.hazelcast.executor.impl that implement IExecutorService | |
|---|---|
 class | 
ExecutorServiceProxy
 | 
| Uses of IExecutorService in com.hazelcast.instance | 
|---|
| Methods in com.hazelcast.instance that return IExecutorService | |
|---|---|
 IExecutorService | 
HazelcastInstanceImpl.getExecutorService(String name)
 | 
 IExecutorService | 
HazelcastInstanceProxy.getExecutorService(String name)
 | 
| Uses of IExecutorService in com.hazelcast.jca | 
|---|
| Methods in com.hazelcast.jca that return IExecutorService | |
|---|---|
 IExecutorService | 
HazelcastConnectionImpl.getExecutorService(String name)
 | 
| Uses of IExecutorService in com.hazelcast.jmx | 
|---|
| Constructors in com.hazelcast.jmx with parameters of type IExecutorService | |
|---|---|
ExecutorServiceMBean(IExecutorService managedObject,
                     ManagementService service)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||