org.livetribe.slp.api.ua
Interface UserAgent

All Superinterfaces:
Agent
All Known Implementing Classes:
StandardUserAgent

public interface UserAgent
extends Agent

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

Method Summary
 void addMessageRegistrationListener(MessageRegistrationListener listener)
           
 List findServices(ServiceType serviceType, Scopes scopes, String filter, String language)
           
 void removeMessageRegistrationListener(MessageRegistrationListener listener)
           
 void setUserAgentManager(UserAgentManager manager)
           
 
Methods inherited from interface org.livetribe.slp.api.Agent
isRunning, setScopes, start, stop
 

Method Detail

setUserAgentManager

void setUserAgentManager(UserAgentManager manager)

findServices

List findServices(ServiceType serviceType,
                  Scopes scopes,
                  String filter,
                  String language)
                  throws IOException,
                         ServiceLocationException
Throws:
IOException
ServiceLocationException

addMessageRegistrationListener

void addMessageRegistrationListener(MessageRegistrationListener listener)

removeMessageRegistrationListener

void removeMessageRegistrationListener(MessageRegistrationListener listener)


Copyright © 2006-2012 LiveTribe. All Rights Reserved.