jgroup.relacs.daemon
Class MsgMcast

java.lang.Object
  extended by jgroup.relacs.daemon.MsgMcast
All Implemented Interfaces:
DaemonMsg, MssConstants

public final class MsgMcast
extends java.lang.Object
implements MssConstants, DaemonMsg

The MsgMcast class

Since:
Jgroup 0.1
Author:
Alberto Montresor

Field Summary
 
Fields inherited from interface jgroup.relacs.mss.MssConstants
ALL, EHANDLER_PRIORITY, HEADER_SIZE, MINIMUM_ALIVE_VALUE, MSS_HEADER_SIZE, MSSUSER_PRIORITY, NACKSUPPRESSION, NI_PRIORITY, OVERHEAD_SIZE, ROUTING_ENABLED, TRAILER_SIZE, UNDEF, UNREACHABLE
 
Method Summary
static java.io.OutputStream createOutputStream()
           
 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.
 java.lang.String toString()
          Returns a string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createOutputStream

public static java.io.OutputStream createOutputStream()

size

public int size()
Description copied from interface: DaemonMsg
Returns the size of the daemon level message data, excluding any headers imposed by the mss.

Specified by:
size in interface DaemonMsg

getOutMessage

public OutMessage getOutMessage()
Description copied from interface: DaemonMsg
Returns the OutMessage containing the daemon level message data.

Specified by:
getOutMessage in interface DaemonMsg

toString

public java.lang.String toString()
Returns a string representation of this object

Overrides:
toString in class java.lang.Object


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