| Modifier and Type | Method and Description |
|---|---|
EjbBundleDescriptor |
EjbInterceptor.getEjbBundleDescriptor() |
EjbBundleDescriptor |
EjbDescriptor.getEjbBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbInterceptor.setEjbBundleDescriptor(EjbBundleDescriptor bundleDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EjbBundleDescriptor |
EjbBundleContext.getDescriptor() |
| Constructor and Description |
|---|
EjbBundleContext(EjbBundleDescriptor descriptor)
Creates a new instance of EjbBundleContext
|
| Modifier and Type | Method and Description |
|---|---|
protected EjbBundleDescriptor |
ComponentValidator.getEjbBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationValidator.accept(EjbBundleDescriptor bundleDescriptor) |
void |
EjbBundleVisitor.accept(EjbBundleDescriptor bundleDescriptor)
visits an ejb bundle descriptor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SecurityUtil.getContextID(EjbBundleDescriptor ejbBundleDesc) |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
EjbBundleDescriptor bundle)
Create GeneratorException for this message key.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
EjbBundleDescriptor bundle,
Exception e)
Create GeneratorException for this message key.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
EjbBundleDescriptor bundle)
Create GeneratorException for this message key and bean name.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
EjbBundleDescriptor bundle,
Exception e)
Create GeneratorException for this message key and bean name.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
EjbBundleDescriptor bundle,
Exception e,
StringBuilder buf)
Create GeneratorException for this message key, bean name,
and a StringBuilder with validation exceptions.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
EjbBundleDescriptor bundle,
String msg)
Create GeneratorException for this message key and bean name.
|
static String |
JDOCodeGeneratorHelper.getModuleName(EjbBundleDescriptor bundle)
Calculate module name from a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EjbJarScanner.addClassesFromDescriptor(EjbBundleDescriptor desc) |
void |
EjbJarScanner.process(File af,
EjbBundleDescriptor desc,
ClassLoader cl) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.EjbBundleDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbBundleValidator.accept(EjbBundleDescriptor bundleDesc) |
void |
EjbBundleTracerVisitor.accept(EjbBundleDescriptor ebd) |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxRpcRICodegen.accept(EjbBundleDescriptor bundleDescriptor)
visits an ejb bundle descriptor
|
Copyright © 2019. All rights reserved.