mcconnell 2003/09/08 11:19:23 Modified: merlin/activation/src/java/org/apache/avalon/activation/appliance/impl DefaultAppliance.java Log: Javadoc enhancements. Revision Changes Path 1.16 +16 -9 avalon-sandbox/merlin/activation/src/java/org/apache/avalon/activation/appliance/impl/DefaultAppliance.java Index: DefaultAppliance.java =================================================================== RCS file: /home/cvs/avalon-sandbox/merlin/activation/src/java/org/apache/avalon/activation/appliance/impl/DefaultAppliance.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- DefaultAppliance.java 8 Sep 2003 10:38:00 -0000 1.15 +++ DefaultAppliance.java 8 Sep 2003 18:19:22 -0000 1.16 @@ -128,18 +128,25 @@ // immutable state //------------------------------------------------------------------- - /** - * A map of appliance instances associated and keyed by the role - * that the provider appliance plays relative to this appliance. - */ + /** + * A map of appliance instances associated and keyed by the role + * that the provider appliance plays relative to this appliance. + */ private final Hashtable m_providers = new Hashtable(); - /** - * The stage extension providers keyed by stage key. - */ + + /** + * The stage extension providers keyed by stage key. + */ private final Hashtable m_stages = new Hashtable(); + /** + * The deployment model characterizing this appliance instance. + */ private final DeploymentModel m_model; + /** + * The engine from which we resolve dependent appliances during asembly. + */ private final Engine m_engine; /** @@ -148,7 +155,7 @@ private final DefaultState m_assembly = new DefaultState(); /** - * The assembled state of the appliance. + * The deployed state of the appliance. */ private final DefaultState m_deployment = new DefaultState();
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]