mess.extensions
Class MessAddReturnValue

java.lang.Object
  |
  +--mess.extensions.MessSetReturnValue
        |
        +--mess.extensions.MessAddReturnValue

public class MessAddReturnValue
extends MessSetReturnValue


Fields inherited from class mess.extensions.MessSetReturnValue
nm
 
Constructor Summary
MessAddReturnValue(MessAgent nm)
           
 
Method Summary
 String getName()
           
protected  void placeKeyVal(Object key, Object val)
          This method is here to that it can be overriden by addReturnValue
 
Methods inherited from class mess.extensions.MessSetReturnValue
call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessAddReturnValue

public MessAddReturnValue(MessAgent nm)
Method Detail

getName

public String getName()
Overrides:
getName in class MessSetReturnValue

placeKeyVal

protected void placeKeyVal(Object key,
                           Object val)
Description copied from class: MessSetReturnValue
This method is here to that it can be overriden by addReturnValue
Overrides:
placeKeyVal in class MessSetReturnValue
See Also:
MessSetReturnValue