Interface StatefulSessionBeanCacheProvider<K,​V extends StatefulSessionBeanInstance<K>>

    • Method Detail

      • getDeploymentServiceConfigurators

        Iterable<CapabilityServiceConfigurator> getDeploymentServiceConfigurators​(org.jboss.as.server.deployment.DeploymentUnit unit,
                                                                                  EEModuleConfiguration moduleConfiguration)
        Returns configurators for services to be installed for the specified deployment.
        Parameters:
        unit - a deployment unit
        Returns:
        a collection of service configurators
      • getStatefulBeanCacheFactoryServiceConfigurator

        CapabilityServiceConfigurator getStatefulBeanCacheFactoryServiceConfigurator​(org.jboss.as.server.deployment.DeploymentUnit unit,
                                                                                     StatefulComponentDescription description,
                                                                                     ComponentConfiguration configuration)
        Returns a configurator for a service supplying a cache factory.
        Parameters:
        unit - the deployment unit containing this EJB component.
        description - the EJB component description
        configuration - the component configuration
        Returns:
        a service configurator
      • supportsPassivation

        boolean supportsPassivation()
        Indicates whether or not cache factories provides by this object can support passivation.
        Returns:
        true, if passivation is supported, false otherwise.