org.sblim.slp.internal.msg
public class DAAdvert extends ReplyMessage
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 and Description |
|---|
DAAdvert(int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pSPIList)
Ctor.
|
DAAdvert(MsgHeader pHeader,
int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pSPIList)
Ctor.
|
DAAdvert(java.lang.String pLangTag,
int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pSPIList)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getExceptionIterator()
getExceptionIterator
|
java.util.Iterator |
getResultIterator()
getResultIterator
|
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse
|
protected boolean |
serializeBody(SLPOutputStream pOutStr,
SerializeOption pOption) |
getErrorCodefresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toStringpublic DAAdvert(int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pSPIList)
pErrorCode - pStatelessBootTime - pURLStr - pScopeList - - list of scope stringspAttrList - - list of ServiceLocationAttributespSPIList - public DAAdvert(java.lang.String pLangTag,
int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List pScopeList,
java.util.List pAttrList,
java.util.List pSPIList)
pLangTag - pErrorCode - pStatelessBootTime - pURLStr - pScopeList - - list of scope stringspAttrList - - list of ServiceLocationAttributespSPIList - public DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, java.lang.String pURLStr, java.util.List pScopeList, java.util.List pAttrList, java.util.List pSPIList)
pHeader - pErrorCode - pStatelessBootTime - pURLStr - pScopeList - - list of scope stringspAttrList - - list of ServiceLocationAttributespSPIList - public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, java.io.IOException
pHdr - pInStr - ServiceLocationExceptionjava.io.IOExceptionpublic java.util.Iterator getResultIterator()
ReplyMessagegetResultIterator in class ReplyMessageReplyMessage.getResultIterator()protected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
serializeBody in class SLPMessagepublic java.util.Iterator getExceptionIterator()
ReplyMessagegetExceptionIterator in class ReplyMessageCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.