A B C D E F G I L O P R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acquire() - Method in interface org.wildfly.clustering.ejb.Bean
-
Acquires a reference to the bean instance.
- AffinitySupport<I> - Interface in org.wildfly.clustering.ejb
-
Defines the affinity requirements for remote clients.
B
- Bean<I,T> - Interface in org.wildfly.clustering.ejb
-
Represents a bean and the group to which it is associated.
- BEAN_MANAGEMENT_PROVIDER - org.wildfly.clustering.ejb.EjbDefaultProviderRequirement
- BEAN_MANAGEMENT_PROVIDER - org.wildfly.clustering.ejb.EjbProviderRequirement
- BeanConfiguration - Interface in org.wildfly.clustering.ejb
-
Specifies the configuration of an EJB component.
- BeanManagementProvider - Interface in org.wildfly.clustering.ejb
-
Interface for installing bean management services for a deployment and individual stateful EJB components.
- BeanManager<I,T,B extends Batch> - Interface in org.wildfly.clustering.ejb
-
A SPI for managing beans.
- BeanManagerFactory<I,T,B extends Batch> - Interface in org.wildfly.clustering.ejb
-
Creates a
BeanManager. - BeanManagerFactoryServiceConfiguratorConfiguration - Interface in org.wildfly.clustering.ejb
-
Configuration of a bean manager factory builder.
- BeanManagerStatistics - Interface in org.wildfly.clustering.ejb
- BeanPassivationConfiguration - Interface in org.wildfly.clustering.ejb
C
- CLIENT_MAPPINGS_REGISTRY_PROVIDER - org.wildfly.clustering.ejb.EjbRequirement
- ClientMappingsRegistryProvider - Interface in org.wildfly.clustering.ejb
-
interface defining ClientMappingsRegistryProvider instances, used to install configured ClientMappingsRegistry services.
- close() - Method in interface org.wildfly.clustering.ejb.Bean
-
Closes any resources used by this bean.
- containsBean(I) - Method in interface org.wildfly.clustering.ejb.BeanManager
- createBean(I, I, T) - Method in interface org.wildfly.clustering.ejb.BeanManager
- createBeanManagementProvider(String, BeanManagerFactoryServiceConfiguratorConfiguration) - Method in interface org.wildfly.clustering.ejb.LegacyBeanManagementProviderFactory
- createBeanManager(Supplier<I>, PassivationListener<T>, RemoveListener<T>) - Method in interface org.wildfly.clustering.ejb.BeanManagerFactory
- createClientMappingsRegistryProvider(String) - Method in interface org.wildfly.clustering.ejb.LegacyClientMappingsRegistryProviderFactory
D
- DEFAULT_CONTAINER_NAME - Static variable in interface org.wildfly.clustering.ejb.BeanManagerFactoryServiceConfiguratorConfiguration
E
- EjbDefaultProviderRequirement - Enum in org.wildfly.clustering.ejb
-
Requirements representing services names for bean management providers
- EjbProviderRequirement - Enum in org.wildfly.clustering.ejb
-
Requirement definition for EJB abstractions.
- EjbRequirement - Enum in org.wildfly.clustering.ejb
F
- findBean(I) - Method in interface org.wildfly.clustering.ejb.BeanManager
G
- getActiveCount() - Method in interface org.wildfly.clustering.ejb.BeanManagerStatistics
- getBatcher() - Method in interface org.wildfly.clustering.ejb.BeanManager
- getBeanManagerFactoryServiceConfigurator(StatefulBeanConfiguration) - Method in interface org.wildfly.clustering.ejb.BeanManagementProvider
-
Builds a bean manager factory for an Jakarta Enterprise Beans within a deployment.
- getCacheName() - Method in interface org.wildfly.clustering.ejb.BeanManagerFactoryServiceConfiguratorConfiguration
- getContainerName() - Method in interface org.wildfly.clustering.ejb.BeanManagerFactoryServiceConfiguratorConfiguration
- getDefaultRequirement() - Method in enum org.wildfly.clustering.ejb.EjbProviderRequirement
- getDefaultServiceNameFactory() - Method in enum org.wildfly.clustering.ejb.EjbProviderRequirement
- getDeploymentServiceConfigurators(ServiceName) - Method in interface org.wildfly.clustering.ejb.BeanManagementProvider
-
Installs dependencies for a deployment unit
- getDeploymentUnitServiceName() - Method in interface org.wildfly.clustering.ejb.BeanConfiguration
-
Returns the service name of the deployment unit containing the EJB.
- getGroupId() - Method in interface org.wildfly.clustering.ejb.Bean
-
Returns the identifier of the group to which this bean is associated.
- getId() - Method in interface org.wildfly.clustering.ejb.Bean
-
Returns the identifier of this bean.
- getIdentifierFactory() - Method in interface org.wildfly.clustering.ejb.BeanManager
- getMaxActiveBeans() - Method in interface org.wildfly.clustering.ejb.BeanPassivationConfiguration
- getModule() - Method in interface org.wildfly.clustering.ejb.BeanConfiguration
-
Returns the module of the deployment.
- getName() - Method in interface org.wildfly.clustering.ejb.BeanConfiguration
-
Returns the name of the EJB component.
- getName() - Method in enum org.wildfly.clustering.ejb.EjbDefaultProviderRequirement
- getName() - Method in enum org.wildfly.clustering.ejb.EjbProviderRequirement
- getName() - Method in enum org.wildfly.clustering.ejb.EjbRequirement
- getPassiveCount() - Method in interface org.wildfly.clustering.ejb.BeanManagerStatistics
- getServiceConfigurators(String, SupplierDependency<List<ClientMapping>>) - Method in interface org.wildfly.clustering.ejb.ClientMappingsRegistryProvider
- getServiceNameFactory() - Method in enum org.wildfly.clustering.ejb.EjbDefaultProviderRequirement
- getServiceNameFactory() - Method in enum org.wildfly.clustering.ejb.EjbProviderRequirement
- getServiceNameFactory() - Method in enum org.wildfly.clustering.ejb.EjbRequirement
- getStrictAffinity() - Method in interface org.wildfly.clustering.ejb.AffinitySupport
- getTimeout() - Method in interface org.wildfly.clustering.ejb.StatefulBeanConfiguration
-
Returns the duration of time this bean can be idle after which it will expire.
- getType() - Method in enum org.wildfly.clustering.ejb.EjbDefaultProviderRequirement
- getType() - Method in enum org.wildfly.clustering.ejb.EjbRequirement
- getWeakAffinity(I) - Method in interface org.wildfly.clustering.ejb.AffinitySupport
I
- isExpired() - Method in interface org.wildfly.clustering.ejb.Bean
-
Indicates whether or not the specified bean is expired.
- isRemotable(Throwable) - Method in interface org.wildfly.clustering.ejb.BeanManager
- isValid() - Method in interface org.wildfly.clustering.ejb.Bean
-
Indicates whether this bean was removed.
L
- LegacyBeanManagementProviderFactory - Interface in org.wildfly.clustering.ejb
-
interface for obtaining BeanManagementProvider instances in the legacy case where no distributable-ejb subsystem is present.
- LegacyClientMappingsRegistryProviderFactory - Interface in org.wildfly.clustering.ejb
-
interface for obtaining ClientMappingsRegistryProvider instances in the legacy case where no distributable-ejb subsystem is present.
O
- org.wildfly.clustering.ejb - package org.wildfly.clustering.ejb
P
- PassivationListener<T> - Interface in org.wildfly.clustering.ejb
-
Notification mechanism for passivation/activation.
- postActivate(T) - Method in interface org.wildfly.clustering.ejb.PassivationListener
- prePassivate(T) - Method in interface org.wildfly.clustering.ejb.PassivationListener
R
- release() - Method in interface org.wildfly.clustering.ejb.Bean
-
Releases a reference to the bean made via
Bean.acquire(). - remove(RemoveListener<T>) - Method in interface org.wildfly.clustering.ejb.Bean
-
Removes this bean, notifying the specified listener.
- removed(T) - Method in interface org.wildfly.clustering.ejb.RemoveListener
- RemoveListener<T> - Interface in org.wildfly.clustering.ejb
-
Notification mechanism for bean removals.
S
- StatefulBeanConfiguration - Interface in org.wildfly.clustering.ejb
-
Specifies the configuration of a stateful EJB.
V
- valueOf(String) - Static method in enum org.wildfly.clustering.ejb.EjbDefaultProviderRequirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wildfly.clustering.ejb.EjbProviderRequirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wildfly.clustering.ejb.EjbRequirement
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.clustering.ejb.EjbDefaultProviderRequirement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.wildfly.clustering.ejb.EjbProviderRequirement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.wildfly.clustering.ejb.EjbRequirement
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages