org.sblim.slp.internal.msg

Class DAAdvert

public class DAAdvert extends ReplyMessage

DAAdvert message
Constructor Summary
DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
Ctor.
DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
Ctor.
DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
Ctor.
Method Summary
IteratorgetExceptionIterator()
IteratorgetResultIterator()
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse
protected booleanserializeBody(SLPOutputStream pOutStr, SerializeOption pOption)

Constructor Detail

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 Detail

getExceptionIterator

public Iterator getExceptionIterator()

getResultIterator

public Iterator getResultIterator()

Returns: Iterator of DADescriptors

See Also: getResultIterator

parse

public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Parameters: pHdr pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

serializeBody

protected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.