com_sun_corba_se_impl_transport.jmk revision 157
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# This code is free software; you can redistribute it and/or modify it
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# under the terms of the GNU General Public License version 2 only, as
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# published by the Free Software Foundation. Oracle designates this
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# particular file as subject to the "Classpath" exception as provided
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# by Oracle in the LICENSE file that accompanied this code.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# This code is distributed in the hope that it will be useful, but WITHOUT
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# version 2 for more details (a copy is included in the LICENSE file that
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# accompanied this code).
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# You should have received a copy of the GNU General Public License version
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# 2 along with this work; if not, write to the Free Software Foundation,
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# or visit www.oracle.com if you need additional information or have any
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# questions.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkcom_sun_corba_se_impl_transport_java = \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/ByteBufferPoolImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaContactInfoBase.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/EventHandlerBase.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/ListenerThreadImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/ReaderThreadImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/SelectorImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk com/sun/corba/se/impl/legacy/connection/USLPort.java
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk