Uses of Class
org.jboss.as.ejb3.subsystem.deployment.EJBComponentType
-
Packages that use EJBComponentType Package Description org.jboss.as.ejb3.logging org.jboss.as.ejb3.subsystem.deployment -
-
Uses of EJBComponentType in org.jboss.as.ejb3.logging
Methods in org.jboss.as.ejb3.logging with parameters of type EJBComponentType Modifier and Type Method Description IllegalStateExceptionEjbLogger_$logger. unknownComponentType(EJBComponentType ejbComponentType)IllegalStateExceptionEjbLogger. 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 EJBComponentType Modifier and Type Method Description static EJBComponentTypeEJBComponentType. getComponentType(ComponentConfiguration componentConfiguration)EJBComponentTypeInstalledComponent. getType()static EJBComponentTypeEJBComponentType. valueOf(String name)Returns 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 EJBComponentType Constructor Description AbstractEJBComponentResourceDefinition(EJBComponentType componentType)AbstractEJBComponentRuntimeHandler(EJBComponentType componentType, Class<T> componentClass)InstalledComponent(EJBComponentType type, org.jboss.as.controller.PathAddress address)
-