Class DAAdvert

java.lang.Object
All Implemented Interfaces:
FunctionIDs

public class DAAdvert extends ReplyMessage
DAAdvert message
  • Constructor Details

    • DAAdvert

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

      public DAAdvert(java.lang.String pLangTag, int pErrorCode, long pStatelessBootTime, java.lang.String pURLStr, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<java.lang.String> 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, java.lang.String pURLStr, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<java.lang.String> pSPIList)
      Ctor.
      Parameters:
      pHeader -
      pErrorCode -
      pStatelessBootTime -
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
      pSPIList -
  • Method Details