org.objectweb.cjdbc.controller.virtualdatabase.protocol
Class CJDBCGroupMessage

java.lang.Object
  extended byorg.objectweb.tribe.messages.ChannelMessage
      extended byorg.objectweb.tribe.messages.GroupMessage
          extended byorg.objectweb.cjdbc.controller.virtualdatabase.protocol.CJDBCGroupMessage
All Implemented Interfaces:
java.io.Serializable

public class CJDBCGroupMessage
extends org.objectweb.tribe.messages.GroupMessage

This class defines a CJDBCGroupMessage.

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
static long defaultCastTimeOut
          The default timeout when waiting for group message
private static long serialVersionUID
           
 
Fields inherited from class org.objectweb.tribe.messages.ChannelMessage
 
Constructor Summary
CJDBCGroupMessage(java.io.Serializable msg, org.objectweb.tribe.common.GroupIdentifier gid)
          Creates a new CJDBCGroupMessage object
 
Methods inherited from class org.objectweb.tribe.messages.GroupMessage
getMessage
 
Methods inherited from class org.objectweb.tribe.messages.ChannelMessage
addChunk, deliverMessage, getByteArray, getChunks, getDestinationKey, removeChunk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

defaultCastTimeOut

public static long defaultCastTimeOut
The default timeout when waiting for group message

Constructor Detail

CJDBCGroupMessage

public CJDBCGroupMessage(java.io.Serializable msg,
                         org.objectweb.tribe.common.GroupIdentifier gid)
Creates a new CJDBCGroupMessage object

Parameters:
msg - Message to send
gid - Group id where to send the message


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.