Modifier and Type | Method and Description |
---|---|
void |
CMPGenerator.init(EjbBundleDescriptorImpl ejbBundleDescriptor,
ClassLoader cl,
String bundlePathName)
Deprecated.
This method is not used by the deployment back end, and should be removed
as soon as the TestFramework is fixed.
|
void |
CMPGenerator.init(EjbBundleDescriptorImpl ejbBundleDescriptor,
DeploymentContext ctx,
String bundlePathName,
String generatedXmlsPathName)
This method is called once for each ejb module in the application
that contains CMP beans.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOCodeGenerator.init(EjbBundleDescriptorImpl bundle,
ClassLoader loader,
String bundlePathName)
Deprecated.
|
void |
JDOCodeGenerator.init(EjbBundleDescriptorImpl bundle,
ClassLoader loader,
String bundlePathName,
boolean ignoreSunDeploymentDescriptors)
Called by static verifier to bypass mapping validation or
internally by other init() methods.
|
void |
JDOCodeGenerator.init(EjbBundleDescriptorImpl bundle,
DeploymentContext ctx,
String bundlePathName,
String generatedXmlsPathName) |
Constructor and Description |
---|
EJBBundleInfoHelper(EjbBundleDescriptorImpl bundleDescriptor,
Collection availableSchemaNames)
Creates a new instance of EJBBundleInfoHelper
|
MappingGenerator(EjbBundleDescriptorImpl bundle,
Model model,
NameMapper nameMapper,
ClassLoader loader)
Constructor
|
NameMapper(EjbBundleDescriptorImpl bundleDescriptor)
Creates a new instance of NameMapper
|
NameMapper(EjbBundleDescriptorImpl bundleDescriptor,
boolean expandPersistenceClassNames)
Creates a new instance of NameMapper
|
Modifier and Type | Method and Description |
---|---|
EjbBundleDescriptorImpl |
NameMapper.getBundleDescriptor()
Gets the EjbBundleDescriptor which defines the universe of
names for this application.
|
Constructor and Description |
---|
NameMapper(EjbBundleDescriptorImpl bundleDescriptor)
Creates a new instance of NameMapper
|
Modifier and Type | Method and Description |
---|---|
EjbBundleDescriptorImpl |
EjbArchivist.getDefaultBundleDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
EjbArchivist.postOpen(EjbBundleDescriptorImpl descriptor,
ReadableArchive archive)
perform any post deployment descriptor reading action
|
Modifier and Type | Method and Description |
---|---|
EjbBundleDescriptorImpl |
EjbDescriptor.getEjbBundleDescriptor()
Gets the containing ejb bundle descriptor..
|
EjbBundleDescriptorImpl |
PersistenceDescriptor.getEjbBundleDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
EjbDescriptor.setEjbBundleDescriptor(EjbBundleDescriptorImpl bundleDescriptor) |
void |
EjbCMPEntityDescriptor.setEjbBundleDescriptor(EjbBundleDescriptorImpl bundleDescriptor) |
Modifier and Type | Method and Description |
---|---|
RootXMLNode<EjbBundleDescriptorImpl> |
EjbRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode<EjbBundleDescriptorImpl> |
EjbDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode<EjbBundleDescriptorImpl> |
GFEjbRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
EjbBundleDescriptorImpl |
EjbBundleNode.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
Node |
EjbBundleNode.writeDescriptor(Node parent,
EjbBundleDescriptorImpl ejbDesc) |
Node |
RelationshipsNode.writeDescriptor(Node parent,
String nodeName,
EjbBundleDescriptorImpl descriptor) |
Modifier and Type | Method and Description |
---|---|
EjbBundleDescriptorImpl |
EjbBundleRuntimeNode.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
Node |
EjbBundleRuntimeNode.writeDescriptor(Node parent,
EjbBundleDescriptorImpl bundleDescriptor) |
Node |
EnterpriseBeansRuntimeNode.writeDescriptor(Node parent,
String nodeName,
EjbBundleDescriptorImpl bundleDescriptor)
write the descriptor class to a DOM tree and return it
|
Node |
PMDescriptorsNode.writeDescriptor(Node parent,
String nodeName,
EjbBundleDescriptorImpl descriptor)
write the descriptor class to a DOM tree and return it
|
Constructor and Description |
---|
EjbBundleRuntimeNode(EjbBundleDescriptorImpl descriptor) |
GFEjbBundleRuntimeNode(EjbBundleDescriptorImpl descriptor) |
Modifier and Type | Field and Description |
---|---|
protected EjbBundleDescriptorImpl |
EjbBundleValidator.ejbBundleDescriptor |
Modifier and Type | Method and Description |
---|---|
protected EjbBundleDescriptorImpl |
EjbBundleValidator.getEjbBundleDescriptor() |
Constructor and Description |
---|
InterceptorBindingTranslator(EjbBundleDescriptorImpl bundle) |
Modifier and Type | Method and Description |
---|---|
EjbBundleDescriptorImpl |
EjbApplication.getEjbBundleDescriptor() |
Constructor and Description |
---|
EjbApplication(EjbBundleDescriptorImpl bundle,
DeploymentContext dc,
ClassLoader cl,
org.glassfish.hk2.api.ServiceLocator services) |
Copyright © 2019. All rights reserved.