com.voidsearch.voidbase.storage.distributed.message
Class Message

java.lang.Object
  extended by com.voidsearch.voidbase.storage.distributed.message.Message
All Implemented Interfaces:
MessageProcessor
Direct Known Subclasses:
ContentMessage, KeepAliveMessage

public abstract class Message
extends java.lang.Object
implements MessageProcessor


Constructor Summary
Message()
           
Message(byte[] content)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.voidsearch.voidbase.storage.distributed.message.MessageProcessor
process
 

Constructor Detail

Message

public Message()

Message

public Message(byte[] content)
        throws MessageProcessorException
Throws:
MessageProcessorException


Copyright © 2009. All Rights Reserved.