Skip to Content.
Sympa Menu

notify-dpml - r1564 - 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: r1564 - trunk/main/metro/model/src/main/net/dpml/metro
  • Date: Sun, 16 Jul 2006 06:45:46 +0200

Author: mcconnell
Date: 2006-07-16 06:45:35 +0200 (Sun, 16 Jul 2006)
New Revision: 1564

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


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:18:43 UTC (rev 1563)
+++ trunk/main/metro/model/src/main/net/dpml/metro/ContextModel.java
2006-07-16 04:45:35 UTC (rev 1564)
@@ -22,6 +22,8 @@
import java.rmi.RemoteException;

import net.dpml.metro.info.EntryDescriptor;
+import net.dpml.metro.info.PartReference;
+
import net.dpml.component.Directive;

import net.dpml.lang.UnknownKeyException;
@@ -68,4 +70,14 @@
* @exception RemoteException if a remote exception occurs
*/
void validate() throws ValidationException, RemoteException;
+
+ /**
+ * Set a context entry directive value.
+ * @param key the context entry key
+ * @param directive the context entry directive
+ * @exception UnknownKeyException if the key is unknown
+ * @exception RemoteException if a remote I/O error occurs
+ */
+ void setEntryDirective( String key, Directive directive )
+ throws UnknownKeyException, RemoteException;
}




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