gov.nasa.arc.brahms.vm.api.jagt
Class ExternalAgentRecord

java.lang.Object
  extended by gov.nasa.arc.brahms.vm.api.jagt.ExternalAgentRecord

public class ExternalAgentRecord
extends java.lang.Object

ExternalAgentRecord specifies the references to both the Brahms agent representation for an external agent and the Java external agent instance.

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:03:31 $ $Author: rvhoof $
Author:
Ron van Hoof

Constructor Summary
ExternalAgentRecord(IAgent brahmsEA, IExternalAgent javaEA)
          Constructor, creates a new ExternalAgentRecord with the specified Brahms representation and Java implementation external agent references.
 
Method Summary
 IAgent getBrahmsAgent()
          Returns the Brahms representation of the external agent.
 IExternalAgent getJavaAgent()
          Returns the Java implementation for the external agent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalAgentRecord

public ExternalAgentRecord(IAgent brahmsEA,
                           IExternalAgent javaEA)
Constructor, creates a new ExternalAgentRecord with the specified Brahms representation and Java implementation external agent references.

Parameters:
brahmsEA - the Brahms external agent representation
javaEA - the Java implementation for the external agent
Method Detail

getBrahmsAgent

public IAgent getBrahmsAgent()
Returns the Brahms representation of the external agent.

Returns:
IAgent the Brahms representation of the external agent

getJavaAgent

public IExternalAgent getJavaAgent()
Returns the Java implementation for the external agent.

Returns:
IExternalAgent the external agent implementation


Copyright © 1997-2012 All Rights Reserved.