dist1.acb.common.transport
Interface StringMessage

All Known Implementing Classes:
RequestWithStringMessage, ResponseWithStringMessage

public interface StringMessage

StringMessage

Version:
$Revision: 1.2 $
Author:
Alexander Stasiv

Method Summary
 java.lang.String getMsg()
          Getter for property msg.
 void setMsg(java.lang.String msg)
          Setter for property msg.
 

Method Detail

setMsg

public void setMsg(java.lang.String msg)
Setter for property msg.

Parameters:
msg - New value of property msg.

getMsg

public java.lang.String getMsg()
Getter for property msg.

Returns:
Value of property msg.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.