Skip to Content.
Sympa Menu

notify-dpml - r1242 - trunk/main/metro/component/src/main/net/dpml/component

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: r1242 - trunk/main/metro/component/src/main/net/dpml/component
  • Date: Wed, 22 Mar 2006 17:37:18 +0100

Author: mcconnell
Date: 2006-03-22 17:37:15 +0100 (Wed, 22 Mar 2006)
New Revision: 1242

Modified:
trunk/main/metro/component/src/main/net/dpml/component/Controller.java
Log:
housekeeping

Modified:
trunk/main/metro/component/src/main/net/dpml/component/Controller.java
===================================================================
--- trunk/main/metro/component/src/main/net/dpml/component/Controller.java
2006-03-21 08:42:27 UTC (rev 1241)
+++ trunk/main/metro/component/src/main/net/dpml/component/Controller.java
2006-03-22 16:37:15 UTC (rev 1242)
@@ -52,16 +52,6 @@
Directive loadDirective( URI uri ) throws ControlException, IOException;

/**
- * Create and return a new management context using the supplied part
- * as the inital management state.
- *
- * @param directive the part data structure
- * @return the management context
- * @exception ControlException if a part related error occurs
- */
- //Model createModel( Directive directive ) throws ControlException;
-
- /**
* Create and return a new management context using the supplied
directive uri.
*
* @param uri a uri identifying a deployment directive
@@ -86,16 +76,4 @@
* @exception Exception if a component construction error occurs
*/
Component createComponent( Model model ) throws Exception;
-
- /**
- * Create a classloader using the supplied anchor classloader and
- * component directive.
- *
- * @param anchor the anchor classloader
- * @param model a component model
- * @return the classloader
- * @exception ControlException if a part related error occurs
- */
- //ClassLoader createClassLoader( ClassLoader anchor, Model model )
throws ControlException;
-
}




  • r1242 - trunk/main/metro/component/src/main/net/dpml/component, mcconnell at BerliOS, 03/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page