Uses of Class
com.iizix.term.HostSession
Package
Description
Uses of HostSession in com.iizigo.term
Modifier and TypeMethodDescriptionITermEditor.getHostSession()
Gets the HostSession.TerminalComposite.getHostSession()
Gets the host session.Modifier and TypeMethodDescriptionTerminalComposite.createTerminalAndWindow
(HostSession _hostSession, EditorTerminalProps _properties, IScreenDesigner designer) Creates the Terminal and Terminal Window instance for local terminal use in the Designer.void
ITerminalStateListener.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
TerminalView.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
ITerminalStateListener.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.void
TerminalView.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.void
TerminalComposite.switchSession
(HostSession _hostSession, EditorTerminalProps _properties) Switches session.Uses of HostSession in com.iizigo.term.capture
Modifier and TypeMethodDescriptionstatic boolean
NewCaptureWizard.createCapture
(org.eclipse.swt.widgets.Shell shell, HostSession hostSession) Requests creation of the screen capture.void
CaptureEditor.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
CaptureEditor.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.Uses of HostSession in com.iizigo.term.internal
Modifier and TypeMethodDescriptionvoid
Terminal.switchProperties
(HostSession hostSession, EditorTerminalProps terminalProps) Switches properties.ModifierConstructorDescriptionTerminal
(HostSession hostSession, EditorTerminalProps terminalProps) Creates a new terminal session for a local connection inside the Designer.Uses of HostSession in com.iizigo.term.project
Modifier and TypeMethodDescriptionvoid
TerminalModel.createCapture
(org.eclipse.swt.widgets.Shell shell, HostSession hostSession) Creates a new capture.Uses of HostSession in com.iizigo.term.prop
Modifier and TypeMethodDescriptionTerminalDesignerProp.createHostSession()
Creates a HostSession if not already created.TerminalDesignerProp.getHostSession()
Gets the host session instance.Uses of HostSession in com.iizigo.term.recording
Modifier and TypeMethodDescriptionvoid
RecordingEditor.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
RecordingEditor.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.Uses of HostSession in com.iizigo.term.screen
Modifier and TypeMethodDescriptionvoid
ScreenEditor.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
ScreenEditor.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.Uses of HostSession in com.iizix.term
Modifier and TypeMethodDescriptionEmptyHostSession.getHostSession()
Gets the host session.HostSessionPeer.getHostSession()
Gets the HostSession, i.e.Modifier and TypeMethodDescriptionvoid
HostScreen.onHostScreenChange
(HostSession hostSession, int beginPos, int endPos) Gets new character and attribute data from the host session.ModifierConstructorDescriptionClientHostScreen
(HostSession hostSession, HostSessionProps props, int serialNumber) Creates a new instance of the client host screen.Uses of HostSession in com.iizix.term.api
Modifier and TypeMethodDescriptiondefault String
IHostFieldData.convertFromVSField
(HostSession hostSession, ScreenFieldProp screenField, VSField vsField, 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
Modifier and TypeMethodDescriptionstatic void
EEMaster.catchScreenAsEE
(HostSession hostSession, ByteArrayOutputStream bos, String screenName) Catch a screen as EE.static boolean
EEMaster.catchScreenAsEE
(HostSession hostSession, String fileName, String screenName, boolean doAppend) Catch a screen as EE.ModifierConstructorDescriptionEEScreen
(HostSession hostSession, String fileName, 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
Modifier and TypeMethodDescriptionScreenFieldProp.getCurrentHostSession
(String logMsg) Gets the current host session from the Application properties.Modifier and TypeMethodDescriptionboolean
ScreenFieldProp.doesScreenMatch
(HostSession hostSession) Checks if this host field belongs to a screen that is currently matching or not.boolean
ScreenFieldProp.setCursor
(HostSession hostSession) Set cursor to the position of this field, first line.boolean
ScreenFieldProp.setCursor
(HostSession hostSession, boolean isDynamic) Set cursor to the position of this field, first line.boolean
ScreenFieldProp.setCursor
(HostSession hostSession, int line) Set cursor to the position of this field with line offset.boolean
ScreenFieldProp.setCursor
(HostSession hostSession, int line, int charpos) Set cursor to the position of this field with line offset and the character offset.ScreenFieldProp.setHostField
(HostSession hostSession, String text) Sets the corresponding host field on the current host screen to the specified string.ScreenFieldProp.setHostField
(HostSession hostSession, String text, boolean isDynamic) Sets the corresponding host field on the current host screen to the specified string.ScreenFieldProp.setHostField
(HostSession hostSession, 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
Modifier and TypeMethodDescriptionvoid
RemoteHostSession.attachHostSession
(HostSession hostSession, Runnable stateChangedListener) Attaches a host session to this instance.Uses of HostSession in com.iizix.term.server
Modifier and TypeMethodDescriptionTerminalHost.createHostSession()
Creates a HostSession if not already created.TerminalHost.getHostSession()
Gets the host session instance.Uses of HostSession in com.iizix.term.tn3270e
ModifierConstructorDescriptionHostSession3270
(HostSession owner, TerminalProps properties) Constructor only from this package.Uses of HostSession in com.iizix.term.tn5250e
ModifierConstructorDescriptionHostSession5250
(HostSession owner, TerminalProps properties) Constructor only from this package.