Uses of Interface
com.iizix.term.HostSessionPeer
Packages that use HostSessionPeer
Package
Description
Uses of HostSessionPeer in com.iizigo.term
Methods in com.iizigo.term with parameters of type HostSessionPeerModifier and TypeMethodDescriptionvoidTerminalComposite.onConnectChange(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.voidTerminalComposite.onCursorPositionChange(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.voidTerminalComposite.onFieldChange(HostSessionPeer peer) Notifies the session that fields have changed.voidTerminalComposite.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering, int updates) Repaint listener.voidTerminalComposite.onScreenChange(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.voidTerminalComposite.onScreenSizeChange(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.voidTerminalComposite.onSessionFailure(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.voidTerminalComposite.onStateChange(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).voidTerminalComposite.soundAlarm(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type HostSessionPeerModifier and TypeMethodDescriptionvoidTerminalDesignerProp.onConnectChange(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.voidTerminalDesignerProp.onCursorPositionChange(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.voidTerminalDesignerProp.onFieldChange(HostSessionPeer peer) Notifies the session that fields have changed.intTerminalDesignerProp.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.voidTerminalDesignerProp.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering, int updates) N/A.voidTerminalDesignerProp.onHostPrintPage(HostSessionPeer peer) Called when a host printer needs printing of a new page.voidTerminalDesignerProp.onScreenChange(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.voidTerminalDesignerProp.onScreenSizeChange(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.voidTerminalDesignerProp.onSessionFailure(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.voidTerminalDesignerProp.onStateChange(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).booleanTerminalDesignerProp.printSession(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).voidTerminalDesignerProp.soundAlarm(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term
Classes in com.iizix.term that implement HostSessionPeerMethods in com.iizix.term that return HostSessionPeerMethods in com.iizix.term with parameters of type HostSessionPeerModifier and TypeMethodDescriptionbooleanHostSession.isReconnecting(HostSessionPeer peer) Check if the session is current being reconnected (e.g.voidHostSession.onConnectChange(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.voidHostSessionListener.onConnectChange(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.voidHostSession.onCursorPositionChange(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.voidHostSessionListener.onCursorPositionChange(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.voidHostSession.onFieldChange(HostSessionPeer peer) Notifies the session that fields have changed.voidHostSessionListener.onFieldChange(HostSessionPeer peer) Notifies the session that fields have changed.voidHostSession.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering) Called when entering or exiting data stream processing.voidHostSessionListener.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering, int updates) Called when data stream is to be processed.intHostSessionOwner.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.voidHostSession.onHostPrintPage(HostSessionPeer peer) Called when a host printer needs printing of a new page.voidHostSessionOwner.onHostPrintPage(HostSessionPeer peer) Called when a host printer needs printing of a new page.voidHostSession.onScreenChange(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.voidHostSession.onScreenChange(RemoteHostSessionListener listener, HostSessionPeer peer, int beginPos, int endPos) Method to update the screen of a RemoteHostScreenListener.voidHostSessionListener.onScreenChange(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.voidHostSession.onScreenSizeChange(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.voidHostSessionListener.onScreenSizeChange(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.voidHostSession.onSessionFailure(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.voidHostSessionListener.onSessionFailure(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.voidHostSession.onStateChange(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).voidHostSessionListener.onStateChange(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).booleanHostSession.printSession(HostSessionPeer peer) Print terminal session.booleanHostSessionOwner.printSession(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).voidHostSession.soundAlarm(HostSessionPeer peer) Sound alarm on the client.voidHostSessionListener.soundAlarm(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term.ee
Classes in com.iizix.term.ee that implement HostSessionPeerUses of HostSessionPeer in com.iizix.term.remote
Methods in com.iizix.term.remote with parameters of type HostSessionPeerModifier and TypeMethodDescriptionvoidRemoteHostSession.onConnectChange(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.voidRemoteHostSession.onCursorPositionChange(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.voidRemoteHostSession.onFieldChange(HostSessionPeer peer) Notifies the session that fields have changed.intRemoteHostSession.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.voidRemoteHostSession.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering, int updates) N/A.voidRemoteHostSession.onHostPrintPage(HostSessionPeer peer) Called when a host printer needs printing of a new page.voidRemoteHostSession.onScreenChange(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.voidRemoteHostSession.onScreenChange(HostSessionPeer peer, int begin, int end, char[] chars, byte[] attr1, byte[] attr2) Notifies the session of a screen change.voidRemoteHostSessionListener.onScreenChange(HostSessionPeer peer, int beginPos, int endPos, char[] chars, byte[] attr1, byte[] attr2) Notifies the session of a screen change.voidRemoteHostSession.onScreenSizeChange(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.voidRemoteHostSession.onSessionFailure(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.voidRemoteHostSession.onStateChange(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).booleanRemoteHostSession.printSession(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).voidRemoteHostSession.soundAlarm(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term.server
Methods in com.iizix.term.server with parameters of type HostSessionPeerModifier and TypeMethodDescriptionvoidTerminalHost.onConnectChange(HostSessionPeer peer, boolean connected) Notifies the session of a connect state change.voidTerminalHost.onCursorPositionChange(HostSessionPeer peer, int x, int y) Notifies the session that the cursor position has changed.voidTerminalHost.onFieldChange(HostSessionPeer peer) Notifies the session that fields have changed.intTerminalHost.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering) Called when the datastream enters or exits processing.voidTerminalHost.onHostDataStreamProcessing(HostSessionPeer peer, boolean isEntering, int updates) Data stream processing notification method.voidTerminalHost.onHostPrintPage(HostSessionPeer peer) Called when a host printer needs printing of a new page.voidTerminalHost.onScreenChange(HostSessionPeer peer, int beginPos, int endPos) Notifies the session of a screen change.voidTerminalHost.onScreenSizeChange(HostSessionPeer peer, int cx, int cy) Notifies the session that the screen size has changed.voidTerminalHost.onSessionFailure(HostSessionPeer peer, Throwable exception) Called when a session has had a failure.voidTerminalHost.onStateChange(HostSessionPeer peer) Notifies the session of a state change (such as insert mode, lock state, error state).booleanTerminalHost.printSession(HostSessionPeer peer) Called when the host (mainframe) has issued a Print Session (Print Local Copy).voidTerminalHost.soundAlarm(HostSessionPeer peer) Sound alarm on the client.Uses of HostSessionPeer in com.iizix.term.tn3270e
Classes in com.iizix.term.tn3270e that implement HostSessionPeerUses of HostSessionPeer in com.iizix.term.tn5250e
Classes in com.iizix.term.tn5250e that implement HostSessionPeer