Click or drag to resize

YCompServerProxy Class

Class starting the yComp server (on a specific socket)
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.graphViewerAndSequenceDebuggerYCompServerProxy

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public class YCompServerProxy

The YCompServerProxy type exposes the following members.

Constructors
 NameDescription
Public methodYCompServerProxy Starts yComp (acting as a local server) at the given port (throws an exception if it fails so). The preferred way to obtain a port is GetFreeTCPPort().
Top
Methods
 NameDescription
Public methodClose Ends the yComp process.
Public methodStatic memberGetFreeTCPPort Searches for a free TCP port in the range 4242-4251. To be called in order to obtain a free yComp port to i) start yComp at ii) communicate with yComp.
Top
Fields
 NameDescription
Public fieldport 
Public fieldviewerProcess 
Top
See Also