/**
  * File: 		DynamicSubgroupInfo.java
  * Content: 	part of the RMI specification of sensei domains
  *           Defines the information associated to a dynamic subgroup, supplied by the application
  * Author: 	LuisM Pena
  * Date: 		27th October 2001
  * Version:  0.51.00
  * Last change:
  *
  **/


package sensei.middleware.domains;

/**
 * Defines the information associated to a dynamic subgroup, supplied by the application
 */
public class DynamicSubgroupInfo
  implements java.io.Serializable
{
}