org.livetribe.slp.spi.ua
Interface UserAgentManager

All Superinterfaces:
AgentManager
All Known Implementing Classes:
StandardUserAgentManager

public interface UserAgentManager
extends AgentManager

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

Method Summary
 void addNotificationListener(MessageListener listener)
           
 DAAdvert[] multicastDASrvRqst(Scopes scopes, String filter, String language, long timeframe)
           
 SAAdvert[] multicastSASrvRqst(Scopes scopes, String filter, String language, int timeframe)
           
 SrvRply[] multicastSrvRqst(ServiceType serviceType, Scopes scopes, String filter, String language, int timeframe)
           
 void removeNotificationListener(MessageListener listener)
           
 SrvRply tcpSrvRqst(InetAddress address, ServiceType serviceType, Scopes scopes, String filter, String language)
           
 
Methods inherited from interface org.livetribe.slp.spi.AgentManager
addMessageListener, isRunning, removeMessageListener, start, stop
 

Method Detail

multicastDASrvRqst

DAAdvert[] multicastDASrvRqst(Scopes scopes,
                              String filter,
                              String language,
                              long timeframe)
                              throws IOException
Throws:
IOException

multicastSASrvRqst

SAAdvert[] multicastSASrvRqst(Scopes scopes,
                              String filter,
                              String language,
                              int timeframe)
                              throws IOException
Throws:
IOException

tcpSrvRqst

SrvRply tcpSrvRqst(InetAddress address,
                   ServiceType serviceType,
                   Scopes scopes,
                   String filter,
                   String language)
                   throws IOException
Throws:
IOException

addNotificationListener

void addNotificationListener(MessageListener listener)

removeNotificationListener

void removeNotificationListener(MessageListener listener)

multicastSrvRqst

SrvRply[] multicastSrvRqst(ServiceType serviceType,
                           Scopes scopes,
                           String filter,
                           String language,
                           int timeframe)
                           throws IOException
Throws:
IOException


Copyright © 2006-2012 LiveTribe. All Rights Reserved.