ix.util
Class IPC.BasicInputMessage

java.lang.Object
  extended by ix.icore.AbstractAnnotatedObject
      extended by ix.util.IPC.BasicInputMessage
All Implemented Interfaces:
Annotated, IPC.InputMessage, java.io.Serializable
Direct Known Subclasses:
IPlanOptionManager.PseudoMessage
Enclosing class:
IPC

public static class IPC.BasicInputMessage
extends AbstractAnnotatedObject
implements IPC.InputMessage

A minimal implementation of InputMessage.

See Also:
Serialized Form

Field Summary
protected  java.lang.Object contents
           
 
Fields inherited from class ix.icore.AbstractAnnotatedObject
annotationListeners, annotations
 
Constructor Summary
IPC.BasicInputMessage(java.lang.Object contents)
           
 
Method Summary
 java.lang.Object getContents()
           
 
Methods inherited from class ix.icore.AbstractAnnotatedObject
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ix.icore.Annotated
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations
 

Field Detail

contents

protected java.lang.Object contents
Constructor Detail

IPC.BasicInputMessage

public IPC.BasicInputMessage(java.lang.Object contents)
Method Detail

getContents

public java.lang.Object getContents()
Specified by:
getContents in interface IPC.InputMessage