|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.msgsys.Message
atavism.msgsys.SubjectMessage
public class SubjectMessage
A message about an object. The subject object is identified by OID.
Field Summary | |
---|---|
protected OID |
oid
|
Constructor Summary | |
---|---|
SubjectMessage()
|
|
SubjectMessage(MessageType msgType)
Create message of the given message type. |
|
SubjectMessage(MessageType msgType,
OID oid)
Create message of the given message type and subject. |
Method Summary | |
---|---|
OID |
getSubject()
Get the message subject. |
void |
setSubject(OID oid)
Set the message subject OID. |
java.lang.String |
toString()
|
Methods inherited from class atavism.msgsys.Message |
---|
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected OID oid
Constructor Detail |
---|
public SubjectMessage()
public SubjectMessage(MessageType msgType)
public SubjectMessage(MessageType msgType, OID oid)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public OID getSubject()
public void setSubject(OID oid)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |