Class ClientHostScreen


  • public class ClientHostScreen
    extends java.lang.Object
    Handles the client host screen information and its synchronization between the server and the client. This is only used if the host session supports "blocking mode" (and the server is configured for it).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidonClientInput​(ReadTransaction trans)
      Called when a transaction from the remote client is received to process field input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientHostScreen

        public ClientHostScreen​(HostSession hostSession,
                                HostSessionProps props,
                                int serialNumber)
        Creates a new instance of the client host screen. When this instance is created, any stored server-based type-ahead is flushed.
        Parameters:
        hostSession - The host session.
        props - The settings.
        serialNumber - The serial for the screen.
    • Method Detail

      • onClientInput

        public void onClientInput​(ReadTransaction trans)
        Called when a transaction from the remote client is received to process field input.
        Parameters:
        trans - The transaction.