FunctionIDspublic class ServiceRequest extends RequestMessage
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 | Description |
|---|---|
ServiceRequest(java.lang.String pLangTag,
java.util.SortedSet<java.lang.String> pPrevResponderSet,
ServiceType pServiceType,
java.util.List<java.lang.String> pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi) |
Ctor.
|
ServiceRequest(java.util.SortedSet<java.lang.String> pPrevResponderSet,
ServiceType pServiceType,
java.util.List<java.lang.String> pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi) |
Ctor.
|
ServiceRequest(MsgHeader pHeader,
java.util.SortedSet<java.lang.String> pPrevResponderSet,
ServiceType pServiceType,
java.util.List<java.lang.String> pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi) |
| Modifier and Type | Method | Description |
|---|---|---|
protected int[] |
getAllowedResponseIDs() |
|
ServiceType |
getServiceType() |
getServiceType
|
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr) |
parse
|
protected boolean |
serializeRequestBody(SLPOutputStream pOutStr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrevResponderSet, getPrevRespondersItr, getScopeList, isAllowedResponseType, serializeBody, serializeWithoutResponders, updatePrevRespondersfresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toStringpublic ServiceRequest(java.lang.String pLangTag,
java.util.SortedSet<java.lang.String> pPrevResponderSet,
ServiceType pServiceType,
java.util.List<java.lang.String> pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi)
pLangTag - pPrevResponderSet - - set of address stringspServiceType - pScopeList - - list of scope stringspPredicate - pSlpSpi - public ServiceRequest(java.util.SortedSet<java.lang.String> pPrevResponderSet,
ServiceType pServiceType,
java.util.List<java.lang.String> pScopeList,
java.lang.String pPredicate,
java.lang.String pSlpSpi)
pPrevResponderSet - - set of address stringspServiceType - pScopeList - - list of scope stringspPredicate - pSlpSpi - public ServiceRequest(MsgHeader pHeader, java.util.SortedSet<java.lang.String> pPrevResponderSet, ServiceType pServiceType, java.util.List<java.lang.String> pScopeList, java.lang.String pPredicate, java.lang.String pSlpSpi)
pHeader - pPrevResponderSet - - set of address stringspServiceType - pScopeList - - list of scope stringspPredicate - - LDAPv3 search filterpSlpSpi - public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, java.io.IOException
pHdr - pInStr - ServiceLocationExceptionjava.io.IOExceptionpublic ServiceType getServiceType()
protected boolean serializeRequestBody(SLPOutputStream pOutStr)
serializeRequestBody in class RequestMessageprotected int[] getAllowedResponseIDs()
getAllowedResponseIDs in class RequestMessageCopyright © 2005, 2013 IBM Corporation. All Rights Reserved.