rpc
Interface Endpoint
- All Known Implementing Classes:
- ConnectionOrientedEndpoint
public interface Endpoint
MAYBE
static final int MAYBE
- See Also:
- Constant Field Values
IDEMPOTENT
static final int IDEMPOTENT
- See Also:
- Constant Field Values
BROADCAST
static final int BROADCAST
- See Also:
- Constant Field Values
getTransport
Transport getTransport()
getSyntax
PresentationSyntax getSyntax()
call
void call(int semantics,
UUID object,
int opnum,
NdrObject ndrobj)
throws java.io.IOException
- Throws:
java.io.IOException
detach
void detach()
throws java.io.IOException
- Throws:
java.io.IOException