| Class | Description |
|---|---|
| AbstractEJBComponentResourceDefinition |
Base class for
ResourceDefinitions describing runtime EJBComponents. |
| AbstractEJBComponentRuntimeHandler<T extends EJBComponent> |
Base class for operation handlers that provide runtime management for
EJBComponents. |
| AbstractRuntimeMetricsHandler | |
| InstalledComponent |
utility class that tracks components registered with the management API
|
| MessageDrivenBeanResourceDefinition |
ResourceDefinition for a MessageDrivenComponent. |
| MessageDrivenBeanRuntimeHandler |
Handles operations that provide runtime management of a
MessageDrivenComponent. |
| SingletonBeanDeploymentResourceDefinition |
ResourceDefinition for a SingletonComponent. |
| SingletonBeanRuntimeHandler |
Handles operations that provide runtime management of a
SingletonComponent. |
| StatefulSessionBeanDeploymentResourceDefinition |
ResourceDefinition for a StatefulSessionComponent. |
| StatefulSessionBeanRuntimeHandler |
Handles operations that provide runtime management of a
StatefulSessionComponent. |
| StatelessSessionBeanDeploymentResourceDefinition |
ResourceDefinition for a org.jboss.as.ejb3.component.entity.EntityBeanComponent. |
| StatelessSessionBeanRuntimeHandler |
Handles operations that provide runtime management of a
StatelessSessionComponent. |
| TimerAttributeDefinition |
Attribute definition for the list of timers associated with an EJB.
|
| TimerAttributeDefinition.Builder | |
| TimerResourceDefinition<T extends EJBComponent> |
ResourceDefinition for the timer resource for runtime ejb deployment. |
| TimerServiceResource | |
| TimerServiceResourceDefinition<T extends EJBComponent> |
ResourceDefinition for the timer-service resource for runtime ejb deployment. |
| Enum | Description |
|---|---|
| EJBComponentType |
Enumeration of types of manageable EJB components.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.