Package org.jboss.jca.deployers.fungal
Class Constants
- java.lang.Object
-
- org.jboss.jca.deployers.fungal.Constants
-
public class Constants extends Object
Constants for the deployer chains- Author:
- Jesper Pedersen
-
-
Field Summary
Fields Modifier and Type Field Description static intDSXML_DEPLOYER-ds.xml deployerstatic intRA_DEPLOYER.rar deployerstatic intRAXML_DEPLOYER-ra.xml deployer
-
-
-
Field Detail
-
RA_DEPLOYER
public static final int RA_DEPLOYER
.rar deployer- See Also:
- Constant Field Values
-
RAXML_DEPLOYER
public static final int RAXML_DEPLOYER
-ra.xml deployer- See Also:
- Constant Field Values
-
DSXML_DEPLOYER
public static final int DSXML_DEPLOYER
-ds.xml deployer- See Also:
- Constant Field Values
-
-