Package | Description |
---|---|
org.jboss.as.ejb3 | |
org.jboss.as.ejb3.subsystem.deployment |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
EjbMessages.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,
PathAddress address) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.