Package com.sun.faban.harness.agent

Examples of com.sun.faban.harness.agent.OracleAgent.clearLogs()


     */
    public void clearLogs(String serverMachine) {

        OracleAgent oracleAgent = (OracleAgent) allAgents.get(serverMachine);
        try {
            oracleAgent.clearLogs();           
        } catch (Exception e) {
            logger.severe("Failed to clear Oracle Logs for " + serverMachine + " " + e);
            logger.log(Level.FINE, "Exception", e);
        }
    }
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.