| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorValidator.accept(BundleDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanManagerImpl.registerRuntimeInterceptor(Object interceptorInstance,
BundleDescriptor bundle)
Apply a runtime interceptor instance to all managed beans in the given module
|
| Modifier and Type | Method and Description |
|---|---|
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle,
boolean invokePostConstruct) |
<T> void |
JCDIService.injectManagedObject(T managedObject,
BundleDescriptor bundle) |
boolean |
JCDIService.isJCDIEnabled(BundleDescriptor bundle) |
void |
ManagedBeanManager.registerRuntimeInterceptor(Object interceptorInstance,
BundleDescriptor bundle)
Register an interceptor instance for all managed beans in the given module
|
| Modifier and Type | Class and Description |
|---|---|
class |
Application
Objects of this type encapsulate the data and behaviour of a J2EE
application.
|
class |
ApplicationClientDescriptor
I represent all the deployment information about
an application client [{0}].
|
class |
CommonResourceBundleDescriptor
Created by IntelliJ IDEA.
|
class |
ConnectorDescriptor
Deployment Information for connector
|
class |
EjbBundleDescriptor
I represent all the configurable deployment information contained in
an EJB JAR.
|
class |
WebBundleDescriptor
This class represents all the deployment information about a web application.
|
| Modifier and Type | Field and Description |
|---|---|
protected BundleDescriptor |
JndiEnvironmentRefsGroupDescriptor.bundleDescriptor |
| Modifier and Type | Method and Description |
|---|---|
<T extends BundleDescriptor> |
Application.getBundleDescriptors(Class<T> type)
Obtain a full set of bundle descriptors for a particular type
|
<T extends BundleDescriptor> |
Application.getModuleByTypeAndUri(Class<T> type,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
ManagedBeanDescriptor.getBundle() |
BundleDescriptor |
ServiceReferenceDescriptor.getBundleDescriptor() |
BundleDescriptor |
WebServicesDescriptor.getBundleDescriptor() |
BundleDescriptor |
WebServiceEndpoint.getBundleDescriptor() |
BundleDescriptor |
WebService.getBundleDescriptor() |
BundleDescriptor |
MessageDestinationDescriptor.getBundleDescriptor() |
BundleDescriptor |
JndiEnvironmentRefsGroupDescriptor.getBundleDescriptor() |
BundleDescriptor |
Application.getModuleByUri(String uri)
Lookup module by uri.
|
BundleDescriptor |
EntityManagerFactoryReferenceDescriptor.getReferringBundleDescriptor() |
BundleDescriptor |
EntityManagerReferenceDescriptor.getReferringBundleDescriptor() |
BundleDescriptor |
MessageDestinationReferenceDescriptor.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
EjbReferenceDescriptor.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
Application.getRelativeBundle(BundleDescriptor origin,
String relativeTargetUri)
Get a target bundle descriptor based on an input bundle descriptor and
a relative uri from the perspective of the input bundle descriptor.
|
BundleDescriptor |
Application.getStandaloneBundleDescriptor()
if this application object is virtual, return the standalone
bundle descriptor it is wrapping otherwise return null
|
| Modifier and Type | Method and Description |
|---|---|
Set<BundleDescriptor> |
Application.getBundleDescriptors()
Obtain a set of all bundle descriptors, regardless of type
|
Set<BundleDescriptor> |
Application.getBundleDescriptorsOfType(ArchiveType bundleType)
Obtain a full set of bundle descriptors for a particular type
|
ModuleDescriptor<BundleDescriptor> |
Application.getModuleDescriptorByUri(String uri)
Lookup module by uri.
|
Collection<ModuleDescriptor<BundleDescriptor>> |
Application.getModuleDescriptorsByType(ArchiveType type)
Lookup module by uri.
|
Set<ModuleDescriptor<BundleDescriptor>> |
Application.getModules()
Obtain a full set of module descriptors
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleDescriptor.addBundleDescriptor(BundleDescriptor bundleDescriptor) |
void |
Application.addBundleDescriptor(BundleDescriptor bundleDescriptor)
Add a bundle descriptor to this application.
|
javax.persistence.EntityManagerFactory |
Application.getEntityManagerFactory(String unitName,
BundleDescriptor declaringModule)
Retrieve the physical entity manager factory associated with the
unitName of an application-level persistence unit.
|
BundleDescriptor |
Application.getRelativeBundle(BundleDescriptor origin,
String relativeTargetUri)
Get a target bundle descriptor based on an input bundle descriptor and
a relative uri from the perspective of the input bundle descriptor.
|
String |
Application.getRelativeUri(BundleDescriptor origin,
BundleDescriptor target)
Return the relative uri between two modules, from the perspective
of the first bundle.
|
String |
Application.getTargetUri(BundleDescriptor origin,
String relativeTargetUri)
Get the uri of a target based on a source module and a
a relative uri from the perspective of that source module.
|
boolean |
BundleDescriptor.isPackagedAsSingleModule(BundleDescriptor other)
Return true if the other bundle descriptor comes from the same module
|
void |
Application.removeBundleDescriptor(BundleDescriptor bundleDescriptor)
Remove a web bundle descriptor from this application.
|
void |
ManagedBeanDescriptor.setBundle(BundleDescriptor bundle) |
void |
ServiceReferenceDescriptor.setBundleDescriptor(BundleDescriptor bundle) |
void |
WebServicesDescriptor.setBundleDescriptor(BundleDescriptor module) |
void |
MessageDestinationDescriptor.setBundleDescriptor(BundleDescriptor bundleDesc) |
void |
JndiEnvironmentRefsGroupDescriptor.setBundleDescriptor(BundleDescriptor desc) |
void |
EntityManagerFactoryReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle) |
void |
EntityManagerReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle) |
void |
MessageDestinationReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
EjbReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addModule(ModuleDescriptor<BundleDescriptor> descriptor) |
static Application |
Application.createVirtualApplication(String name,
ModuleDescriptor<BundleDescriptor> newModule)
Creates a new application to hold a standalone module
|
void |
Application.removeModule(ModuleDescriptor<BundleDescriptor> descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
Archivist<T extends BundleDescriptor>
This abstract class contains all common behaviour for Achivisits.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
Archivist.descriptor |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Archivist.isProcessAnnotation(BundleDescriptor descriptor) |
protected void |
Archivist.postValidate(BundleDescriptor bundleDesc,
ReadableArchive archive) |
protected void |
DescriptorArchivist.write(BundleDescriptor bundle,
Archivist archivist,
ReadableArchive in,
WritableArchive out)
writes a bundle descriptor
|
void |
ExtensionsArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
PersistenceArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
ExtensionsArchivist.writeRuntimeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the runtime deployment descriptors to an abstract archive
|
void |
ExtensionsArchivist.writeStandardDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
WritableArchive out)
writes the standard deployment descriptors to an abstract archive
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EARBasedPersistenceHelper.isComponentJar(String jarName,
Set<ModuleDescriptor<BundleDescriptor>> moduleDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeDescriptorNode.writeMessageDestinationInfo(Node parent,
BundleDescriptor descriptor) |
protected void |
RuntimeBundleNode.writeMessageDestinationInfo(Node parent,
BundleDescriptor descriptor)
writes the message destination references runtime information
|
void |
WebServiceRuntimeNode.writeWebServiceRuntimeInfo(Node parent,
BundleDescriptor bundle)
writes all the runtime information for the web services for a given
bundle descriptor
|
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
JnlpDocDescriptor.getBundleDescriptor() |
BundleDescriptor |
JavaWebStartAccessDescriptor.getBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
JnlpDocDescriptor.setBundleDescriptor(BundleDescriptor bundle) |
void |
JavaWebStartAccessDescriptor.setBundleDescriptor(BundleDescriptor bundle) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
MessageDescriptor.getBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDescriptor.setBundleDescriptor(BundleDescriptor bundleDesc) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
EntityManagerFactoryReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
MessageDestinationReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
EjbReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
EntityManagerReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityManagerFactoryReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
MessageDestinationReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
EjbReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
EntityManagerReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
| Modifier and Type | Field and Description |
|---|---|
protected BundleDescriptor |
ComponentValidator.bundleDescriptor |
| Modifier and Type | Method and Description |
|---|---|
protected BundleDescriptor |
ApplicationValidator.getBundleDescriptor() |
protected BundleDescriptor |
ComponentValidator.getBundleDescriptor() |
static BundleDescriptor |
DOLUtils.getCurrentBundleForContext(DeploymentContext context)
Gets the associated descriptor with the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppClientValidator.accept(BundleDescriptor descriptor) |
void |
ComponentVisitor.accept(BundleDescriptor bundleDesc)
visits a J2EE component bundle descriptor.
|
void |
ApplicationValidator.accept(BundleDescriptor descriptor) |
protected void |
DefaultDOLVisitor.accept(BundleDescriptor bundleDescriptor) |
void |
ComponentValidator.accept(BundleDescriptor bundleDescriptor) |
void |
ModuleContentLinker.accept(BundleDescriptor bundle) |
void |
AppClientTracerVisitor.accept(BundleDescriptor descriptor) |
void |
ConnectorTracerVisitor.accept(BundleDescriptor descriptor) |
void |
ConnectorValidator.accept(BundleDescriptor descriptor) |
void |
TracerVisitor.accept(BundleDescriptor descriptor) |
static List<URI> |
DOLUtils.getLibraryJarURIs(BundleDescriptor bundleDesc,
ReadableArchive archive) |
boolean |
ModuleContentValidator.isWsdlContent(String uri,
BundleDescriptor bundle)
All wsdl files and wsdl imported files live under a well-known
wsdl directory.
|
static void |
DOLUtils.readAlternativeRuntimeDescriptor(ReadableArchive appArchive,
ReadableArchive embeddedArchive,
Archivist archivist,
BundleDescriptor descriptor,
String altDDPath)
read alternative runtime descriptor if there is an alternative runtime
DD packaged inside the archive
|
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
EjbReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle) |
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle,
boolean invokePostConstruct) |
<T> void |
ACCJCDIServiceImpl.injectManagedObject(T managedObject,
BundleDescriptor bundle) |
boolean |
ACCJCDIServiceImpl.isJCDIEnabled(BundleDescriptor bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbInWarArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
| 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 |
|---|---|
protected BundleDescriptor |
EjbBundleValidator.getBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbBundleValidator.accept(BundleDescriptor descriptor) |
void |
EjbBundleTracerVisitor.accept(BundleDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.
|
class |
WebFragmentDescriptor
I am an object that represents all the deployment information about
a web fragment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleValidator.accept(BundleDescriptor descriptor) |
void |
WebBundleTracerVisitor.accept(BundleDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
WsUtil.getWsdlDir(BundleDescriptor bundle) |
boolean |
WsUtil.isWsdlContent(String uri,
BundleDescriptor bundle)
All wsdl files and wsdl imported files live under a well-known
wsdl directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebServicesArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
ReadableArchive in,
WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxRpcRICodegen.accept(BundleDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogAuthenticationListener.authFailure(BundleDescriptor bundleDesc,
Endpoint endpoint,
Principal principal)
notification that a user authentication attempt has failed.
|
void |
AuthenticationListener.authFailure(BundleDescriptor desc,
Endpoint endpoint,
Principal principal)
notification that a user authentication attempt has failed.
|
void |
LogAuthenticationListener.authSucess(BundleDescriptor bundleDesc,
Endpoint endpoint,
Principal principal)
notification that a user properly authenticated while making
a web service invocation.
|
void |
AuthenticationListener.authSucess(BundleDescriptor desc,
Endpoint endpoint,
Principal principal)
notification that a user properly authenticated while making
a web service invocation.
|
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
WebServicesDescriptorNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
WebServicesDescriptorNode.writeDescriptor(Node parent,
BundleDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
| Constructor and Description |
|---|
WebServicesDescriptorNode(BundleDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive |
WeldDeployer.getBeanDeploymentArchiveForBundle(BundleDescriptor bundle) |
boolean |
WeldDeployer.is299Enabled(BundleDescriptor bundle) |
| Modifier and Type | Method and Description |
|---|---|
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle,
boolean invokePostConstruct) |
<T> void |
JCDIServiceImpl.injectManagedObject(T managedObject,
BundleDescriptor bundle)
Perform 299 style injection on the
managedObject argument. |
boolean |
JCDIServiceImpl.isJCDIEnabled(BundleDescriptor bundle) |
| Constructor and Description |
|---|
InjectionServicesImpl(InjectionManager injectionMgr,
BundleDescriptor context,
DeploymentImpl deployment) |
Copyright © 2019. All rights reserved.