Uses of Class
com.iizix.server.monitor.EndPointPropCnr
Packages that use EndPointPropCnr Package Description com.iizix.db.prop com.iizix.server.monitor com.iizix.server.prop com.iizix.term.prop com.iizix.term.server Uses of EndPointPropCnr in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type EndPointPropCnr Modifier and Type Method Description void
ConnectionProfilesSetup. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)
Called when a new end point property container is added for a server monitor instance.Uses of EndPointPropCnr in com.iizix.server.monitor
Methods in com.iizix.server.monitor that return EndPointPropCnr Modifier and Type Method Description EndPointPropCnr
EndPointPropCnr. clone()
Clones the instance.Uses of EndPointPropCnr in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type EndPointPropCnr Modifier and Type Method Description void
IServerApplicationSetupPropCnr. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)
Called when a new end point property container is added for a server monitor instance.void
ServerConfigEnvProps. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)
Called when a new end point property container is added for a server monitor instance.Uses of EndPointPropCnr in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type EndPointPropCnr Modifier and Type Method Description void
SessionsProp. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)
Called when a new end point property container is added for a server monitor instance.Uses of EndPointPropCnr in com.iizix.term.server
Methods in com.iizix.term.server with parameters of type EndPointPropCnr Modifier and Type Method Description void
TerminalSessionManager. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)
Called when a new end point property container is added for a server monitor instance.