Package org.glassfish.api.admin.config

Examples of org.glassfish.api.admin.config.ApplicationName


        return getReservePrefixedJNDIName(ConnectorConstants.DD_PREFIX, moduleName);
    }

    public static boolean isStandAloneRA(String moduleName){
      ConfigBeansUtilities cbu = getConfigBeansUtilities();
      ApplicationName an = null;
      if (cbu != null) {
        an = cbu.getModule(moduleName);
      }
        return (an != null);
    }
View Full Code Here

TOP

Related Classes of org.glassfish.api.admin.config.ApplicationName

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.