org.jboss.jca.deployers.fungal
Class RADeployer

java.lang.Object
  extended by org.jboss.jca.deployers.fungal.AbstractResourceAdapterDeployer
      extended by org.jboss.jca.deployers.fungal.RADeployer
All Implemented Interfaces:
com.github.fungal.spi.deployers.Deployer, com.github.fungal.spi.deployers.DeployerOrder, com.github.fungal.spi.deployers.MultiStageDeployer

public final class RADeployer
extends AbstractResourceAdapterDeployer
implements com.github.fungal.spi.deployers.Deployer, com.github.fungal.spi.deployers.MultiStageDeployer, com.github.fungal.spi.deployers.DeployerOrder

The RA deployer for JCA/SJC

Author:
Jesper Pedersen, Jeff Zhang, Stefano Maestri

Constructor Summary
RADeployer()
          Constructor
 
Method Summary
 com.github.fungal.spi.deployers.Deployment deploy(URL url, ClassLoader parent)
          Deploy
 int getOrder()
          Deployer order
 
Methods inherited from class org.jboss.jca.deployers.fungal.AbstractResourceAdapterDeployer
associateResourceAdapter, bindConnectionFactory, bindConnectionFactory, createPoolConfiguration, findConnectionDefinition, getConfiguration, getUrls, hasFailuresLevel, initAndInject, setConfiguration, start, startContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RADeployer

public RADeployer()
Constructor

Method Detail

getOrder

public int getOrder()
Deployer order

Specified by:
getOrder in interface com.github.fungal.spi.deployers.DeployerOrder
Returns:
The deployment

deploy

public com.github.fungal.spi.deployers.Deployment deploy(URL url,
                                                         ClassLoader parent)
                                                  throws com.github.fungal.spi.deployers.DeployException
Deploy

Specified by:
deploy in interface com.github.fungal.spi.deployers.Deployer
Parameters:
url - The url
parent - The parent classloader
Returns:
The deployment
Throws:
com.github.fungal.spi.deployers.DeployException - Thrown if an error occurs during deployment


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)