Class Message

  • Direct Known Subclasses:
    Event, EventResponse, Request, Response

    public abstract class Message
    extends java.lang.Object
    A message is either a request or a response sent to or from the daemon. All messages must inherit from this class. Messages can be serialized/deserialized using the MessageFactory.
    • Constructor Summary

      Constructors 
      Constructor Description
      Message()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail