Package com.sun.appserv.management.config

Examples of com.sun.appserv.management.config.ObjectType


       
        if (AppClientModuleConfig.J2EE_TYPE.equals(appType))
            return true;
       
        Set configs = AMXUtil.getQueryMgr().queryJ2EETypeNameSet(appType, appName);
        ObjectType appConfig = (ObjectType) configs.iterator().next();
        String objectType = appConfig.getObjectType();
        return (ObjectTypeValues.USER.equalsIgnoreCase(objectType)) ? true: false;
    }
View Full Code Here

TOP

Related Classes of com.sun.appserv.management.config.ObjectType

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.