|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedContext | |
---|---|
com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. |
com.hazelcast.spring.context | Contains context classes for Spring. |
Uses of ManagedContext in com.hazelcast.client.config |
---|
Methods in com.hazelcast.client.config that return ManagedContext | |
---|---|
ManagedContext |
ClientConfig.getManagedContext()
Gets ManagedContext |
Methods in com.hazelcast.client.config with parameters of type ManagedContext | |
---|---|
ClientConfig |
ClientConfig.setManagedContext(ManagedContext managedContext)
Sets ManagedContext |
Uses of ManagedContext in com.hazelcast.config |
---|
Methods in com.hazelcast.config that return ManagedContext | |
---|---|
ManagedContext |
Config.getManagedContext()
|
Methods in com.hazelcast.config with parameters of type ManagedContext | |
---|---|
Config |
Config.setManagedContext(ManagedContext managedContext)
|
Uses of ManagedContext in com.hazelcast.instance |
---|
Classes in com.hazelcast.instance that implement ManagedContext | |
---|---|
class |
HazelcastManagedContext
|
Constructors in com.hazelcast.instance with parameters of type ManagedContext | |
---|---|
HazelcastManagedContext(HazelcastInstanceImpl instance,
ManagedContext externalContext)
|
Uses of ManagedContext in com.hazelcast.nio.serialization |
---|
Fields in com.hazelcast.nio.serialization declared as ManagedContext | |
---|---|
protected ManagedContext |
SerializationServiceImpl.managedContext
|
protected ManagedContext |
DefaultSerializationServiceBuilder.managedContext
|
Methods in com.hazelcast.nio.serialization that return ManagedContext | |
---|---|
ManagedContext |
PortableContext.getManagedContext()
|
ManagedContext |
SerializationServiceImpl.getManagedContext()
|
ManagedContext |
SerializationService.getManagedContext()
|
Methods in com.hazelcast.nio.serialization with parameters of type ManagedContext | |
---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.setManagedContext(ManagedContext managedContext)
|
SerializationServiceBuilder |
DefaultSerializationServiceBuilder.setManagedContext(ManagedContext managedContext)
|
Uses of ManagedContext in com.hazelcast.spring.context |
---|
Classes in com.hazelcast.spring.context that implement ManagedContext | |
---|---|
class |
SpringManagedContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |