|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cometway.props.Props
com.cometway.ak.AgentMessage
public class AgentMessage
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Props props
| Constructor Detail |
|---|
public AgentMessage()
public AgentMessage(Props props)
| Method Detail |
|---|
public Props getProps()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||