org.livetribe.slp.spi.da
Interface DirectoryAgentManager
- All Superinterfaces:
- AgentManager
- All Known Implementing Classes:
- StandardDirectoryAgentManager
public interface DirectoryAgentManager
- extends AgentManager
- Version:
- $Rev: 157 $ $Date: 2006-06-05 23:29:25 +0200 (Mon, 05 Jun 2006) $
Method Summary |
void |
multicastDAAdvert(long bootTime,
Scopes scopes,
Attributes attributes,
Integer xid,
String language)
|
void |
tcpSrvAck(Socket socket,
Integer xid,
String language,
int errorCode)
|
void |
tcpSrvRply(Socket socket,
Integer xid,
String language,
List serviceInfos)
|
void |
udpDAAdvert(InetSocketAddress address,
long bootTime,
Scopes scopes,
Attributes attributes,
Integer xid,
String language)
|
multicastDAAdvert
void multicastDAAdvert(long bootTime,
Scopes scopes,
Attributes attributes,
Integer xid,
String language)
throws IOException
- Throws:
IOException
udpDAAdvert
void udpDAAdvert(InetSocketAddress address,
long bootTime,
Scopes scopes,
Attributes attributes,
Integer xid,
String language)
throws IOException
- Throws:
IOException
tcpSrvAck
void tcpSrvAck(Socket socket,
Integer xid,
String language,
int errorCode)
throws IOException
- Throws:
IOException
tcpSrvRply
void tcpSrvRply(Socket socket,
Integer xid,
String language,
List serviceInfos)
throws IOException
- Throws:
IOException
Copyright © 2006-2012 LiveTribe. All Rights Reserved.