Uses of Interface
com.hazelcast.core.LifecycleService

Packages that use LifecycleService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
 

Uses of LifecycleService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return LifecycleService
 LifecycleService HazelcastClientInstanceImpl.getLifecycleService()
           
 LifecycleService HazelcastClientProxy.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.
 

Uses of LifecycleService in com.hazelcast.instance
 

Classes in com.hazelcast.instance that implement LifecycleService
 class LifecycleServiceImpl
           
 class TerminatedLifecycleService
           
 

Methods in com.hazelcast.instance that return LifecycleService
 LifecycleService HazelcastInstanceProxy.getLifecycleService()
           
 

Uses of LifecycleService in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return LifecycleService
 LifecycleService HazelcastConnectionImpl.getLifecycleService()
           
 



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