Package | Description |
---|---|
org.jboss.as.ejb3.logging | |
org.jboss.as.ejb3.subsystem.deployment |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
EjbLogger_$logger.unknownComponentType(EJBComponentType ejbComponentType) |
IllegalStateException |
EjbLogger.unknownComponentType(EJBComponentType ejbComponentType)
Creates an exception indicating Unknown EJBComponent type
|
Modifier and Type | Method and Description |
---|---|
static EJBComponentType |
EJBComponentType.getComponentType(ComponentConfiguration componentConfiguration) |
EJBComponentType |
InstalledComponent.getType() |
static EJBComponentType |
EJBComponentType.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.
|
Constructor and Description |
---|
AbstractEJBComponentResourceDefinition(EJBComponentType componentType) |
AbstractEJBComponentRuntimeHandler(EJBComponentType componentType,
Class<T> componentClass) |
InstalledComponent(EJBComponentType type,
org.jboss.as.controller.PathAddress address) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.