Uses of Class
org.livetribe.slp.Attributes

Packages that use Attributes
org.livetribe.slp   
org.livetribe.slp.api.da   
org.livetribe.slp.api.sa   
org.livetribe.slp.spi.da   
org.livetribe.slp.spi.filter   
org.livetribe.slp.spi.msg   
org.livetribe.slp.spi.sa   
 

Uses of Attributes in org.livetribe.slp
 

Methods in org.livetribe.slp that return Attributes
 Attributes ServiceInfo.getAttributes()
          Returns the Attributes of this ServiceInfo.
 Attributes Attributes.merge(Attributes that)
          Merges the attributes of this Attributes object with the attributes of the given Attributes object into a new Attributes object.
 Attributes Attributes.unmerge(Attributes that)
          Unmerges the attributes of this Attributes object with the attributes of the given Attributes object into a new Attributes object.
 

Methods in org.livetribe.slp with parameters of type Attributes
protected  ServiceInfo ServiceInfo.clone(ServiceType serviceType, ServiceURL serviceURL, Scopes scopes, Attributes attributes, String language)
          Returns a new clone of this ServiceInfo with the given arguments.
 Attributes Attributes.merge(Attributes that)
          Merges the attributes of this Attributes object with the attributes of the given Attributes object into a new Attributes object.
 Attributes Attributes.unmerge(Attributes that)
          Unmerges the attributes of this Attributes object with the attributes of the given Attributes object into a new Attributes object.
 

Constructors in org.livetribe.slp with parameters of type Attributes
ServiceInfo(ServiceType serviceType, ServiceURL serviceURL, Scopes scopes, Attributes attributes, String language)
          Creates a ServiceInfo from the given arguments; the ServiceInfo.ServiceInfo(ServiceURL, Scopes, Attributes, String) constructor should be preferred to this one, as it does not introduce ambiguity between the ServiceType argument and the ServiceType of the ServiceURL argument.
ServiceInfo(ServiceURL serviceURL, Scopes scopes, Attributes attributes, String language)
          Creates a ServiceInfo from a the given arguments.
 

Uses of Attributes in org.livetribe.slp.api.da
 

Methods in org.livetribe.slp.api.da that return Attributes
 Attributes StandardDirectoryAgent.getAttributes()
           
 

Methods in org.livetribe.slp.api.da with parameters of type Attributes
 void StandardDirectoryAgent.setAttributes(Attributes attributes)
           
 

Uses of Attributes in org.livetribe.slp.api.sa
 

Methods in org.livetribe.slp.api.sa that return Attributes
 Attributes StandardServiceAgent.getAttributes()
           
 

Methods in org.livetribe.slp.api.sa with parameters of type Attributes
 void StandardServiceAgent.setAttributes(Attributes attributes)
           
 

Uses of Attributes in org.livetribe.slp.spi.da
 

Methods in org.livetribe.slp.spi.da that return Attributes
 Attributes DirectoryAgentInfo.getAttributes()
           
 

Methods in org.livetribe.slp.spi.da with parameters of type Attributes
 void DirectoryAgentManager.multicastDAAdvert(long bootTime, Scopes scopes, Attributes attributes, Integer xid, String language)
           
 void StandardDirectoryAgentManager.multicastDAAdvert(long bootTime, Scopes scopes, Attributes attributes, Integer xid, String language)
           
 void DirectoryAgentManager.udpDAAdvert(InetSocketAddress address, long bootTime, Scopes scopes, Attributes attributes, Integer xid, String language)
           
 void StandardDirectoryAgentManager.udpDAAdvert(InetSocketAddress address, long bootTime, Scopes scopes, Attributes attributes, Integer xid, String language)
           
 

Uses of Attributes in org.livetribe.slp.spi.filter
 

Methods in org.livetribe.slp.spi.filter with parameters of type Attributes
 boolean ExpressionFilter.matches(Attributes attributes)
           
 boolean Filter.matches(Attributes attributes)
          Returns true if the given attributes matches the expression represented by this filter.
 boolean NotFilter.matches(Attributes attributes)
           
 boolean AlwaysMatchFilter.matches(Attributes attributes)
           
 boolean AndFilter.matches(Attributes attributes)
           
 boolean OrFilter.matches(Attributes attributes)
           
 

Uses of Attributes in org.livetribe.slp.spi.msg
 

Methods in org.livetribe.slp.spi.msg that return Attributes
 Attributes DAAdvert.getAttributes()
           
 Attributes SrvReg.getAttributes()
           
 Attributes SAAdvert.getAttributes()
           
 Attributes AttributeListExtension.getAttributes()
           
 Attributes SrvDeReg.getTags()
           
 

Methods in org.livetribe.slp.spi.msg with parameters of type Attributes
protected static byte[] Message.attributesToBytes(Attributes attributes)
           
 void SrvReg.removeAttributes(Attributes tags)
           
 void DAAdvert.setAttributes(Attributes attributes)
           
 void SrvReg.setAttributes(Attributes attributes)
           
 void SAAdvert.setAttributes(Attributes attributes)
           
 void AttributeListExtension.setAttributes(Attributes attributes)
           
 void SrvDeReg.setTags(Attributes tags)
           
 void SrvReg.updateAttributes(Attributes newAttributes)
           
 

Uses of Attributes in org.livetribe.slp.spi.sa
 

Methods in org.livetribe.slp.spi.sa that return Attributes
 Attributes ServiceAgentInfo.getAttributes()
           
 

Constructors in org.livetribe.slp.spi.sa with parameters of type Attributes
ServiceAgentInfo(String identifier, String url, Scopes scopes, Attributes attributes, String language)
           
 



Copyright © 2006-2012 LiveTribe. All Rights Reserved.