|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.sa.ServiceTable
public class ServiceTable
ServiceTable
Constructor Summary | |
---|---|
ServiceTable(DatagramThread pDgramThread)
Ctor. |
Method Summary | |
---|---|
void |
add(ServiceURL pSrvURL,
List<ServiceLocationAttribute> pAttrList,
List<String> pScopes)
add |
List<ServiceLocationAttribute> |
getAttributes(ServiceType pSrvType,
List<String> pScopes)
getAttributes |
List<ServiceLocationAttribute> |
getAttributes(ServiceURL pSrvURL,
List<String> pScopes)
getAttributes |
List<ServiceType> |
getServiceTypes(List<String> pScopes)
getServiceTypes |
List<ServiceURL> |
getServiceURLs(ServiceType pSrvType,
List<String> pScopes)
getServiceURLs |
void |
remove(ServiceURL pSrvURL)
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceTable(DatagramThread pDgramThread)
pDgramThread
- Method Detail |
---|
public void add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes) throws UnknownHostException, IOException
pSrvURL
- pAttrList
- pScopes
-
UnknownHostException
IOException
public void remove(ServiceURL pSrvURL) throws UnknownHostException, IOException
pSrvURL
-
UnknownHostException
IOException
public List<ServiceURL> getServiceURLs(ServiceType pSrvType, List<String> pScopes)
pSrvType
- pScopes
-
public List<ServiceLocationAttribute> getAttributes(ServiceURL pSrvURL, List<String> pScopes)
pSrvURL
- pScopes
-
public List<ServiceLocationAttribute> getAttributes(ServiceType pSrvType, List<String> pScopes)
pSrvType
- pScopes
-
public List<ServiceType> getServiceTypes(List<String> pScopes)
pScopes
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |