Uses of Class
com.rhi.architecture.batch.AuditAgent

Packages that use AuditAgent
com.rhi.architecture.batch   
com.rhi.architecture.parc   
com.rhi.architecture.parc.adapter   
 

Uses of AuditAgent in com.rhi.architecture.batch
 

Subclasses of AuditAgent in com.rhi.architecture.batch
 class AbstractAuditAgent
          Abstract Audit Agent providing common audit count functionality
 class NullAuditAgent
          Empty implementation to facilitate ease of use when developing new PARC applications.
 

Methods in com.rhi.architecture.batch that return AuditAgent
 AuditAgent BatchApplication.getAuditAgent()
          Return the audit agent to be used to perform audits.
static AuditAgent AuditAgent.getInstance(java.lang.String className)
          Factory method allowing the framework to load any audit agent as long as it's in the classpath.
 

Uses of AuditAgent in com.rhi.architecture.parc
 

Methods in com.rhi.architecture.parc that return AuditAgent
 AuditAgent PipelineProcess.getAuditAgent()
          Returns the auditAgent.
 AuditAgent Adapter.getAuditAgent()
          get audit agent
 

Methods in com.rhi.architecture.parc with parameters of type AuditAgent
 void PipelineProcess.setAuditAgent(AuditAgent auditAgent)
          Sets the auditAgent.
 void Adapter.setAuditAgent(AuditAgent agent)
          Set method to tell the InputAdapter what audit agent to use.
 

Uses of AuditAgent in com.rhi.architecture.parc.adapter
 

Methods in com.rhi.architecture.parc.adapter that return AuditAgent
 AuditAgent AbstractOutputAdapter.getAuditAgent()
          get audit agent
 AuditAgent AbstractInputAdapter.getAuditAgent()
          get audit agent
 

Methods in com.rhi.architecture.parc.adapter with parameters of type AuditAgent
 void AbstractOutputAdapter.setAuditAgent(AuditAgent agent)
          Set method to tell the OutputAdapter what audit agent to use.
 void AbstractInputAdapter.setAuditAgent(AuditAgent agent)
          Set method to tell the InputAdapter what audit agent to use.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.