OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | March 2007 Index

<--  Date Index  --> <--  Thread Index  -->

[2039] sandbox/ervalerio/fractal-jgroups/src/main/java/org/objectweb/fractal/adl/connector/ConnectorBuilder.java: a builder for connectors


Title: [2039] sandbox/ervalerio/fractal-jgroups/src/main/java/org/objectweb/fractal/adl/connector/ConnectorBuilder.java: a builder for connectors
Revision
2039
Author
ervalerio
Date
2007-03-30 11:38:20 +0200 (Fri, 30 Mar 2007)

Log Message

a builder for connectors

Added Paths

Diff

Added: sandbox/ervalerio/fractal-jgroups/src/main/java/org/objectweb/fractal/adl/connector/ConnectorBuilder.java (2038 => 2039)


--- 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  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.