|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.server.OncRpcServerTransportRegistrationInfo
public class OncRpcServerTransportRegistrationInfo
The class OncRpcServerTransportRegistrationInfo holds
information about (possibly multiple) registration of server transports
for individual program and version numbers.
| Field Summary | |
|---|---|
int |
program
Number of ONC/RPC program handled. |
int |
version
Version number of ONC/RPC program handled. |
| Constructor Summary | |
|---|---|
OncRpcServerTransportRegistrationInfo(int program,
int version)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int program
public int version
| Constructor Detail |
|---|
public OncRpcServerTransportRegistrationInfo(int program,
int version)
program - Number of ONC/RPC program handled by a server
transport.version - Version number of ONC/RPC program handled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||