/**
  * File: 		MAX_STATIC_SUBGROUP_ID.java
  * Content: 	part of the RMI specification of sensei domains
  *           Const value
  * Author: 	LuisM Pena
  * Date: 		27th October 2001
  * Version:  0.51.00
  * Last change:
  *
  **/


package sensei.middleware.domains;

public interface MAX_STATIC_SUBGROUP_ID
{
    public static final int value = 65535;
}