org.glassfish.ejb.deployment.archivist
Class EjbInWarArchivist

java.lang.Object
  extended by com.sun.enterprise.deployment.archivist.ExtensionsArchivist
      extended by org.glassfish.ejb.deployment.archivist.EjbInWarArchivist

@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class EjbInWarArchivist
extends ExtensionsArchivist

Author:
Mahesh Kannan

Field Summary
 
Fields inherited from class com.sun.enterprise.deployment.archivist.ExtensionsArchivist
logger
 
Constructor Summary
EjbInWarArchivist()
           
 
Method Summary
 RootDeploymentDescriptor getDefaultDescriptor()
           
 DeploymentDescriptorFile getGFConfigurationDDFile(RootDeploymentDescriptor descriptor)
           
 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
 DeploymentDescriptorFile getStandardDDFile(RootDeploymentDescriptor descriptor)
           
 DeploymentDescriptorFile getSunConfigurationDDFile(RootDeploymentDescriptor descriptor)
           
 DeploymentDescriptorFile getWLSConfigurationDDFile(RootDeploymentDescriptor descriptor)
           
 boolean supportsModuleType(ArchiveType moduleType)
           
 
Methods inherited from class com.sun.enterprise.deployment.archivist.ExtensionsArchivist
addExtension, getConfigurationDDFile, open, readRuntimeDeploymentDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbInWarArchivist

public EjbInWarArchivist()
Method Detail

getStandardDDFile

public DeploymentDescriptorFile getStandardDDFile(RootDeploymentDescriptor descriptor)
Specified by:
getStandardDDFile in class ExtensionsArchivist
Returns:
the DeploymentDescriptorFile responsible for handling standard deployment descriptor

getWLSConfigurationDDFile

public DeploymentDescriptorFile getWLSConfigurationDDFile(RootDeploymentDescriptor descriptor)
Overrides:
getWLSConfigurationDDFile in class ExtensionsArchivist

getGFConfigurationDDFile

public DeploymentDescriptorFile getGFConfigurationDDFile(RootDeploymentDescriptor descriptor)
Overrides:
getGFConfigurationDDFile 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(ArchiveType moduleType)
Specified by:
supportsModuleType in class ExtensionsArchivist

getDefaultDescriptor

public RootDeploymentDescriptor getDefaultDescriptor()
Specified by:
getDefaultDescriptor in class ExtensionsArchivist


Copyright © 2012. All Rights Reserved.