Uses of Interface
com.hazelcast.core.IExecutorService

Packages that use IExecutorService
com.hazelcast.client   
com.hazelcast.core Provides core API interfaces/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.
 



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