Skip to Content.
Sympa Menu

notify-dpml - r1565 - trunk/main/metro/model/src/main/net/dpml/metro

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1565 - trunk/main/metro/model/src/main/net/dpml/metro
  • Date: Sun, 16 Jul 2006 06:46:16 +0200

Author: mcconnell
Date: 2006-07-16 06:46:14 +0200 (Sun, 16 Jul 2006)
New Revision: 1565

Modified:
trunk/main/metro/model/src/main/net/dpml/metro/ContextModel.java
Log:
checkstyle

Modified: trunk/main/metro/model/src/main/net/dpml/metro/ContextModel.java
===================================================================
--- trunk/main/metro/model/src/main/net/dpml/metro/ContextModel.java
2006-07-16 04:45:35 UTC (rev 1564)
+++ trunk/main/metro/model/src/main/net/dpml/metro/ContextModel.java
2006-07-16 04:46:14 UTC (rev 1565)
@@ -80,4 +80,18 @@
*/
void setEntryDirective( String key, Directive directive )
throws UnknownKeyException, RemoteException;
+
+ /**
+ * Apply an array of tagged directive as an atomic operation.
Application of
+ * directives to the context model is atomic such that changes are
applied under an
+ * 'all-or-nothing' policy.
+ *
+ * @param directives an array of part references
+ * @exception UnknownKeyException if a key within the array does not
match a
+ * key within the context model.
+ * @exception RemoteException if a remote I/O error occurs
+ */
+ void setEntryDirectives( PartReference[] directives )
+ throws UnknownKeyException, RemoteException;
+
}




  • r1565 - trunk/main/metro/model/src/main/net/dpml/metro, mcconnell at BerliOS, 07/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page