Class DAAdvert

All Implemented Interfaces:
FunctionIDs

public class DAAdvert extends ReplyMessage
DAAdvert message
  • Constructor Details

    • DAAdvert

      public DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
      Ctor.
      Parameters:
      pErrorCode -
      pStatelessBootTime -
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
      pSPIList -
    • DAAdvert

      public DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
      Ctor.
      Parameters:
      pLangTag -
      pErrorCode -
      pStatelessBootTime -
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
      pSPIList -
    • DAAdvert

      public DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
      Ctor.
      Parameters:
      pHeader -
      pErrorCode -
      pStatelessBootTime -
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
      pSPIList -
  • Method Details