@Deprecated public class SunJrmpExporter extends Object implements net.jini.export.Exporter
| Constructor and Description |
|---|
SunJrmpExporter(int id,
int port)
Deprecated.
Creates a JRMP exporter that exports using the specified well-known
object identifier and the specified port.
|
| Modifier and Type | Method and Description |
|---|---|
Remote |
export(Remote impl)
Deprecated.
|
boolean |
unexport(boolean force)
Deprecated.
|
public SunJrmpExporter(int id,
int port)
id - the object identifierport - the port (if zero, an anonymous port will be chosen)public Remote export(Remote impl) throws ExportException
export in interface net.jini.export.ExporterExportExceptionNullPointerExceptionIllegalStateExceptionpublic boolean unexport(boolean force)
unexport in interface net.jini.export.ExporterIllegalStateExceptionCopyright © 2016–2019. All rights reserved.