public class OncRpcServerTransportRegistrationInfo
extends java.lang.Object
OncRpcServerTransportRegistrationInfo holds
information about (possibly multiple) registration of server transports
for individual program and version numbers.| Modifier and Type | Field and Description |
|---|---|
int |
program
Number of ONC/RPC program handled.
|
int |
version
Version number of ONC/RPC program handled.
|
| Constructor and Description |
|---|
OncRpcServerTransportRegistrationInfo(int program,
int version) |