jgroup.relacs.daemon
Interface DaemonMsg

All Known Implementing Classes:
MsgMcast

public interface DaemonMsg

The DaemonMsg interface must be implemented by all daemon message types that should be passed to the mss.

Since:
Jgroup 1.2
Author:
Hein Meling

Method Summary
 OutMessage getOutMessage()
          Returns the OutMessage containing the daemon level message data.
 int size()
          Returns the size of the daemon level message data, excluding any headers imposed by the mss.
 

Method Detail

size

int size()
Returns the size of the daemon level message data, excluding any headers imposed by the mss.


getOutMessage

OutMessage getOutMessage()
Returns the OutMessage containing the daemon level message data.



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.