Class ServiceTable


  • public class ServiceTable
    extends java.lang.Object
    ServiceTable
    • Constructor Detail

      • ServiceTable

        public ServiceTable​(DatagramThread pDgramThread)
        Ctor.
        Parameters:
        pDgramThread -
    • Method Detail

      • add

        public void add​(ServiceURL pSrvURL,
                        java.util.List pAttrList,
                        java.util.List pScopes)
                 throws java.net.UnknownHostException,
                        java.io.IOException
        add
        Parameters:
        pSrvURL -
        pAttrList -
        pScopes -
        Throws:
        java.net.UnknownHostException
        java.io.IOException
      • remove

        public void remove​(ServiceURL pSrvURL)
                    throws java.net.UnknownHostException,
                           java.io.IOException
        remove
        Parameters:
        pSrvURL -
        Throws:
        java.net.UnknownHostException
        java.io.IOException
      • getServiceURLs

        public java.util.List getServiceURLs​(ServiceType pSrvType,
                                             java.util.List pScopes)
        getServiceURLs
        Parameters:
        pSrvType -
        pScopes -
        Returns:
        List
      • getAttributes

        public java.util.List getAttributes​(ServiceURL pSrvURL,
                                            java.util.List pScopes)
        getAttributes
        Parameters:
        pSrvURL -
        pScopes -
        Returns:
        List
      • getAttributes

        public java.util.List getAttributes​(ServiceType pSrvType,
                                            java.util.List pScopes)
        getAttributes
        Parameters:
        pSrvType -
        pScopes -
        Returns:
        List
      • getServiceTypes

        public java.util.List getServiceTypes​(java.util.List pScopes)
        getServiceTypes
        Parameters:
        pScopes -
        Returns:
        List