Uses of Enum
org.jboss.as.ejb3.subsystem.deployment.EJBComponentType
Packages that use EJBComponentType
-
Uses of EJBComponentType in org.jboss.as.ejb3.logging
Methods in org.jboss.as.ejb3.logging with parameters of type EJBComponentTypeModifier and TypeMethodDescriptionfinal IllegalStateExceptionEjbLogger_$logger.unknownComponentType(EJBComponentType ejbComponentType) EjbLogger.unknownComponentType(EJBComponentType ejbComponentType) Creates an exception indicating Unknown Jakarta Enterprise Beans Component type -
Uses of EJBComponentType in org.jboss.as.ejb3.subsystem.deployment
Methods in org.jboss.as.ejb3.subsystem.deployment that return EJBComponentTypeModifier and TypeMethodDescriptionstatic EJBComponentTypeEJBComponentType.getComponentType(ComponentConfiguration componentConfiguration) InstalledComponent.getType()static EJBComponentTypeReturns the enum constant of this type with the specified name.static EJBComponentType[]EJBComponentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.as.ejb3.subsystem.deployment with parameters of type EJBComponentTypeModifierConstructorDescriptionAbstractEJBComponentResourceDefinition(EJBComponentType componentType) protectedAbstractEJBComponentRuntimeHandler(EJBComponentType componentType, Class<T> componentClass) InstalledComponent(EJBComponentType type, org.jboss.as.controller.PathAddress address)