|
||||||||||
| 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,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pScopes)
add |
java.util.List<ServiceLocationAttribute> |
getAttributes(ServiceType pSrvType,
java.util.List<java.lang.String> pScopes)
getAttributes |
java.util.List<ServiceLocationAttribute> |
getAttributes(ServiceURL pSrvURL,
java.util.List<java.lang.String> pScopes)
getAttributes |
java.util.List<ServiceType> |
getServiceTypes(java.util.List<java.lang.String> pScopes)
getServiceTypes |
java.util.List<ServiceURL> |
getServiceURLs(ServiceType pSrvType,
java.util.List<java.lang.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,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pScopes)
throws java.net.UnknownHostException,
java.io.IOException
pSrvURL - pAttrList - pScopes -
java.net.UnknownHostException
java.io.IOException
public void remove(ServiceURL pSrvURL)
throws java.net.UnknownHostException,
java.io.IOException
pSrvURL -
java.net.UnknownHostException
java.io.IOException
public java.util.List<ServiceURL> getServiceURLs(ServiceType pSrvType,
java.util.List<java.lang.String> pScopes)
pSrvType - pScopes -
public java.util.List<ServiceLocationAttribute> getAttributes(ServiceURL pSrvURL,
java.util.List<java.lang.String> pScopes)
pSrvURL - pScopes -
public java.util.List<ServiceLocationAttribute> getAttributes(ServiceType pSrvType,
java.util.List<java.lang.String> pScopes)
pSrvType - pScopes -
public java.util.List<ServiceType> getServiceTypes(java.util.List<java.lang.String> pScopes)
pScopes -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||