Mail Archive Home | fractal-commits List | March 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
a builder for connectors
--- sandbox/ervalerio/fractal-jgroups/src/main/java/org/objectweb/fractal/adl/connector/ConnectorBuilder.java 2007-03-30 09:08:12 UTC (rev 2038)
+++ sandbox/ervalerio/fractal-jgroups/src/main/java/org/objectweb/fractal/adl/connector/ConnectorBuilder.java 2007-03-30 09:38:20 UTC (rev 2039)
@@ -0,0 +1,18 @@
+package org.objectweb.fractal.adl.connector;
+
+/**
+ * A builder interface to build connectors
+ *
+ * @author valerio.schiavoni@xxxxxxxxx
+ *
+ */
+public interface ConnectorBuilder {
+ /**
+ *
+ * @param type the type of the connctor to build
+ * @param config the configuration of the connector
+ * @param pushItf the client interface where this connector should be plugged
+ * @param pullItf the
+ */
+ public void buildConnector(int type, String config, String pushItf, String pullItf);
+}
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.