org.apache.geronimo.j2ee.jsr88
Class EARConfigurer
java.lang.Object
   org.apache.geronimo.j2ee.jsr88.EARConfigurer
org.apache.geronimo.j2ee.jsr88.EARConfigurer
- All Implemented Interfaces: 
- ModuleConfigurer
- public class EARConfigurer 
- extends Object- implements ModuleConfigurer
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
EARConfigurer
public EARConfigurer()
createConfiguration
public DeploymentConfiguration createConfiguration(DeployableObject deployable)
- Description copied from interface: ModuleConfigurer
- JSR88 method for getting the vendor part of the deployment configuration
 
- 
- Specified by:
- createConfigurationin interface- ModuleConfigurer
 
- 
- Parameters:
- deployable- the object the tool is trying to deploy
- Returns:
- the vendor-specific deployment configuration, or null a configurer cannot handle the DeployableObject
 
getModuleType
public ModuleType getModuleType()
- Description copied from interface: ModuleConfigurer
- Supply the module type this configurer handles for indexing
 
- 
- Specified by:
- getModuleTypein interface- ModuleConfigurer
 
- 
- Returns:
- ModuleType handled by this Configurer.
 
getGBeanInfo
public static GBeanInfo getGBeanInfo()
- 
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.