Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.0)

E10758-08

oracle.jbo.jbotester.agent
Class Agent

java.lang.Object
  extended by oracle.jbo.jbotester.agent.Agent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandAgent, ConnectAgent, ReconnectAgent

public abstract class Agent
extends java.lang.Object
implements java.io.Serializable

Instances of derived classes are send to and from the BC4J Tester. Within the BC4J Tester process, the agent will be handed a reference to the BC4J Tester's main window. Then the agent will be able to examine the BC4J Tester and return its findings.

Since:
11
Version:
$Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/jbotester/agent/Agent.java /st_jdevadf_patchset_ias/1 2009/09/28 08:34:05 kmchorto Exp $
See Also:
Serialized Form

Constructor Summary
Agent()
           
 
Method Summary
abstract  java.io.Serializable processTesterCommand(javax.swing.JFrame mainFrame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agent

public Agent()
Method Detail

processTesterCommand

public abstract java.io.Serializable processTesterCommand(javax.swing.JFrame mainFrame)

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.0)

E10758-08

Copyright © 1997, 2013, Oracle. All rights reserved.