Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.impl.mbean
Class ExecutorMBeanClientImpl

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.mbean.ExecutorMBeanClientImpl
All Implemented Interfaces:
ExecutorMBeanClient

public class ExecutorMBeanClientImpl
extends java.lang.Object
implements ExecutorMBeanClient

Implementation of the Diagnostics Executor MBean Client

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/ExecutorMBeanClientImpl.java /main/4 2009/06/11 19:54:33 ilawler Exp $
Author:
Oracle

Constructor Summary
ExecutorMBeanClientImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorMBeanClientImpl

public ExecutorMBeanClientImpl()
Method Detail

executeTest

public 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)
Description copied from interface: ExecutorMBeanClient
Client API to execute a specific test within a given run ID, by invoking the appropriate instance of the executor mbean.

Specified by:
executeTest in interface ExecutorMBeanClient
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 Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.