Uses of Class
com.iizix.term.HostSession
Uses of HostSession in com.iizigo.term
Methods in com.iizigo.term that return HostSession Modifier and Type Method Description HostSessionITermEditor. getHostSession()Gets the HostSession.HostSessionTerminalComposite. getHostSession()Gets the host session.Methods in com.iizigo.term with parameters of type HostSession Modifier and Type Method Description TerminalTerminalComposite. createTerminalAndWindow(HostSession _hostSession, EditorTerminalProps _properties, IScreenDesigner designer)Creates the Terminal and Terminal Window instance for local terminal use in the Designer.voidITerminalStateListener. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidTerminalView. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidITerminalStateListener. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.voidTerminalView. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.voidTerminalComposite. switchSession(HostSession _hostSession, EditorTerminalProps _properties)Switches session.Uses of HostSession in com.iizigo.term.capture
Methods in com.iizigo.term.capture that return HostSession Modifier and Type Method Description HostSessionCaptureEditor. getHostSession()Gets the HostSession.Methods in com.iizigo.term.capture with parameters of type HostSession Modifier and Type Method Description static booleanNewCaptureWizard. createCapture(org.eclipse.swt.widgets.Shell shell, HostSession hostSession)Requests creation of the screen capture.voidCaptureEditor. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidCaptureEditor. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.Uses of HostSession in com.iizigo.term.internal
Methods in com.iizigo.term.internal that return HostSession Modifier and Type Method Description HostSessionTerminal. getHostSession()Gets the HostSession.Methods in com.iizigo.term.internal with parameters of type HostSession Modifier and Type Method Description voidTerminal. switchProperties(HostSession hostSession, EditorTerminalProps terminalProps)Switches properties.Constructors in com.iizigo.term.internal with parameters of type HostSession Constructor Description Terminal(HostSession hostSession, EditorTerminalProps terminalProps)Creates a new terminal session for a local connection inside the Designer.Uses of HostSession in com.iizigo.term.project
Methods in com.iizigo.term.project with parameters of type HostSession Modifier and Type Method Description voidTerminalModel. createCapture(org.eclipse.swt.widgets.Shell shell, HostSession hostSession)Creates a new capture.Uses of HostSession in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return HostSession Modifier and Type Method Description HostSessionTerminalDesignerProp. createHostSession()Creates a HostSession if not already created.HostSessionTerminalDesignerProp. getHostSession()Gets the host session instance.Uses of HostSession in com.iizigo.term.recording
Methods in com.iizigo.term.recording that return HostSession Modifier and Type Method Description HostSessionRecordingEditor. getHostSession()Gets the HostSession.Methods in com.iizigo.term.recording with parameters of type HostSession Modifier and Type Method Description voidRecordingEditor. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidRecordingEditor. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.Uses of HostSession in com.iizigo.term.screen
Fields in com.iizigo.term.screen declared as HostSession Modifier and Type Field Description HostSessionScreenEditor. hostSessionThe host session.Methods in com.iizigo.term.screen that return HostSession Modifier and Type Method Description HostSessionScreenEditor. getHostSession()Gets the HostSession.Methods in com.iizigo.term.screen with parameters of type HostSession Modifier and Type Method Description voidScreenEditor. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidScreenEditor. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.Uses of HostSession in com.iizix.term
Methods in com.iizix.term that return HostSession Modifier and Type Method Description HostSessionEmptyHostSession. getHostSession()Gets the host session.HostSessionHostSessionPeer. getHostSession()Gets the HostSession, i.e.Methods in com.iizix.term with parameters of type HostSession Modifier and Type Method Description voidHostScreen. onHostScreenChange(HostSession hostSession, int beginPos, int endPos)Gets new character and attribute data from the host session.Constructors in com.iizix.term with parameters of type HostSession Constructor Description ClientHostScreen(HostSession hostSession, HostSessionProps props, int serialNumber)Creates a new instance of the client host screen.Uses of HostSession in com.iizix.term.api
Methods in com.iizix.term.api with parameters of type HostSession Modifier and Type Method Description default java.lang.StringIHostFieldData. convertFromVSField(HostSession hostSession, ScreenFieldProp screenField, VSField vsField, java.lang.String stringValue)Converts a single string from the VSField (or its value) to a host string that will be set.Uses of HostSession in com.iizix.term.ee
Methods in com.iizix.term.ee that return HostSession Modifier and Type Method Description HostSessionHostSessionEE. getHostSession()Gets the host session.Methods in com.iizix.term.ee with parameters of type HostSession Modifier and Type Method Description static voidEEMaster. catchScreenAsEE(HostSession hostSession, java.io.ByteArrayOutputStream bos, java.lang.String screenName)Catch a screen as EE.static booleanEEMaster. catchScreenAsEE(HostSession hostSession, java.lang.String fileName, java.lang.String screenName, boolean doAppend)Catch a screen as EE.Constructors in com.iizix.term.ee with parameters of type HostSession Constructor Description EEScreen(HostSession hostSession, java.lang.String fileName, java.lang.String screenName, boolean isSingleScreen)Creates a new EE screen for the current screen in a host session.HostSessionEE(HostSession owner, TerminalProps properties)Constructor only from this package.Uses of HostSession in com.iizix.term.prop
Methods in com.iizix.term.prop that return HostSession Modifier and Type Method Description HostSessionScreenFieldProp. getCurrentHostSession(java.lang.String logMsg)Gets the current host session from the Application properties.Methods in com.iizix.term.prop with parameters of type HostSession Modifier and Type Method Description booleanScreenFieldProp. doesScreenMatch(HostSession hostSession)Checks if this host field belongs to a screen that is currently matching or not.booleanScreenFieldProp. setCursor(HostSession hostSession)Set cursor to the position of this field, first line.booleanScreenFieldProp. setCursor(HostSession hostSession, boolean isDynamic)Set cursor to the position of this field, first line.booleanScreenFieldProp. setCursor(HostSession hostSession, int line)Set cursor to the position of this field with line offset.booleanScreenFieldProp. setCursor(HostSession hostSession, int line, int charpos)Set cursor to the position of this field with line offset and the character offset.java.lang.StringScreenFieldProp. setHostField(HostSession hostSession, java.lang.String text)Sets the corresponding host field on the current host screen to the specified string.java.lang.StringScreenFieldProp. setHostField(HostSession hostSession, java.lang.String text, boolean isDynamic)Sets the corresponding host field on the current host screen to the specified string.java.lang.StringScreenFieldProp. setHostField(HostSession hostSession, java.lang.String text, int line)Sets the corresponding host field on the current host screen to the specified string.Uses of HostSession in com.iizix.term.remote
Methods in com.iizix.term.remote that return HostSession Modifier and Type Method Description HostSessionRemoteHostSession. getHostSession()Gets the host session.Methods in com.iizix.term.remote with parameters of type HostSession Modifier and Type Method Description voidRemoteHostSession. attachHostSession(HostSession hostSession, java.lang.Runnable stateChangedListener)Attaches a host session to this instance.Uses of HostSession in com.iizix.term.server
Methods in com.iizix.term.server that return HostSession Modifier and Type Method Description HostSessionTerminalHost. createHostSession()Creates a HostSession if not already created.HostSessionTerminalHost. getHostSession()Gets the host session instance.Uses of HostSession in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e that return HostSession Modifier and Type Method Description HostSessionHostSession3270. getHostSession()Gets the HostSession, i.e.Constructors in com.iizix.term.tn3270e with parameters of type HostSession Constructor Description HostSession3270(HostSession owner, TerminalProps properties)Constructor only from this package.Uses of HostSession in com.iizix.term.tn5250e
Methods in com.iizix.term.tn5250e that return HostSession Modifier and Type Method Description HostSessionHostSession5250. getHostSession()Gets the host session owner.Constructors in com.iizix.term.tn5250e with parameters of type HostSession Constructor Description HostSession5250(HostSession owner, TerminalProps properties)Constructor only from this package.