All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.Conf

java.lang.Object
   |
   +----JavaGroups.Conf

public class Conf
extends Object
Merely used for configuration purposes instead of configuration files that are parsed at start time.


Variable Index

 o DEFAULT_MSG
Message types (Message.type) IDs 0-9 are reserved.
 o FD_MSG
 o GMS_MSG

Constructor Index

 o Conf()

Method Index

 o Type2String(int)

Variables

 o DEFAULT_MSG
 public static final int DEFAULT_MSG
Message types (Message.type) IDs 0-9 are reserved. Protocol layers start from 10. Each new protocol must register its ID here. IDs must be unique.

 o GMS_MSG
 public static final int GMS_MSG
 o FD_MSG
 public static final int FD_MSG

Constructors

 o Conf
 public Conf()

Methods

 o Type2String
 public static String Type2String(int t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index