KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > proactive > core > group > ProActiveGroupManagerFactory


1 /*
2  * Created on Mar 29, 2004
3  */

4 package org.objectweb.proactive.core.group;
5
6 /**
7  * @author Laurent Baduel
8  */

9 public interface ProActiveGroupManagerFactory {
10
11     public ProActiveGroupManager newProActiveGroupManager();
12
13 }
14
Popular Tags