|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.apps.jrpcgen.JrpcgenProcedureInfo
class JrpcgenProcedureInfo
The JrpcgenProcedureInfo class contains information about a
specific version of an ONC/RPC program as defined in an rpcgen "x"-file.
| Field Summary | |
|---|---|
java.util.Vector |
parameters
Parameter(s) to the remote procedure. |
java.lang.String |
procedureId
Identifier assigned to the procedure number of an a particular procedure of a particular version of an ONC/RPC program. |
java.lang.String |
procedureNumber
Procedure number assigned to the procedure of a particular verions of an ONC/RPC program. |
java.lang.String |
resultType
Type specifier of the result returned by the remote procedure. |
| Constructor Summary | |
|---|---|
JrpcgenProcedureInfo(java.lang.String procedureId,
java.lang.String procedureNumber,
java.lang.String resultType,
java.util.Vector parameters)
Constructs a new JrpcgenProcedureInfo object containing
information about a programs' version and a set of procedures
defined by this program version. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String procedureNumber
public java.lang.String procedureId
public java.lang.String resultType
public java.util.Vector parameters
| Constructor Detail |
|---|
public JrpcgenProcedureInfo(java.lang.String procedureId,
java.lang.String procedureNumber,
java.lang.String resultType,
java.util.Vector parameters)
JrpcgenProcedureInfo object containing
information about a programs' version and a set of procedures
defined by this program version.
procedureId - Identifier assigned to the procedure of a particular
version of an ONC/RPC program.procedureNumber - Procedure number assigned to remote procedure.resultType - Type specifier of result returned by remote procedure.parameters - Type specifier of parameter to the remote procedure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||