com.sun.jini.phoenix
Class ActivatorSunJrmpExporter

java.lang.Object
  extended by com.sun.jini.phoenix.SunJrmpExporter
      extended by 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.

Constructor Summary
ActivatorSunJrmpExporter()
          Creates a JRMP exporter that exports on the standard port (1098).
ActivatorSunJrmpExporter(int port)
          Creates a JRMP exporter that exports on the specified port.
 
Method Summary
 
Methods inherited from class com.sun.jini.phoenix.SunJrmpExporter
export, unexport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.