Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 55
isSplashScreenVisible
boolean isSplashScreenVisible()
Returns true if the splash screen is visible.
See also:
setSplashScreenVisible(boolean)
isStarted
boolean isStarted()
Returns true if Glink has started.
See also:
start()
isTurnKnown
boolean isTurnKnown()
Returns true if Glink is connected to a host and the communication module in
use knows about which side has the turn to send, either the host side or the Glink
side. When isTurnKnown() returns true, the Glink communication module
signals the turn to the GlinkApi application with the GlinkEvent_TURN_LOST
and GlinkEvent_TURN_RECEIVED event flags.
Communication modules like ComTN3270, ComTN5250, ComGgate ComDSA
and ComTNVIP all know about the turn, whereas the ComTelenet and
ComMinitel do not.
See also:
GlinkEvent_TURN_LOST, GlinkEvent_TURN_RECEIVED,
isTurnReceived()
isTurnReceived
boolean isTurnReceived()
Returns true if this side has the turn to send data.
See also:
isTurnKnown()