Skip to Content.
Sympa Menu

notify-dpml - r1087 - in trunk/main: . planet/http/impl/src/main/net/dpml/http planet/http/server

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: r1087 - in trunk/main: . planet/http/impl/src/main/net/dpml/http planet/http/server
  • Date: Mon, 13 Feb 2006 02:25:39 +0100

Author: mcconnell
Date: 2006-02-13 02:25:24 +0100 (Mon, 13 Feb 2006)
New Revision: 1087

Added:
trunk/main/planet/http/impl/src/main/net/dpml/http/package.html
Modified:
trunk/main/build.xml
trunk/main/planet/http/impl/src/main/net/dpml/http/BoundedThreadPool.java
trunk/main/planet/http/server/
Log:
complete transition

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-02-13 00:51:43 UTC (rev 1086)
+++ trunk/main/build.xml 2006-02-13 01:25:24 UTC (rev 1087)
@@ -196,7 +196,7 @@
<property name="prefs.http" location="${prefs}/dpml/planet/http"/>
<mkdir dir="${prefs.http}"/>
<copy todir="${prefs.http}" filtering="false">
- <fileset dir="planet/http/demo/target/prefs">
+ <fileset dir="planet/http/impl/target/prefs">
<include name="**/*"/>
</fileset>
</copy>

Modified:
trunk/main/planet/http/impl/src/main/net/dpml/http/BoundedThreadPool.java
===================================================================
--- trunk/main/planet/http/impl/src/main/net/dpml/http/BoundedThreadPool.java
2006-02-13 00:51:43 UTC (rev 1086)
+++ trunk/main/planet/http/impl/src/main/net/dpml/http/BoundedThreadPool.java
2006-02-13 01:25:24 UTC (rev 1087)
@@ -58,7 +58,7 @@
/**
* Get the thread pool priority.
*
- * @param value the thread pool priority
+ * @param priority the thread pool priority
* @return the priority
*/
int getPriority( int priority );
@@ -66,13 +66,18 @@
/**
* Get the maximum idle time.
*
- * @param the default maximum idle time
- * @return the maximum idele time in milliseconds
+ * @param idle the default maximum idle time
+ * @return the maximum idle time in milliseconds
*/
int getIdle( int idle );

}

+ /**
+ * Creation of a new blocking thread pool.
+ * @param context the component context
+ * @exception Exception if an instantiation error occurs
+ */
public BoundedThreadPool( Context context ) throws Exception
{
super();

Added: trunk/main/planet/http/impl/src/main/net/dpml/http/package.html
===================================================================
--- trunk/main/planet/http/impl/src/main/net/dpml/http/package.html
2006-02-13 00:51:43 UTC (rev 1086)
+++ trunk/main/planet/http/impl/src/main/net/dpml/http/package.html
2006-02-13 01:25:24 UTC (rev 1087)
@@ -0,0 +1,8 @@
+
+<body>
+
+<p>
+HTTP Server implementation.
+</p>
+
+</body>


Property changes on: trunk/main/planet/http/server
___________________________________________________________________
Name: svn:ignore
+ target





  • r1087 - in trunk/main: . planet/http/impl/src/main/net/dpml/http planet/http/server, mcconnell at BerliOS, 02/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page