Uses of Interface
com.iizix.term.HostSessionPeer
Packages that use HostSessionPeer Package Description com.iizigo.term com.iizigo.term.prop com.iizix.term com.iizix.term.ee com.iizix.term.remote com.iizix.term.server com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of HostSessionPeer in com.iizigo.term
Methods in com.iizigo.term with parameters of type HostSessionPeer Modifier and Type Method Description void
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, java.lang.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
Methods in com.iizigo.term.prop with parameters of type HostSessionPeer Modifier and Type Method Description void
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, java.lang.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
Classes in com.iizix.term that implement HostSessionPeer Modifier and Type Class Description class
EmptyHostSession
The empty host session peer.Methods in com.iizix.term that return HostSessionPeer Modifier and Type Method Description HostSessionPeer
HostSession. getPeer()
Gets the peer.Methods in com.iizix.term with parameters of type HostSessionPeer Modifier and Type Method Description boolean
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, java.lang.Throwable exception)
Called when a session has had a failure.void
HostSessionListener. onSessionFailure(HostSessionPeer peer, java.lang.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
Classes in com.iizix.term.ee that implement HostSessionPeer Modifier and Type Class Description class
HostSessionEE
The EE host session peer.Uses of HostSessionPeer in com.iizix.term.remote
Methods in com.iizix.term.remote with parameters of type HostSessionPeer Modifier and Type Method Description void
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, java.lang.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
Methods in com.iizix.term.server with parameters of type HostSessionPeer Modifier and Type Method Description void
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, java.lang.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
Classes in com.iizix.term.tn3270e that implement HostSessionPeer Modifier and Type Class Description class
HostSession3270
The 3270 host session peer.Uses of HostSessionPeer in com.iizix.term.tn5250e
Classes in com.iizix.term.tn5250e that implement HostSessionPeer Modifier and Type Class Description class
HostSession5250
The 5250 host session peer.