Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

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

List of all members.

Public Member Functions

 CJDBCGroupMessage (Serializable msg, GroupIdentifier gid)

Static Public Attributes

long defaultCastTimeOut = 0

Detailed Description

This class defines a CJDBCGroupMessage.

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 38 of file CJDBCGroupMessage.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.virtualdatabase.protocol.CJDBCGroupMessage.CJDBCGroupMessage Serializable  msg,
GroupIdentifier  gid
 

Creates a new CJDBCGroupMessage object

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

Definition at line 46 of file CJDBCGroupMessage.java.

00047   {
00048     super(msg, gid);
00049   }


Member Data Documentation

long org.objectweb.cjdbc.controller.virtualdatabase.protocol.CJDBCGroupMessage.defaultCastTimeOut = 0 [static]
 

The default timeout when waiting for group message

Definition at line 54 of file CJDBCGroupMessage.java.


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:04:47 2005 for C-JDBC by  doxygen 1.3.9.1