public static final class BasicExportTable.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
private List |
bindings |
private Endpoint |
endpoint |
private Target |
target |
| Constructor and Description |
|---|
Entry(List bindings,
Target target,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint()
Returns the client-side Endpoint to use to communicate
with the exported object.
|
void |
setInvocationDispatcher(InvocationDispatcher id)
Sets the invocation dispatcher for the exported object.
|
boolean |
unexport(boolean force)
Unexports the exported object.
|
private final List bindings
private final Target target
private final Endpoint endpoint
public Endpoint getEndpoint()
public void setInvocationDispatcher(InvocationDispatcher id)
public boolean unexport(boolean force)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.