예제 #1
0
			/// <summary>
			/// Construct a new embedded portmap service thread and associate
			/// it with the portmap object to be used as the service.
			/// </summary>
			/// <remarks>
			/// Construct a new embedded portmap service thread and associate
			/// it with the portmap object to be used as the service. The service
			/// is not started yet.
			/// </remarks>
			public OncRpcEmbeddedPortmapThread(OncRpcEmbeddedPortmap _enclosing, OncRpcEmbeddedPortmap.embeddedjportmap
				 portmap)
			{
				this._enclosing = _enclosing;
				this.portmap = portmap;
			}
예제 #2
0
 /// <summary>
 /// Construct a new embedded portmap service thread and associate
 /// it with the portmap object to be used as the service.
 /// </summary>
 /// <remarks>
 /// Construct a new embedded portmap service thread and associate
 /// it with the portmap object to be used as the service. The service
 /// is not started yet.
 /// </remarks>
 public OncRpcEmbeddedPortmapThread(OncRpcEmbeddedPortmap _enclosing, OncRpcEmbeddedPortmap.embeddedjportmap
                                    portmap)
 {
     this._enclosing = _enclosing;
     this.portmap    = portmap;
 }
예제 #3
0
			/// <summary>Creates a new instance of an embeddable portmap service.</summary>
			/// <remarks>Creates a new instance of an embeddable portmap service.</remarks>
			/// <exception cref="System.IO.IOException"></exception>
			/// <exception cref="org.acplt.oncrpc.OncRpcException"></exception>
			public embeddedjportmap(OncRpcEmbeddedPortmap _enclosing)
			{
				this._enclosing = _enclosing;
			}
예제 #4
0
 /// <summary>Creates a new instance of an embeddable portmap service.</summary>
 /// <remarks>Creates a new instance of an embeddable portmap service.</remarks>
 /// <exception cref="System.IO.IOException"></exception>
 /// <exception cref="org.acplt.oncrpc.OncRpcException"></exception>
 public embeddedjportmap(OncRpcEmbeddedPortmap _enclosing)
 {
     this._enclosing = _enclosing;
 }