Package com.sun.enterprise.diagnostics.collect

Examples of com.sun.enterprise.diagnostics.collect.WritableDataImpl.addChild()


     * Capture config information
     * @throw DiagnosticException
     */
    public Data capture() throws DiagnosticException {
        WritableDataImpl dataObj = new WritableDataImpl();
        dataObj.addChild(super.captureXMLFile(EEConstants.DOMAIN_XML));
        dataObj.addChild(super.captureFile(EEConstants.SERVER_POLICY));
        dataObj.addChild(super.captureFile(EEConstants.LOGIN_CONF));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_DAS_PROPERTIES));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_PROPERTIES));
       
View Full Code Here


     * @throw DiagnosticException
     */
    public Data capture() throws DiagnosticException {
        WritableDataImpl dataObj = new WritableDataImpl();
        dataObj.addChild(super.captureXMLFile(EEConstants.DOMAIN_XML));
        dataObj.addChild(super.captureFile(EEConstants.SERVER_POLICY));
        dataObj.addChild(super.captureFile(EEConstants.LOGIN_CONF));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_DAS_PROPERTIES));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_PROPERTIES));
       
        return dataObj;
View Full Code Here

     */
    public Data capture() throws DiagnosticException {
        WritableDataImpl dataObj = new WritableDataImpl();
        dataObj.addChild(super.captureXMLFile(EEConstants.DOMAIN_XML));
        dataObj.addChild(super.captureFile(EEConstants.SERVER_POLICY));
        dataObj.addChild(super.captureFile(EEConstants.LOGIN_CONF));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_DAS_PROPERTIES));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_PROPERTIES));
       
        return dataObj;
     }//captureConfigFiles
View Full Code Here

    public Data capture() throws DiagnosticException {
        WritableDataImpl dataObj = new WritableDataImpl();
        dataObj.addChild(super.captureXMLFile(EEConstants.DOMAIN_XML));
        dataObj.addChild(super.captureFile(EEConstants.SERVER_POLICY));
        dataObj.addChild(super.captureFile(EEConstants.LOGIN_CONF));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_DAS_PROPERTIES));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_PROPERTIES));
       
        return dataObj;
     }//captureConfigFiles
}
View Full Code Here

        WritableDataImpl dataObj = new WritableDataImpl();
        dataObj.addChild(super.captureXMLFile(EEConstants.DOMAIN_XML));
        dataObj.addChild(super.captureFile(EEConstants.SERVER_POLICY));
        dataObj.addChild(super.captureFile(EEConstants.LOGIN_CONF));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_DAS_PROPERTIES));
        dataObj.addChild(super.captureFile(EEConstants.NODEAGENT_PROPERTIES));
       
        return dataObj;
     }//captureConfigFiles
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.