org.objectweb.jonas_rar.raconfig
Class RAConfig

java.lang.Object
  extended by org.objectweb.jonas_rar.raconfig.RAConfig

public class RAConfig
extends java.lang.Object

This class may be used to parse a resource adapter deployment descriptor and generate the corresponding properties files for the jca service java org.objectweb.jonas.resource.RAConfig -j jndiname -r rarlink -verbose java org.objectweb.jonas_ra.raconfig.RAConfig -u jonas-ra.xml java org.objectweb.jonas_ra.raconfig.RAConfig -dm -p db.properties


Constructor Summary
RAConfig(java.lang.String fileName)
          Constructor
 
Method Summary
 RarDeploymentDesc getRarDeploymentDesc()
           
static void main(java.lang.String[] args)
          Main routine
static void usage()
          Usage of RAConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAConfig

public RAConfig(java.lang.String fileName)
         throws RAConfigException
Constructor

Throws:
RAConfigException
Method Detail

getRarDeploymentDesc

public RarDeploymentDesc getRarDeploymentDesc()

usage

public static void usage()
Usage of RAConfig


main

public static void main(java.lang.String[] args)
                 throws RAConfigException
Main routine

Parameters:
args - String [] input arguments
Throws:
RAConfigException - if an Exception occurs