Class ARG_GetLoginList

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_GetLoginList
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_GetLoginList extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • ohAdminLogin

      public ADLogin ohAdminLogin
      login of model administrator or empty
    • strAdminName

      public String strAdminName
      name of user logged in as model administrator or empty
    • strAdminHost

      public String strAdminHost
      host of user logged in as model administrator or empty
    • cntGuest

      public int cntGuest
      number of guest logins
    • seqLogin

      public List<ADLogin> seqLogin
      list of logins
    • seqName

      public List<String> seqName
      list of the corresponding user names
    • seqDisplay

      public List<String> seqDisplay
      list of the corresponding displays
    • seqLog

      public List<K_LOGSTATUS> seqLog
      list of the corresponding log status
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble