org.livetribe.slp.spi.sa
Class ServiceAgentInfo

java.lang.Object
  extended by org.livetribe.slp.spi.sa.ServiceAgentInfo

public class ServiceAgentInfo
extends Object

Version:
$Rev: 163 $ $Date: 2006-06-12 17:14:02 +0200 (Mon, 12 Jun 2006) $

Field Summary
static String TCP_LISTENING
           
 
Constructor Summary
ServiceAgentInfo(String identifier, String url, Scopes scopes, Attributes attributes, String language)
           
 
Method Summary
static ServiceAgentInfo from(SAAdvert saAdvert)
           
 Attributes getAttributes()
           
 String getHost()
           
 String getIdentifier()
           
 String getLanguage()
           
 Scopes getScopes()
           
 boolean isTCPListening()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TCP_LISTENING

public static final String TCP_LISTENING
See Also:
Constant Field Values
Constructor Detail

ServiceAgentInfo

public ServiceAgentInfo(String identifier,
                        String url,
                        Scopes scopes,
                        Attributes attributes,
                        String language)
Method Detail

from

public static ServiceAgentInfo from(SAAdvert saAdvert)

getIdentifier

public String getIdentifier()

getScopes

public Scopes getScopes()

getAttributes

public Attributes getAttributes()

getLanguage

public String getLanguage()

getHost

public String getHost()

isTCPListening

public boolean isTCPListening()


Copyright © 2006-2012 LiveTribe. All Rights Reserved.