ix.util
Interface IPC.InputMessage
- All Superinterfaces: 
 - Annotated
 
- All Known Implementing Classes: 
 - IPC.BasicInputMessage, IPlanOptionManager.PseudoMessage, IPlanOptionManager.ReportMessage, IPlanOptionManager.SyncMessage, SyncStateClient.ChangeMessage, SyncStateClient.DeleteMessage
 
- Enclosing class:
 - IPC
 
public static interface IPC.InputMessage
- extends Annotated
 
An object that represents an incoming message.  The InputMessage
 provides a place for information that is not part of the message
 contents but may be used for debugging or for operations such as
 sending replies.  In later versions, this interface may include
 methods for accessing such information.
 
 
getContents
java.lang.Object getContents()