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
 DeploymentDescriptorFile getConfigurationDDFile(RootDeploymentDescriptor descriptor)
           
 RootDeploymentDescriptor getDefaultDescriptor()
           
 XModuleType getModuleType()
           
 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)
           
 boolean supportsModuleType(XModuleType moduleType)
           
 
Methods inherited from class com.sun.enterprise.deployment.archivist.ExtensionsArchivist
addExtension, getGFCounterPartConfigurationDDFile, getSunCounterPartConfigurationDDFile, 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

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.