|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.agents.MAMessage
public class MAMessage
| Nested Class Summary | |
|---|---|
static class |
MAMessage.Type
|
| Constructor Summary | |
|---|---|
MAMessage(byte[] message)
|
|
MAMessage(byte[] data,
AgentHandle fromHandle,
MAMessage.Type type)
|
|
| Method Summary | |
|---|---|
byte[] |
getData()
|
AgentHandle |
getFromHandle()
|
MAMessage.Type |
getType()
|
byte[] |
toByteArray()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MAMessage(byte[] data,
AgentHandle fromHandle,
MAMessage.Type type)
public MAMessage(byte[] message)
| Method Detail |
|---|
public byte[] toByteArray()
public byte[] getData()
public AgentHandle getFromHandle()
public MAMessage.Type getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||