Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 40215 invoked from network); 29 Feb 2004 18:11:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Feb 2004 18:11:06 -0000 Received: (qmail 59800 invoked by uid 500); 29 Feb 2004 18:10:57 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 59725 invoked by uid 500); 29 Feb 2004 18:10:57 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 59712 invoked by uid 500); 29 Feb 2004 18:10:57 -0000 Received: (qmail 59709 invoked from network); 29 Feb 2004 18:10:57 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 29 Feb 2004 18:10:57 -0000 Received: (qmail 40139 invoked by uid 1260); 29 Feb 2004 18:11:04 -0000 Date: 29 Feb 2004 18:11:04 -0000 Message-ID: <20040229181104.40138.qmail@minotaur.apache.org> From: cziegeler@apache.org To: avalon-excalibur-cvs@apache.org Subject: cvs commit: avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server AbstractHTTPURLHandler.java AbstractSocketServer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N cziegeler 2004/02/29 10:11:04 Modified: instrument-manager/src/java/org/apache/excalibur/instrument/manager/http HTMLInstrumentManagerHandler.java HTMLSampleHandler.java HTMLInstrumentHandler.java HTMLRootHandler.java SampleChartHandler.java XMLInstrumentManagerHandler.java AbstractXMLHandler.java HTMLInstrumentableHandler.java HTMLSampleLeaseHandler.java HTMLCreateSampleHandler.java InstrumentManagerHTTPConnector.java instrument-client/src/java/org/apache/excalibur/instrument/client InstrumentManagerConnection.java instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server AbstractHTTPURLHandler.java AbstractSocketServer.java Log: Remove unused imports Revision Changes Path 1.5 +1 -5 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLInstrumentManagerHandler.java Index: HTMLInstrumentManagerHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLInstrumentManagerHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HTMLInstrumentManagerHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ HTMLInstrumentManagerHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,16 +17,12 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; import java.util.Map; -import org.apache.excalibur.instrument.manager.http.server.HTTPRedirect; import org.apache.excalibur.instrument.manager.interfaces.InstrumentManagerClient; import org.apache.excalibur.instrument.manager.interfaces.InstrumentableDescriptor; -import org.apache.excalibur.instrument.manager.interfaces.InstrumentDescriptor; -import org.apache.excalibur.instrument.manager.interfaces.NoSuchInstrumentableException; /** * 1.6 +1 -3 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLSampleHandler.java Index: HTMLSampleHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLSampleHandler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- HTMLSampleHandler.java 28 Feb 2004 11:47:21 -0000 1.5 +++ HTMLSampleHandler.java 29 Feb 2004 18:11:04 -0000 1.6 @@ -17,10 +17,8 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; -import java.net.URLEncoder; import java.util.Date; import java.util.Map; 1.5 +1 -5 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLInstrumentHandler.java Index: HTMLInstrumentHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLInstrumentHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HTMLInstrumentHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ HTMLInstrumentHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,16 +17,12 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; -import java.net.URLEncoder; -import java.util.Date; import java.util.Map; import org.apache.excalibur.instrument.manager.http.server.HTTPRedirect; import org.apache.excalibur.instrument.manager.interfaces.InstrumentManagerClient; -import org.apache.excalibur.instrument.manager.interfaces.InstrumentableDescriptor; import org.apache.excalibur.instrument.manager.interfaces.InstrumentDescriptor; import org.apache.excalibur.instrument.manager.interfaces.InstrumentSampleDescriptor; import org.apache.excalibur.instrument.manager.interfaces.NoSuchInstrumentException; 1.5 +1 -4 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLRootHandler.java Index: HTMLRootHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLRootHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HTMLRootHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ HTMLRootHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,11 +17,8 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; -import java.net.URLEncoder; -import java.util.Date; import java.util.Map; import org.apache.excalibur.instrument.manager.http.server.HTTPRedirect; 1.8 +1 -2 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/SampleChartHandler.java Index: SampleChartHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/SampleChartHandler.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SampleChartHandler.java 28 Feb 2004 11:47:21 -0000 1.7 +++ SampleChartHandler.java 29 Feb 2004 18:11:04 -0000 1.8 @@ -24,7 +24,6 @@ import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.BufferedInputStream; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStream; import java.io.UnsupportedEncodingException; 1.5 +1 -2 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/XMLInstrumentManagerHandler.java Index: XMLInstrumentManagerHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/XMLInstrumentManagerHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- XMLInstrumentManagerHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ XMLInstrumentManagerHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,7 +17,6 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; import java.util.Map; 1.5 +1 -3 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/AbstractXMLHandler.java Index: AbstractXMLHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/AbstractXMLHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AbstractXMLHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ AbstractXMLHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -19,8 +19,6 @@ import java.io.IOException; import java.io.PrintStream; -import java.io.UnsupportedEncodingException; -import java.net.URLEncoder; import org.apache.excalibur.instrument.manager.interfaces.InstrumentableDescriptor; import org.apache.excalibur.instrument.manager.interfaces.InstrumentDescriptor; 1.5 +1 -2 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLInstrumentableHandler.java Index: HTMLInstrumentableHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLInstrumentableHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HTMLInstrumentableHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ HTMLInstrumentableHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,7 +17,6 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; import java.util.Map; 1.5 +1 -4 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLSampleLeaseHandler.java Index: HTMLSampleLeaseHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLSampleLeaseHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HTMLSampleLeaseHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ HTMLSampleLeaseHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,11 +17,8 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; -import java.net.URLEncoder; -import java.util.Date; import java.util.Map; import org.apache.excalibur.instrument.manager.http.server.HTTPRedirect; 1.5 +1 -5 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLCreateSampleHandler.java Index: HTMLCreateSampleHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/HTMLCreateSampleHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HTMLCreateSampleHandler.java 28 Feb 2004 11:47:21 -0000 1.4 +++ HTMLCreateSampleHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,16 +17,12 @@ package org.apache.excalibur.instrument.manager.http; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; -import java.net.URLEncoder; -import java.util.Date; import java.util.Map; import org.apache.excalibur.instrument.manager.http.server.HTTPRedirect; import org.apache.excalibur.instrument.manager.interfaces.InstrumentManagerClient; -import org.apache.excalibur.instrument.manager.interfaces.InstrumentableDescriptor; import org.apache.excalibur.instrument.manager.interfaces.InstrumentDescriptor; import org.apache.excalibur.instrument.manager.interfaces.InstrumentSampleDescriptor; import org.apache.excalibur.instrument.manager.interfaces.NoSuchInstrumentException; 1.5 +1 -3 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/InstrumentManagerHTTPConnector.java Index: InstrumentManagerHTTPConnector.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/InstrumentManagerHTTPConnector.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- InstrumentManagerHTTPConnector.java 28 Feb 2004 11:47:21 -0000 1.4 +++ InstrumentManagerHTTPConnector.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -24,8 +24,6 @@ import org.apache.avalon.framework.configuration.Configurable; import org.apache.avalon.framework.configuration.Configuration; import org.apache.avalon.framework.configuration.ConfigurationException; -import org.apache.avalon.framework.container.ContainerUtil; -import org.apache.avalon.framework.logger.AbstractLogEnabled; import org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable; 1.5 +1 -2 avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java Index: InstrumentManagerConnection.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- InstrumentManagerConnection.java 28 Feb 2004 11:47:23 -0000 1.4 +++ InstrumentManagerConnection.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -46,7 +46,6 @@ import org.apache.altrmi.client.Factory; import org.apache.altrmi.client.impl.socket.SocketCustomStreamHostContext; import org.apache.altrmi.client.impl.ClientSideClassFactory; -import org.apache.altrmi.client.impl.DefaultClientMonitor; import org.apache.altrmi.common.ConnectionException; import org.apache.altrmi.client.InvocationException; import org.apache.altrmi.client.ConnectionRefusedException; 1.5 +1 -8 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractHTTPURLHandler.java Index: AbstractHTTPURLHandler.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractHTTPURLHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AbstractHTTPURLHandler.java 28 Feb 2004 11:47:29 -0000 1.4 +++ AbstractHTTPURLHandler.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -17,18 +17,11 @@ package org.apache.excalibur.instrument.manager.http.server; -import java.io.BufferedReader; -import java.io.ByteArrayOutputStream; import java.io.FileNotFoundException; -import java.io.InputStreamReader; import java.io.IOException; import java.io.OutputStream; -import java.net.Socket; -import java.net.URLDecoder; -import java.util.Date; import java.util.List; import java.util.Map; -import java.util.StringTokenizer; import org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable; import org.apache.excalibur.instrument.CounterInstrument; 1.5 +1 -2 avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractSocketServer.java Index: AbstractSocketServer.java =================================================================== RCS file: /home/cvs/avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractSocketServer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AbstractSocketServer.java 28 Feb 2004 11:47:29 -0000 1.4 +++ AbstractSocketServer.java 29 Feb 2004 18:11:04 -0000 1.5 @@ -24,7 +24,6 @@ import java.net.Socket; import java.net.SocketException; import java.net.ServerSocket; -import java.net.UnknownHostException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org