org.objectweb.jonas.jmx.utils
Class ModuleNamingUtils
java.lang.Object
org.objectweb.jonas.jmx.utils.ModuleNamingUtils
public class ModuleNamingUtils
- extends Object
Utility class to build J2eeApplicationNames
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleNamingUtils
public ModuleNamingUtils()
fromURL
public static String fromURL(URL pUrl)
- Build the J2EEApplication name.
- Parameters:
pUrl
- The URL of Ear file
- Returns:
- The J2EEApplication name
fromFileName
public static String fromFileName(String pFilename)
- Build the J2EEApplication name.
- Parameters:
pFilename
- The name of Ear file
- Returns:
- The J2EEApplication name
Copyright © 2007 OW2 Consortium. All Rights Reserved.