mcconnell 2003/01/17 03:38:49
Modified: assembly/src/java/org/apache/avalon/assembly/appliance
Appliance.java
Log:
removed operation that are no longer reqired on the interface as a result og moving
assembly logic inside the appliance abstraction
Revision Changes Path
1.22 +1 -26
avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/Appliance.java
Index: Appliance.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/Appliance.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Appliance.java 15 Jan 2003 09:09:23 -0000 1.21
+++ Appliance.java 17 Jan 2003 11:38:49 -0000 1.22
@@ -220,31 +220,6 @@
void disassemble();
/**
- * Creation of a instance of the component type managed by the appliance
- * in accordance with the lifestyle policy declared by the component type.
- *
- * @return the implementation object
- */
- //Object access() throws LifestyleException;
-
- /**
- * Activate a service provided by the appliance.
- * @param dependency the service dependecy decsriptor
- */
- //Object access( DependencyDescriptor dependency ) throws LifestyleException;
-
- /**
- * Activate an extension handler provided by the appliance.
- * @param appliance the appliance to deploy
- */
- //Object access( StageDescriptor stage ) throws LifestyleException;
-
- /**
- * Release a reference to a service provided by this appliance.
- */
- //void release( Object object );
-
- /**
* Terminate the appliance.
*/
void terminate();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>