Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 4121 invoked from network); 9 Jan 2003 22:57:12 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Jan 2003 22:57:12 -0000 Received: (qmail 29704 invoked by uid 97); 9 Jan 2003 22:58:35 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 29657 invoked by uid 97); 9 Jan 2003 22:58:32 -0000 Mailing-List: contact avalon-cvs-help@jakarta.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 avalon-cvs@jakarta.apache.org Received: (qmail 29602 invoked by uid 97); 9 Jan 2003 22:58:30 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 9 Jan 2003 22:56:51 -0000 Message-ID: <20030109225651.60526.qmail@icarus.apache.org> From: hammant@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client InstrumentManagerConnection.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hammant 2003/01/09 14:56:50 Modified: instrument-client/src/java/org/apache/excalibur/instrument/client InstrumentManagerConnection.java Log: Positively the last set of wholescale renames! Revision Changes Path 1.13 +4 -4 jakarta-avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java Index: InstrumentManagerConnection.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- InstrumentManagerConnection.java 6 Jan 2003 23:44:24 -0000 1.12 +++ InstrumentManagerConnection.java 9 Jan 2003 22:56:50 -0000 1.13 @@ -36,7 +36,7 @@ import org.apache.excalibur.altrmi.client.HostContext; import org.apache.excalibur.altrmi.client.Factory; import org.apache.excalibur.altrmi.client.impl.socket.SocketCustomStreamHostContext; -import org.apache.excalibur.altrmi.client.impl.ClientClassAltrmiFactory; +import org.apache.excalibur.altrmi.client.impl.ClientSideClassFactory; import org.apache.excalibur.altrmi.client.impl.DefaultConnectionListener; import org.apache.excalibur.altrmi.common.ConnectionException; import org.apache.excalibur.altrmi.common.InvocationException; @@ -364,10 +364,10 @@ SocketCustomStreamHostContext altrmiHostContext = new SocketCustomStreamHostContext( m_host, m_port ); - altrmiHostContext.setAltrmiConnectionListener( new DefaultConnectionListener( 0 ) ); + altrmiHostContext.setConnectionListener( new DefaultConnectionListener( 0 ) ); m_altrmiHostContext = altrmiHostContext; - m_altrmiFactory = new ClientClassAltrmiFactory( false ); + m_altrmiFactory = new ClientSideClassFactory( false ); m_altrmiFactory.setHostContext( altrmiHostContext ); if ( getLogger().isDebugEnabled() ) -- To unsubscribe, e-mail: For additional commands, e-mail: