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 HostSession
ITermEditor. getHostSession()
Gets the HostSession.HostSession
TerminalComposite. getHostSession()
Gets the host session.Methods in com.iizigo.term with parameters of type HostSession Modifier and Type Method Description Terminal
TerminalComposite. 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
Methods in com.iizigo.term.capture that return HostSession Modifier and Type Method Description HostSession
CaptureEditor. getHostSession()
Gets the HostSession.Methods in com.iizigo.term.capture with parameters of type HostSession Modifier and Type Method Description static 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
Methods in com.iizigo.term.internal that return HostSession Modifier and Type Method Description HostSession
Terminal. getHostSession()
Gets the HostSession.Methods in com.iizigo.term.internal with parameters of type HostSession Modifier and Type Method Description void
Terminal. 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 void
TerminalModel. 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 HostSession
TerminalDesignerProp. createHostSession()
Creates a HostSession if not already created.HostSession
TerminalDesignerProp. 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 HostSession
RecordingEditor. getHostSession()
Gets the HostSession.Methods in com.iizigo.term.recording with parameters of type HostSession Modifier and Type Method Description void
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
Fields in com.iizigo.term.screen declared as HostSession Modifier and Type Field Description HostSession
ScreenEditor. hostSession
The host session.Methods in com.iizigo.term.screen that return HostSession Modifier and Type Method Description HostSession
ScreenEditor. getHostSession()
Gets the HostSession.Methods in com.iizigo.term.screen with parameters of type HostSession Modifier and Type Method Description void
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
Methods in com.iizix.term that return HostSession Modifier and Type Method Description HostSession
EmptyHostSession. getHostSession()
Gets the host session.HostSession
HostSessionPeer. getHostSession()
Gets the HostSession, i.e.Methods in com.iizix.term with parameters of type HostSession Modifier and Type Method Description void
HostScreen. 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.String
IHostFieldData. 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 HostSession
HostSessionEE. getHostSession()
Gets the host session.Methods in com.iizix.term.ee with parameters of type HostSession Modifier and Type Method Description static void
EEMaster. catchScreenAsEE(HostSession hostSession, java.io.ByteArrayOutputStream bos, java.lang.String screenName)
Catch a screen as EE.static boolean
EEMaster. 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 HostSession
ScreenFieldProp. 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 boolean
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.java.lang.String
ScreenFieldProp. setHostField(HostSession hostSession, java.lang.String text)
Sets the corresponding host field on the current host screen to the specified string.java.lang.String
ScreenFieldProp. 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.String
ScreenFieldProp. 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 HostSession
RemoteHostSession. getHostSession()
Gets the host session.Methods in com.iizix.term.remote with parameters of type HostSession Modifier and Type Method Description void
RemoteHostSession. 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 HostSession
TerminalHost. createHostSession()
Creates a HostSession if not already created.HostSession
TerminalHost. 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 HostSession
HostSession3270. 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 HostSession
HostSession5250. 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.