org.glassfish.ejb.deployment.archivist
Class EjbInWarArchivist
java.lang.Object
com.sun.enterprise.deployment.archivist.ExtensionsArchivist
org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class EjbInWarArchivist
- extends ExtensionsArchivist
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbInWarArchivist
public EjbInWarArchivist()
getStandardDDFile
public DeploymentDescriptorFile getStandardDDFile(RootDeploymentDescriptor descriptor)
- Specified by:
getStandardDDFile in class ExtensionsArchivist
- Returns:
- the DeploymentDescriptorFile responsible for handling
standard deployment descriptor
getConfigurationDDFile
public DeploymentDescriptorFile getConfigurationDDFile(RootDeploymentDescriptor descriptor)
- Specified by:
getConfigurationDDFile in class ExtensionsArchivist
getSunConfigurationDDFile
public DeploymentDescriptorFile getSunConfigurationDDFile(RootDeploymentDescriptor descriptor)
- Overrides:
getSunConfigurationDDFile in class ExtensionsArchivist
getScanner
public ModuleScanner getScanner()
- Returns the scanner for this archivist, usually it is the scanner registered
with the same module type as this archivist, but subclasses can return a
different version
- Overrides:
getScanner in class ExtensionsArchivist
supportsModuleType
public boolean supportsModuleType(XModuleType moduleType)
- Specified by:
supportsModuleType in class ExtensionsArchivist
getModuleType
public XModuleType getModuleType()
- Specified by:
getModuleType in class ExtensionsArchivist
getDefaultDescriptor
public RootDeploymentDescriptor getDefaultDescriptor()
- Specified by:
getDefaultDescriptor in class ExtensionsArchivist
Copyright © 2012 GlassFish Community. All Rights Reserved.