Package net.gridshield.nexsm.entityclasses

Examples of net.gridshield.nexsm.entityclasses.StatServiceComment


        }
       
        /* comments */
        if (tag.equals("servicecomment")) {
            serviceComment = true;
            scom = new StatServiceComment();
        }
       
        if (tag.equals("hostcomment")) {
            hostComment = true;
            hcom = new StatHostComment();
View Full Code Here

TOP

Related Classes of net.gridshield.nexsm.entityclasses.StatServiceComment

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.