com.ibm.rational.rpe.engine.core
Class RPEEngine

java.lang.Object
  extended by com.ibm.rational.rpe.engine.RRDGEngine
      extended by com.ibm.rational.rpe.engine.core.RPEEngine
All Implemented Interfaces:
IControl2, java.lang.Runnable

public class RPEEngine
extends com.ibm.rational.rpe.engine.RRDGEngine

The entry point for RPE document generation. For successful execution a RPE floating license is required. Instances of this class should not be used directly but through a IDocumentGenerator wrapper.

IMPORTANT fails if only user-based licenses are available.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.rational.rpe.engine.RRDGEngine
com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus
 
Constructor Summary
RPEEngine()
           
 
Method Summary
 
Methods inherited from class com.ibm.rational.rpe.engine.RRDGEngine
createSession, error, getConnectionConfigurator, getMCData, getOutResults, getRRDGSession, getStatus, getURIResolver, isDebugMode, isDocumentConfigured, pause, registerListener, resume, run, runDocumentSpecification, runDocumentSpecification, setConnectionConfigurator, setDebugMode, setEchoProgressMessages, setMCData, setURIResolver, stop, unregisterListener, validateDocumentSpecification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPEEngine

public RPEEngine()