Class EEModuleDescriptorImpl
java.lang.Object
org.jboss.weld.bootstrap.spi.helpers.EEModuleDescriptorImpl
- All Implemented Interfaces:
Service,EEModuleDescriptor
A convenience impl class for
EEModuleDescriptor-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.weld.bootstrap.spi.EEModuleDescriptor
EEModuleDescriptor.ModuleType -
Constructor Summary
ConstructorsConstructorDescriptionEEModuleDescriptorImpl(String id, EEModuleDescriptor.ModuleType moduleType) Creates new instance of this class -
Method Summary
-
Constructor Details
-
EEModuleDescriptorImpl
Creates new instance of this class- Parameters:
id- identifiermoduleType- type of the module (EAR, WAR, ...)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceEEModuleDescriptor- Returns:
- a unique identifier of an EE module a given
BeanDeploymentArchivebelongs to.
-
getType
Description copied from interface:EEModuleDescriptorIndicates which type of module this descriptor represents.- Specified by:
getTypein interfaceEEModuleDescriptor- Returns:
- the type of module
-
cleanup
public void cleanup()Description copied from interface:ServiceCalled by Weld when it is shutting down, allowing the service to perform any cleanup needed.
-