Class JavaAgent.resource.AgentAddress
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaAgent.resource.AgentAddress

java.lang.Object
   |
   +----JavaAgent.resource.AgentAddress

public class AgentAddress
extends Object
Represents the address of an Agent, the information necessary for a CommInterface to send a message.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Constructor Index

 o AgentAddress()

Method Index

 o getValue()
Gets a String representation of the value of the address, used for sending messages about addresses.

Constructors

 o AgentAddress
  public AgentAddress()

Methods

 o getValue
  public abstract String getValue()
Gets a String representation of the value of the address, used for sending messages about addresses.
Returns:
String value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index