com.sun.jini.phoenix
Class ActivatorSunJrmpExporter
java.lang.Object
com.sun.jini.phoenix.SunJrmpExporter
com.sun.jini.phoenix.ActivatorSunJrmpExporter
- All Implemented Interfaces:
- Exporter
public class ActivatorSunJrmpExporter
- extends SunJrmpExporter
JRMP exporter to export an Activator
using the well-known
activator object identifier. This exporter implementation is only designed
to work with Java(TM) 2 Standard Edition implementations from Sun
Microsystems, Inc.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivatorSunJrmpExporter
public ActivatorSunJrmpExporter()
- Creates a JRMP exporter that exports on the standard port (1098).
ActivatorSunJrmpExporter
public ActivatorSunJrmpExporter(int port)
- Creates a JRMP exporter that exports on the specified port.
- Parameters:
port
- the port (if zero, an anonymous port will be chosen)
Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.