org.openejb.alt.config
Class EjbJarUtils
java.lang.Object
org.openejb.alt.config.EjbJarUtils
public class EjbJarUtils
- extends Object
- Author:
- David Blevins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messages
public static final Messages messages
logger
public static final Logger logger
EjbJarUtils
public EjbJarUtils(String jarLocation)
throws OpenEJBException
- Throws:
OpenEJBException
getJarLocation
public String getJarLocation()
getEjbJar
public EjbJar getEjbJar()
getOpenejbJar
public OpenejbJar getOpenejbJar()
setOpenejbJar
public void setOpenejbJar(OpenejbJar openejbJar)
writeEjbJar
public void writeEjbJar(String xmlFile)
throws OpenEJBException
- Throws:
OpenEJBException
moveJar
public static String moveJar(String jar,
boolean overwrite)
throws OpenEJBException
- Throws:
OpenEJBException
copyJar
public static String copyJar(String jar,
boolean overwrite)
throws OpenEJBException
- Throws:
OpenEJBException
getUsableContainers
public static Container[] getUsableContainers(Container[] containers,
Bean bean)
getBeans
public Bean[] getBeans()
handleException
public static void handleException(String errorCode,
Object arg0,
Object arg1,
Object arg2,
Object arg3)
throws OpenEJBException
- Throws:
OpenEJBException
handleException
public static void handleException(String errorCode,
Object arg0)
throws OpenEJBException
- Throws:
OpenEJBException
handleException
public static void handleException(String errorCode)
throws OpenEJBException
- Throws:
OpenEJBException
checkForOpenejbJar
public static boolean checkForOpenejbJar(String jarFile)
throws OpenEJBException
- Throws:
OpenEJBException
writeOpenejbJar
public static void writeOpenejbJar(String xmlFile,
OpenejbJar openejbJarObject)
throws OpenEJBException
- Throws:
OpenEJBException
Copyright © 1999-2012 OpenEJB. All Rights Reserved.