lr_parser.scan(). Integration
7 | * of scanners implementing Scanner is facilitated.
8 | *
9 | * @version last updated 23-Jul-1999
10 | * @author David MacMahon new Symbol(lr_parser.EOF_sym()) or
22 | null.
23 | ***************************************************/
24 | public interface Scanner
25 | {
26 | /** Return the next token, or null on end-of-file. */
27 | Symbol next_token();
28 | }
29 | }
--------------------------------------------------------------------------------
/NFSLibrary/Protocols/V3/RPC/GetAttributeStatus.cs:
--------------------------------------------------------------------------------
1 | /*
2 | * Automatically generated by jrpcgen 1.0.7 on 27/08/2010
3 | * jrpcgen is part of the "Remote Tea.Net" ONC/RPC package for C#
4 | * See http://remotetea.sourceforge.net for details
5 | */
6 | using NFSLibrary.Protocols.Commons;
7 | using org.acplt.oncrpc;
8 |
9 | namespace NFSLibrary.Protocols.V3.RPC
10 | {
11 | public class GetAttributeAccessOK : XdrAble
12 | {
13 | private FileAttributes _obj_attributes;
14 |
15 | public GetAttributeAccessOK()
16 | { }
17 |
18 | public GetAttributeAccessOK(XdrDecodingStream xdr)
19 | { xdrDecode(xdr); }
20 |
21 | public void xdrEncode(XdrEncodingStream xdr)
22 | { this._obj_attributes.xdrEncode(xdr); }
23 |
24 | public void xdrDecode(XdrDecodingStream xdr)
25 | { this._obj_attributes = new FileAttributes(xdr); }
26 |
27 | public FileAttributes Attributes
28 | {
29 | get
30 | { return this._obj_attributes; }
31 | }
32 | }
33 | // End of GETATTR3res.cs
34 | }
--------------------------------------------------------------------------------
/NFSLibrary/Protocols/Commons/Name.cs:
--------------------------------------------------------------------------------
1 | /*
2 | * Automatically generated by jrpcgen 1.0.7 on 27/08/2010
3 | * jrpcgen is part of the "Remote Tea.Net" ONC/RPC package for C#
4 | * See http://remotetea.sourceforge.net for details
5 | */
6 | using System;
7 | using org.acplt.oncrpc;
8 |
9 | namespace NFSLibrary.Protocols.Commons
10 | {
11 | public class Name : XdrAble
12 | {
13 | private String _value;
14 |
15 | public Name()
16 | { }
17 |
18 | public Name(String value)
19 | { this._value = value; }
20 |
21 | public Name(XdrDecodingStream xdr)
22 | { xdrDecode(xdr); }
23 |
24 | public void xdrEncode(XdrEncodingStream xdr)
25 | { xdr.xdrEncodeString(this._value); }
26 |
27 | public void xdrDecode(XdrDecodingStream xdr)
28 | { this._value = xdr.xdrDecodeString(); }
29 |
30 | public String Value
31 | {
32 | get
33 | { return this._value; }
34 | set
35 | { this._value = value; }
36 | }
37 | }
38 | // End of filename.cs
39 | }
--------------------------------------------------------------------------------
/NFSClient/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 | JrpcgenParserException class represents a parser
5 | /// exception indicating to abort parsing the x-file.
6 | /// JrpcgenParserException class represents a parser
9 | /// exception indicating to abort parsing the x-file.
10 | /// Converted to C# using the db4o Sharpen tool.
11 | /// JrpcgenParserException with no detail message.
20 | /// JrpcgenParserException with no detail message.
22 | /// JrpcgenParamInfo class contains information about the
5 | /// data type of a procedure's parameter, as well as the parameter's optional
6 | /// name.
7 | /// JrpcgenParamInfo class contains information about the
10 | /// data type of a procedure's parameter, as well as the parameter's optional
11 | /// name.
12 | /// Converted to C# using the db4o Sharpen tool.
13 | /// JrpcgenParamInfo object containing
25 | /// information about ...
26 | /// JrpcgenParamInfo object containing
29 | /// information about ...
30 | /// OncRpcTimeoutException indicates a timed out
29 | /// call exception.
30 | /// OncRpcTimeoutException indicates a timed out
33 | /// call exception.
34 | /// Converted to C# using the db4o Sharpen tool.
35 | /// OncRpcTimeoutException.OncRpcTimeoutException.OncRpcTimeoutException
48 | /// with a detail of
49 | /// OncRpcTimeoutException indicates a timed out
29 | /// call exception.
30 | /// OncRpcTimeoutException indicates a timed out
33 | /// call exception.
34 | /// Converted to C# using the db4o Sharpen tool.
35 | /// OncRpcTimeoutException.OncRpcTimeoutException.OncRpcTimeoutException
48 | /// with a detail of
49 | /// Please note that you should not spend too much time when handling 44 | /// broadcast events, otherwise you'll probably miss some of the incomming 45 | /// replies. Because most operating systems will not buffer large amount 46 | /// of incomming UDP/IP datagramms for a given socket, you will experience 47 | /// packet drops when you stay too long in the processing stage. 48 | ///
Please note that you should not spend too much time when handling 44 | /// broadcast events, otherwise you'll probably miss some of the incomming 45 | /// replies. Because most operating systems will not buffer large amount 46 | /// of incomming UDP/IP datagramms for a given socket, you will experience 47 | /// packet drops when you stay too long in the processing stage. 48 | ///
csportmap is the command-line main
10 | /// for an ONC/RPC port mapper, speaking the widely deployed
11 | /// protocol version 2.
12 | /// csportmap is the command-line main
15 | /// for an ONC/RPC port mapper, speaking the widely deployed
16 | /// protocol version 2.
17 | /// run() method without any parameters,
43 | /// but instead supply it the transports to handle. Registration and
44 | /// deregistration is not necessary and not possible.
45 | /// OncRpcServerTransportRegistrationInfo holds
29 | /// information about (possibly multiple) registration of server transports
30 | /// for individual program and version numbers.
31 | /// OncRpcServerTransportRegistrationInfo holds
34 | /// information about (possibly multiple) registration of server transports
35 | /// for individual program and version numbers.
36 | /// Converted to C# using the db4o Sharpen tool.
37 | /// OncRpcServerTransportRegistrationInfo holds
29 | /// information about (possibly multiple) registration of server transports
30 | /// for individual program and version numbers.
31 | /// OncRpcServerTransportRegistrationInfo holds
34 | /// information about (possibly multiple) registration of server transports
35 | /// for individual program and version numbers.
36 | /// Converted to C# using the db4o Sharpen tool.
37 | /// JrpcgenStruct class represents a single structure defined
5 | /// in an rpcgen "x"-file.
6 | /// JrpcgenStruct class represents a single structure defined
9 | /// in an rpcgen "x"-file.
10 | /// Converted to C# using the db4o Sharpen tool.
11 | /// JrpcgenStruct and sets the identifier and all
39 | /// its attribute elements.
40 | /// JrpcgenStruct and sets the identifier and all
43 | /// its attribute elements.
44 | /// System.out.
60 | /// System.out.
64 | ///