Uses of Interface
com.hazelcast.core.LifecycleService

Packages that use LifecycleService
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of LifecycleService in com.hazelcast.client
 

Classes in com.hazelcast.client that implement LifecycleService
 class LifecycleServiceImpl
           
 

Methods in com.hazelcast.client that return LifecycleService
 LifecycleService HazelcastClientProxy.getLifecycleService()
           
 LifecycleService HazelcastClient.getLifecycleService()
           
 

Uses of LifecycleService in com.hazelcast.core
 

Methods in com.hazelcast.core that return LifecycleService
 LifecycleService HazelcastInstance.getLifecycleService()
          Returns the lifecycle service for this instance.
 



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