Uses of Class
ch.ethz.iks.slp.ServiceLocationException

Uses of ServiceLocationException in ch.ethz.iks.slp
 

Methods in ch.ethz.iks.slp that throw ServiceLocationException
 void Advertiser.addAttributes(ServiceURL url, java.util.Dictionary attributes)
          Not yet implemented.
 void Advertiser.deleteAttributes(ServiceURL url, java.util.Dictionary attributeIds)
          Not yet implemented.
 void Advertiser.deregister(ServiceURL url)
          Unregister a service with the SLP framework.
 void Advertiser.deregister(ServiceURL url, java.util.List scopes)
          deregister a service in some scopes.
 ServiceLocationEnumeration Locator.findAttributes(ServiceType type, java.util.List scopes, java.util.List attributeIds)
          Find all services that match a ServiceType.
 ServiceLocationEnumeration Locator.findAttributes(ServiceURL url, java.util.List scopes, java.util.List attributeIds)
          Find all services that match a ServiceURL.
 ServiceLocationEnumeration Locator.findServices(ServiceType type, java.util.List scopes, java.lang.String searchFilter)
          Find all services that match a certain service type.
 ServiceLocationEnumeration Locator.findServiceTypes(java.lang.String namingAuthority, java.util.List scopes)
          Find all services types that are currently registered in the network.
static ServiceURL ServiceURL.fromBytes(java.io.DataInputStream input)
          Reads a byte stream from a DataInput and constructs a ServiceURL from it, following the RFC 2608 schema: 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Reserved | Lifetime | URL Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |URL len, contd.| URL (variable length) \ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |# of URL auths | Auth. blocks (if any) \ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ .
 java.lang.Object ServiceLocationEnumeration.next()
          get the next result of a request.
 void Advertiser.register(ServiceURL url, java.util.Dictionary attributes)
          Register a service with the SLP framework.
 void Advertiser.register(ServiceURL url, java.util.List scopes, java.util.Dictionary attributes)
          Register a service with the SLP framework.
 

Constructors in ch.ethz.iks.slp that throw ServiceLocationException
ServiceURL(java.lang.String serviceURL, int lifeTime)
          create a new ServiceURL instance from a String.
 



Copyright © 2008 Systems Group, ETH Zurich. All Rights Reserved.