mcconnell 2002/06/23 07:58:44
Modified:
containerkit/src/java/org/apache/excalibur/containerkit/infobuilder
package.html
containerkit/src/java/org/apache/excalibur/containerkit/kernel
AbstractServiceKernel.java ComponentEntry.java
Log:
javadoc updating
Revision Changes Path
1.3 +1 -1
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.html 23 Jun 2002 14:09:26 -0000 1.2
+++ package.html 23 Jun 2002 14:58:44 -0000 1.3
@@ -1,5 +1,5 @@
<html><body>
-<p>Component information builder that based on internalization of an
component type description supplied as a configuration instance.</P>
+<p>Component information builder that handels internalization of an
component type description supplied as a configuration instance.</P>
<a name="external"><h3>External Form (XML)</h3></a>
<p>Configuration instances supplied to the builder shall correspond to the
following structure:</p>
1.7 +11 -2
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/AbstractServiceKernel.java
Index: AbstractServiceKernel.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/AbstractServiceKernel.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AbstractServiceKernel.java 23 Jun 2002 06:49:15 -0000 1.6
+++ AbstractServiceKernel.java 23 Jun 2002 14:58:44 -0000 1.7
@@ -22,9 +22,12 @@
import org.apache.excalibur.containerkit.metadata.ComponentMetaData;
/**
- *
+ * The <code>AbstractServiceKernel</code> defines an application scope
through
+ * the aggregation of a set of container entries and the exposure of
operations
+ * supporting the collective startup and shutdown of registered entries.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Stephen McConnell</a>
* @version $Revision$ $Date$
*/
public abstract class AbstractServiceKernel
@@ -57,6 +60,12 @@
*/
private final DependencyMap m_dependencyMap = new DependencyMap();
+ /**
+ * Initialization of the kernel. The implementation will request
+ * resource provider preparation via the [EMAIL PROTECTED]
#prepareResourceProvider}
+ * method that must be implemeted by a kernel derived from this abstract
+ * class.
+ */
public void initialize()
throws Exception
{
1.4 +2 -2
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/ComponentEntry.java
Index: ComponentEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/ComponentEntry.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ComponentEntry.java 23 Jun 2002 14:32:01 -0000 1.3
+++ ComponentEntry.java 23 Jun 2002 14:58:44 -0000 1.4
@@ -67,7 +67,7 @@
}
/**
- * Returns the [EMAIL PROTECTED]
org.apache.avalon.framework.confgiuration.Configuration} instance
+ * Returns the [EMAIL PROTECTED]
org.apache.avalon.framework.configuration.Configuration} instance
* for this entry.
* @return the entry configuration
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>