public interface Endpoint
| Modifier and Type | Field and Description |
|---|---|
static int |
BROADCAST |
static int |
IDEMPOTENT |
static int |
MAYBE |
| Modifier and Type | Method and Description |
|---|---|
void |
call(int semantics,
UUID object,
int opnum,
NdrObject ndrobj) |
void |
detach() |
PresentationSyntax |
getSyntax() |
Transport |
getTransport() |
static final int MAYBE
static final int IDEMPOTENT
static final int BROADCAST
Transport getTransport()
PresentationSyntax getSyntax()
void call(int semantics,
UUID object,
int opnum,
NdrObject ndrobj)
throws IOException
IOExceptionvoid detach()
throws IOException
IOExceptionCopyright © 2017 LSST. All rights reserved.