Uses of Interface
com.iizix.term.HostSessionPeer
Package
Description
Uses of HostSessionPeer in com.iizigo.term
Modifier and TypeMethodDescriptionvoid
TerminalComposite.onConnectChange
(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.void
TerminalComposite.onCursorPositionChange
(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.void
TerminalComposite.onFieldChange
(HostSessionPeer peer) Notifies the session that fields have changed.void
TerminalComposite.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering, int updates) Repaint listener.void
TerminalComposite.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.void
TerminalComposite.onScreenSizeChange
(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.void
TerminalComposite.onSessionFailure
(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.void
TerminalComposite.onStateChange
(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).void
TerminalComposite.soundAlarm
(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizigo.term.prop
Modifier and TypeMethodDescriptionvoid
TerminalDesignerProp.onConnectChange
(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.void
TerminalDesignerProp.onCursorPositionChange
(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.void
TerminalDesignerProp.onFieldChange
(HostSessionPeer peer) Notifies the session that fields have changed.int
TerminalDesignerProp.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.void
TerminalDesignerProp.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering, int updates) N/A.void
TerminalDesignerProp.onHostPrintPage
(HostSessionPeer peer) Called when a host printer needs printing of a new page.void
TerminalDesignerProp.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.void
TerminalDesignerProp.onScreenSizeChange
(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.void
TerminalDesignerProp.onSessionFailure
(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.void
TerminalDesignerProp.onStateChange
(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).boolean
TerminalDesignerProp.printSession
(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).void
TerminalDesignerProp.soundAlarm
(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term
Modifier and TypeMethodDescriptionboolean
HostSession.isReconnecting
(HostSessionPeer peer) Check if the session is current being reconnected (e.g.void
HostSession.onConnectChange
(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.void
HostSessionListener.onConnectChange
(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.void
HostSession.onCursorPositionChange
(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.void
HostSessionListener.onCursorPositionChange
(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.void
HostSession.onFieldChange
(HostSessionPeer peer) Notifies the session that fields have changed.void
HostSessionListener.onFieldChange
(HostSessionPeer peer) Notifies the session that fields have changed.void
HostSession.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering) Called when entering or exiting data stream processing.void
HostSessionListener.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering, int updates) Called when data stream is to be processed.int
HostSessionOwner.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.void
HostSession.onHostPrintPage
(HostSessionPeer peer) Called when a host printer needs printing of a new page.void
HostSessionOwner.onHostPrintPage
(HostSessionPeer peer) Called when a host printer needs printing of a new page.void
HostSession.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.void
HostSession.onScreenChange
(RemoteHostSessionListener listener, HostSessionPeer peer, int beginPos, int endPos) Method to update the screen of a RemoteHostScreenListener.void
HostSessionListener.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.void
HostSession.onScreenSizeChange
(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.void
HostSessionListener.onScreenSizeChange
(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.void
HostSession.onSessionFailure
(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.void
HostSessionListener.onSessionFailure
(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.void
HostSession.onStateChange
(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).void
HostSessionListener.onStateChange
(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).boolean
HostSession.printSession
(HostSessionPeer peer) Print terminal session.boolean
HostSessionOwner.printSession
(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).void
HostSession.soundAlarm
(HostSessionPeer peer) Sound alarm on the client.void
HostSessionListener.soundAlarm
(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term.ee
Uses of HostSessionPeer in com.iizix.term.remote
Modifier and TypeMethodDescriptionvoid
RemoteHostSession.onConnectChange
(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.void
RemoteHostSession.onCursorPositionChange
(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.void
RemoteHostSession.onFieldChange
(HostSessionPeer peer) Notifies the session that fields have changed.int
RemoteHostSession.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.void
RemoteHostSession.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering, int updates) N/A.void
RemoteHostSession.onHostPrintPage
(HostSessionPeer peer) Called when a host printer needs printing of a new page.void
RemoteHostSession.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.void
RemoteHostSession.onScreenChange
(HostSessionPeer peer, int begin, int end, char[] chars, byte[] attr1, byte[] attr2) Notifies the session of a screen change.void
RemoteHostSessionListener.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos, char[] chars, byte[] attr1, byte[] attr2) Notifies the session of a screen change.void
RemoteHostSession.onScreenSizeChange
(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.void
RemoteHostSession.onSessionFailure
(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.void
RemoteHostSession.onStateChange
(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).boolean
RemoteHostSession.printSession
(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).void
RemoteHostSession.soundAlarm
(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term.server
Modifier and TypeMethodDescriptionvoid
TerminalHost.onConnectChange
(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.void
TerminalHost.onCursorPositionChange
(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.void
TerminalHost.onFieldChange
(HostSessionPeer peer) Notifies the session that fields have changed.int
TerminalHost.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.void
TerminalHost.onHostDataStreamProcessing
(HostSessionPeer peer, boolean isEntering, int updates) Data stream processing notification method.void
TerminalHost.onHostPrintPage
(HostSessionPeer peer) Called when a host printer needs printing of a new page.void
TerminalHost.onScreenChange
(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.void
TerminalHost.onScreenSizeChange
(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.void
TerminalHost.onSessionFailure
(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.void
TerminalHost.onStateChange
(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).boolean
TerminalHost.printSession
(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).void
TerminalHost.soundAlarm
(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term.tn3270e
Uses of HostSessionPeer in com.iizix.term.tn5250e