Class DAAdvert
java.lang.Object
org.sblim.slp.internal.msg.SLPMessage
org.sblim.slp.internal.msg.ReplyMessage
org.sblim.slp.internal.msg.DAAdvert
- All Implemented Interfaces:
FunctionIDs
DAAdvert message
-
Field Summary
Fields inherited from interface FunctionIDs
ATTR_RPLY, ATTR_RQST, DA_ADVERT, FIRST_ID, LAST_ID, SA_ADVERT, SRV_ACK, SRV_DEREG, SRV_REG, SRV_RPLY, SRV_RQST, SRV_TYPE_RPLY, SRV_TYPE_RQST -
Constructor Summary
ConstructorsConstructorDescriptionDAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList) Ctor.DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList) Ctor.DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList) Ctor. -
Method Summary
Modifier and TypeMethodDescriptiongetExceptionIteratorgetResultIteratorstatic SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr) parseprotected booleanserializeBody(SLPOutputStream pOutStr, SerializeOption pOption) Methods inherited from class ReplyMessage
getErrorCodeMethods inherited from class SLPMessage
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toString
-
Constructor Details
-
DAAdvert
public DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList) Ctor.- Parameters:
pErrorCode-pStatelessBootTime-pURLStr-pScopeList- - list of scope stringspAttrList- - list of ServiceLocationAttributespSPIList-
-
DAAdvert
public DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList) Ctor.- Parameters:
pLangTag-pErrorCode-pStatelessBootTime-pURLStr-pScopeList- - list of scope stringspAttrList- - list of ServiceLocationAttributespSPIList-
-
DAAdvert
public DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList) Ctor.- Parameters:
pHeader-pErrorCode-pStatelessBootTime-pURLStr-pScopeList- - list of scope stringspAttrList- - list of ServiceLocationAttributespSPIList-
-
-
Method Details
-
parse
public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException parse- Parameters:
pHdr-pInStr-- Returns:
- SLPMessage
- Throws:
ServiceLocationExceptionIOException
-
getResultIterator
Description copied from class:ReplyMessagegetResultIterator- Specified by:
getResultIteratorin classReplyMessage- Returns:
- Iterator of DADescriptors
- See Also:
-
serializeBody
- Specified by:
serializeBodyin classSLPMessage- Parameters:
pOption-- Returns:
- true if all data is written into pOStr (all data fits into size limit)
-
getExceptionIterator
Description copied from class:ReplyMessagegetExceptionIterator- Specified by:
getExceptionIteratorin classReplyMessage- Returns:
- Iterator
-