Package com.sun.enterprise.admin.servermgmt

Examples of com.sun.enterprise.admin.servermgmt.SMFService


   
    public static final Service getService() {
        //this should be made more dynamic, but since for this release,
        //we don't have any other platforms, I am doing it rather ugly way.
        if (OS.isSun() && new File(SMFService.SVCADM).exists())
            return ( new SMFService() );
        else {
            throw new RuntimeException("noSuitableServiceImplementation");
        }
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.admin.servermgmt.SMFService

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.