com.cometway.ak
Class AgentMessage

java.lang.Object
  extended by com.cometway.props.Props
      extended by com.cometway.ak.AgentMessage
Direct Known Subclasses:
AgentRequest

public class AgentMessage
extends Props

This data class represents a set of Properties that can be passed from one Agent to another Agent.


Field Summary
protected  Props props
           
 
Constructor Summary
AgentMessage()
          Creates a request instance using its own Props.
AgentMessage(Props props)
          Creates a request instance referencing the specified Props.
 
Method Summary
 Props getProps()
          Returns a reference to the Props assigned to this request.
 
Methods inherited from class com.cometway.props.Props
addListener, append, copy, copyFrom, copyTo, decrementInteger, dump, enableListeners, enumerateKeys, format, getBoolean, getByteArray, getCharacter, getDate, getDate, getDateString, getDouble, getFloat, getHexString, getInteger, getKeys, getLong, getNextKey, getProperty, getProperty, getPropsContainer, getSize, getString, getString, getTokens, getTokens, getTrimmedString, getVector, hasProperty, incrementInteger, insertProps, loadProps, notifyPropsChanged, notifyPropsChangedIgnore, notifyPropsChangedIgnore, parse, propertyMatchesRegEx, readFromFile, regExPropertyMatches, removeAll, removeListener, removeProperty, resumeNotify, saveProps, set, setBoolean, setCharacter, setDefault, setDouble, setFloat, setInteger, setLong, setProperty, setProperty, setProperty, setPropsContainer, suspendNotify, toString, writeToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

props

protected Props props
Constructor Detail

AgentMessage

public AgentMessage()
Creates a request instance using its own Props.


AgentMessage

public AgentMessage(Props props)
Creates a request instance referencing the specified Props.

Method Detail

getProps

public Props getProps()
Returns a reference to the Props assigned to this request.