public final class BasicExportTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BasicExportTable.Entry
Represents a remote object exported to this BasicExportTable.
|
Constructor and Description |
---|
BasicExportTable()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
BasicExportTable.Entry |
export(Remote impl,
ServerEndpoint serverEndpoint,
boolean allowDGC,
boolean keepAlive,
Uuid id)
Exports a remote object to this BasicExportTable.
|
public BasicExportTable.Entry export(Remote impl, ServerEndpoint serverEndpoint, boolean allowDGC, boolean keepAlive, Uuid id) throws ExportException
ExportException
Copyright © 2016–2018. All rights reserved.