Uses of Interface
com.iizix.term.HostSessionOwner
Packages that use HostSessionOwner Package Description com.iizigo.term.prop com.iizix.term com.iizix.term.remote com.iizix.term.server Uses of HostSessionOwner in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement HostSessionOwner Modifier and Type Class Description classTerminalDesignerPropClass for the EditorScreenProp in the designer.Uses of HostSessionOwner in com.iizix.term
Methods in com.iizix.term with parameters of type HostSessionOwner Modifier and Type Method Description voidHostSession. replaceOwner(HostSessionOwner owner)Replaces the host session owner for this session.Constructors in com.iizix.term with parameters of type HostSessionOwner Constructor Description HostSession(java.lang.String id, TerminalProps properties, HostSessionOwner owner)Creates an instance of the host session, but does not connect to the host.Uses of HostSessionOwner in com.iizix.term.remote
Classes in com.iizix.term.remote that implement HostSessionOwner Modifier and Type Class Description classRemoteHostSessionThe host screen changes.Uses of HostSessionOwner in com.iizix.term.server
Classes in com.iizix.term.server that implement HostSessionOwner Modifier and Type Class Description classTerminalHostThe terminal host implementation running a terminal of 3270, 5020 or EE type.