1 /*2 * Created on Mar 29, 20043 */4 package org.objectweb.proactive.core.group;5 6 /**7 * @author Laurent Baduel8 */9 public interface ProActiveGroupManagerFactory {10 11 public ProActiveGroupManager newProActiveGroupManager();12 13 }14