Package org.acplt.oncrpc.apps.jportmap

Java-based portmap

See:
          Description

Class Summary
jportmap The class jportmap implements a Java-based ONC/RPC port mapper, speaking the widely deployed protocol version 2.
OncRpcEmbeddedPortmap The class OncRpcEmbeddedPortmap provides an embeddable portmap service, which is automatically started in its own thread if the (operating) system does not already provide the portmap service.
 

Package org.acplt.oncrpc.apps.jportmap Description

Java-based portmap

This package implements a Java-based ONC/RPC portmap compatible with Sun's portmap, protocol version 2.

In case you really do not want to use a native portmap designed for your particular operating system, you can use jportmap as a substitute (nod, nod...). I must be (beep) writing a Java-based portmap.

There is also an embeddable portmap service available as class OncRpcEmbeddedPortmap. This can be used to make sure that a portmap service is always available, even if the operating system does not provide one or it is not installed or not enabled.

This package is part of the Remote Tea Java ONC/RPC Library package.

(c) 2001, 2006 Harald Albrecht.
(c) 2001 Lehrstuhl für Prozeßleittechnik, Aachen University of Technology, Germany.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this program (see the file COPYING.LIB for more details); if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.