|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.ericsson.eto.norarc.javaframe.Message
Defines the asynchronous messages that is passed within our javaframe systems
Field Summary | |
Message |
nextMessage
|
Constructor Summary | |
Message()
|
Method Summary | |
void |
del()
Del is used to return Messages to a subtype-specific freelist. |
Message |
duplicate()
Duplicates the message by making a clone |
java.lang.String |
messageContent()
Returns the content of the message parameters as a String |
java.lang.String |
messageName()
Returns the name of the Message class as a String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Message nextMessage
Constructor Detail |
public Message()
Method Detail |
public final java.lang.String messageName()
public java.lang.String messageContent()
public final Message duplicate() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void del()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |