Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.activity.provider
Class AGExecutableResource

java.lang.Object
  extended by oracle.wcps.activity.provider.AGExecutableResource


public abstract class AGExecutableResource
extends java.lang.Object

This class wraps an instance of a single method on the IQuerier implementation


Field Summary
protected static ActivityProviderLogger logger
           
protected  IScenarioContext scenarioContext
           

 

Constructor Summary
protected AGExecutableResource()
           

 

Method Summary
abstract  java.lang.Object execute()
           
 void setScenarioContext(IScenarioContext context)
          Set the scenario context.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

logger

protected static ActivityProviderLogger logger

scenarioContext

protected IScenarioContext scenarioContext

Constructor Detail

AGExecutableResource

protected AGExecutableResource()

Method Detail

execute

public abstract java.lang.Object execute()

setScenarioContext

public void setScenarioContext(IScenarioContext context)
Set the scenario context. This is called from the AGConnection for every scenario execution
Parameters:
context -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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