Uses of Interface
com.hazelcast.core.IExecutorService

Packages that use IExecutorService
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of IExecutorService in com.hazelcast.client
 

Methods in com.hazelcast.client that return IExecutorService
 IExecutorService HazelcastClientProxy.getExecutorService(String name)
           
 IExecutorService HazelcastClient.getExecutorService(String name)
           
 

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.jmx
 

Constructors in com.hazelcast.jmx with parameters of type IExecutorService
ExecutorServiceMBean(IExecutorService managedObject, ManagementService service)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.