Uses of Interface
com.hazelcast.osgi.HazelcastOSGiInstance
Packages that use HazelcastOSGiInstance
Package
Description
This package contains the OSGI functionality contract points for Hazelcast.
-
Uses of HazelcastOSGiInstance in com.hazelcast.osgi
Methods in com.hazelcast.osgi that return HazelcastOSGiInstanceModifier and TypeMethodDescriptionHazelcastOSGiService.getDefaultHazelcastInstance()
Gets the defaultHazelcastOSGiInstance
.HazelcastOSGiService.getHazelcastInstanceByName
(String instanceName) Gets an existingHazelcastOSGiInstance
with itsinstanceName
.HazelcastOSGiService.newHazelcastInstance()
Creates a newHazelcastOSGiInstance
on the owner bundle with default configuration.HazelcastOSGiService.newHazelcastInstance
(Config config) Creates a newHazelcastOSGiInstance
on the owner bundle with specified configuration.Methods in com.hazelcast.osgi that return types with arguments of type HazelcastOSGiInstanceModifier and TypeMethodDescriptionHazelcastOSGiService.getAllHazelcastInstances()
Gets all active/runningHazelcastOSGiInstance
s on the owner bundle.Methods in com.hazelcast.osgi with parameters of type HazelcastOSGiInstanceModifier and TypeMethodDescriptionvoid
HazelcastOSGiService.shutdownHazelcastInstance
(HazelcastOSGiInstance instance) Shuts down the givenHazelcastOSGiInstance
on the owner bundle.