Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.impl.mbean
Interface ExecutorMBeanClient

All Known Implementing Classes:
ExecutorMBeanClientImpl

public interface ExecutorMBeanClient

Provide client APIs in order to invoke instances of the diagnostics executor MBean in order to run specific tests.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/impl/mbean/ExecutorMBeanClient.java /main/2 2008/11/21 11:09:16 viramac Exp $
Author:
Oracle

Method Summary
 java.util.Map<java.lang.String,java.lang.String> executeTest(java.lang.String pDomainServerURL, javax.management.ObjectName pExecutorMBeanObjectName, java.lang.String pRunId, java.util.List<java.lang.String> pTestNames, java.util.Map<java.lang.String,NameValueList> pParameters, NameValueList pUserContext, java.util.Map<java.lang.String,java.lang.String> pRunParams)
          Client API to execute a specific test within a given run ID, by invoking the appropriate instance of the executor mbean.
 

Method Detail

executeTest

java.util.Map<java.lang.String,java.lang.String> executeTest(java.lang.String pDomainServerURL,
                                                             javax.management.ObjectName pExecutorMBeanObjectName,
                                                             java.lang.String pRunId,
                                                             java.util.List<java.lang.String> pTestNames,
                                                             java.util.Map<java.lang.String,NameValueList> pParameters,
                                                             NameValueList pUserContext,
                                                             java.util.Map<java.lang.String,java.lang.String> pRunParams)
Client API to execute a specific test within a given run ID, by invoking the appropriate instance of the executor mbean.

Parameters:
pDomainServerURL - - URL to the domain server where the mbean resides
pExecutorMBeanObjectName - - object name for the exeucutor mbean
pRunId - - Run ID for the test execution
pTestNames - - fully qualified names for the test to execute
pParameters - - any parameters for the test execution in a map keyed by the test name
pUserContext - - any user-context to be propagated to the mbean invocation.
pRunParams - - run parameters to be used in worker mode
Returns:
a map of execution IDs returned by the remote mbeans keyed by the test names.

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.