Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.apps.common.statistic.management.debug
Interface AuditLogDebugMBean


public interface AuditLogDebugMBean

Interface of audit log debug MBean, used only for test.

Author:
Copyright (c) 2009 by Oracle corp. All Rights Reserved.

Method Summary
 void generateBusyHourCPS(String groupName, String start, String end, int threshold)
          Generate busy hour cps.
 void insertOrgTestData(String groupName, String start, String end, int exceedHour)
          Insert og cps test data.

 

Method Detail

insertOrgTestData

void insertOrgTestData(String groupName,
                       String start,
                       String end,
                       int exceedHour)
                       throws Exception
Insert og cps test data.
Parameters:
groupName - name of group.
start - cps count start date,format is 'yyyy-MM-dd'.
end - cps count end date, format is 'yyyy-MM-dd'.
exceedHour - in which hour should has max cps.
Throws:
Exception - exception during process.

generateBusyHourCPS

void generateBusyHourCPS(String groupName,
                         String start,
                         String end,
                         int threshold)
                         throws Exception
Generate busy hour cps.
Parameters:
groupName - name of group.
start - cps count start date,format is 'yyyy-MM-dd'.
end - cps count end date, format is 'yyyy-MM-dd'.
threshold - cps threshold.
Throws:
Exception - exception during process.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.