Skip to Content.
Sympa Menu

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

Author: mcconnell
Date: 2006-07-16 06:49:02 +0200 (Sun, 16 Jul 2006)
New Revision: 1566

Removed:
trunk/main/metro/model/src/main/net/dpml/metro/ComponentModelManager.java
trunk/main/metro/model/src/main/net/dpml/metro/ContextModelManager.java
Log:


Deleted:
trunk/main/metro/model/src/main/net/dpml/metro/ComponentModelManager.java
===================================================================
--- trunk/main/metro/model/src/main/net/dpml/metro/ComponentModelManager.java
2006-07-16 04:46:14 UTC (rev 1565)
+++ trunk/main/metro/model/src/main/net/dpml/metro/ComponentModelManager.java
2006-07-16 04:49:02 UTC (rev 1566)
@@ -1,40 +0,0 @@
-/*
- * Copyright 2005-2006 Stephen J. McConnell.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- * implied.
- *
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package net.dpml.metro;
-
-import java.rmi.RemoteException;
-
-/**
- * The ComponentManager interface provides support for manipulatation of
- * a local component model.
- *
- * @author <a href="@PUBLISHER-URL@">@PUBLISHER-NAME@</a>
- * @version @PROJECT-VERSION@
- */
-public interface ComponentModelManager extends ComponentModel
-{
- /**
- * Return the context model manager.
- * @return the context model manager
- * @exception RemoteException if a remote I/O error occurs
- */
- ContextModelManager getContextManager() throws RemoteException;
-
-}
-

Deleted:
trunk/main/metro/model/src/main/net/dpml/metro/ContextModelManager.java
===================================================================
--- trunk/main/metro/model/src/main/net/dpml/metro/ContextModelManager.java
2006-07-16 04:46:14 UTC (rev 1565)
+++ trunk/main/metro/model/src/main/net/dpml/metro/ContextModelManager.java
2006-07-16 04:49:02 UTC (rev 1566)
@@ -1,61 +0,0 @@
-/*
- * Copyright 2005 Stephen J. McConnell.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- * implied.
- *
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package net.dpml.metro;
-
-import java.rmi.RemoteException;
-
-import net.dpml.metro.info.PartReference;
-
-import net.dpml.component.Directive;
-
-import net.dpml.lang.UnknownKeyException;
-
-/**
- * The ContextModelManager interface exposes a management view of
- * a local context model
- *
- * @author <a href="@PUBLISHER-URL@">@PUBLISHER-NAME@</a>
- * @version @PROJECT-VERSION@
- */
-public interface ContextModelManager extends ContextModel
-{
- /**
- * 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;
-
- /**
- * 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 a
- * '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;
-
-}




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