org.apache.geronimo.connector.deployment
Class RARConfigurer

java.lang.Object
  extended by org.apache.geronimo.connector.deployment.RARConfigurer
All Implemented Interfaces:
ModuleConfigurer

public class RARConfigurer
extends Object
implements ModuleConfigurer


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
RARConfigurer()
           
 
Method Summary
 DeploymentConfiguration createConfiguration(DeployableObject deployable)
          JSR88 method for getting the vendor part of the deployment configuration
static GBeanInfo getGBeanInfo()
           
 ModuleType getModuleType()
          Supply the module type this configurer handles for indexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

RARConfigurer

public RARConfigurer()
Method Detail

createConfiguration

public DeploymentConfiguration createConfiguration(DeployableObject deployable)
Description copied from interface: ModuleConfigurer
JSR88 method for getting the vendor part of the deployment configuration

Specified by:
createConfiguration in 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:
getModuleType in interface ModuleConfigurer
Returns:
ModuleType handled by this Configurer.

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.