All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class amarquee.QSessionPrivate

java.lang.Object
   |
   +----amarquee.QSessionPrivate

public abstract class QSessionPrivate
extends Object
AMarquee 1.48 without: QNewServerSession() - Can't get socket from inetd. Client-side pinging - No socket-time out in Java 1.0.2 DetachSession/ReAttachSession - Not needed


Method Index

 o getBInConnect()
 o getHostName()
Get the current hostName
 o getPort()
Get the current TCP-port
 o getProgName()
Get the current progName
 o Go(int)

Methods

 o getBInConnect
 public synchronized boolean getBInConnect()
Returns:
boolean - returns true if this session is connecting
 o getHostName
 public String getHostName()
Get the current hostName

Returns:
String - the hostName
 o getPort
 public int getPort()
Get the current TCP-port

Returns:
int - the TCP-port
 o getProgName
 public String getProgName()
Get the current progName

Returns:
String - the progName
 o Go
 public abstract int Go(int flags)

All Packages  Class Hierarchy  This Package  Previous  Next  Index