se.ericsson.eto.norarc.javaframe
Class Message

java.lang.Object
  extended byse.ericsson.eto.norarc.javaframe.Message
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
StartMessage, TimerMsg

public class Message
extends java.lang.Object
implements java.lang.Cloneable

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

nextMessage

public Message nextMessage
Constructor Detail

Message

public Message()
Method Detail

messageName

public final java.lang.String messageName()
Returns the name of the Message class as a String


messageContent

public java.lang.String messageContent()
Returns the content of the message parameters as a String


duplicate

public final Message duplicate()
                        throws java.lang.CloneNotSupportedException
Duplicates the message by making a clone

Throws:
java.lang.CloneNotSupportedException

del

public void del()
Del is used to return Messages to a subtype-specific freelist. The default is empty since no freelist is assumed