Uses of Package
com.hazelcast.spi.tenantcontrol

Packages that use com.hazelcast.spi.tenantcontrol 
Package Description
com.hazelcast.config
Provides classes for configuring HazelcastInstance.
com.hazelcast.spi.tenantcontrol
Classes for tenant control
  • Classes in com.hazelcast.spi.tenantcontrol used by com.hazelcast.config 
    Class Description
    TenantControl
    Hooks for multi-tenancy for application servers Hazelcast uses separate threads to invoke operations this interface acts a hook to establish a thread-local tenant context so that operation invocations into application servers are handled correctly This is used by application servers to establish thread context for class loading, CDI, EJB and JPA invocations
  • Classes in com.hazelcast.spi.tenantcontrol used by com.hazelcast.spi.tenantcontrol 
    Class Description
    DestroyEventContext
    Hook to decouple Hazelcast object from the tenant
    TenantControl
    Hooks for multi-tenancy for application servers Hazelcast uses separate threads to invoke operations this interface acts a hook to establish a thread-local tenant context so that operation invocations into application servers are handled correctly This is used by application servers to establish thread context for class loading, CDI, EJB and JPA invocations
    TenantControlFactory
    A TenantControlFactory supplies TenantControl objects when Hazelcast service attaches the tenant control to a distributed object.