public interface DiscoveryConnector extends Connector
Modifier and Type | Method and Description |
---|---|
void |
addSpaceListener(ServiceListener listener) |
void |
announceSpace(SpaceCard spaceCard)
Announce the existence of a Space
|
void |
deregisterSpace(SpaceCard spaceCard)
De-register a Space
|
List<SpaceCard> |
findSpace()
Discovers all the Space without a filter
|
List<SpaceCard> |
findSpace(Dictionary<String,String> filters)
Discovers all the Space matching agains the filter
|
String |
getSDPPRotocol() |
void |
removeSpaceListener(ServiceListener listener) |
dispose, getDescription, getName, getProvider, getVersion, init, loadConfigurations
List<SpaceCard> findSpace(Dictionary<String,String> filters) throws DiscoveryConnectorException
filter
- DiscoveryConnectorException
List<SpaceCard> findSpace() throws DiscoveryConnectorException
DiscoveryConnectorException
void announceSpace(SpaceCard spaceCard) throws DiscoveryConnectorException
card
- DiscoveryConnectorException
void deregisterSpace(SpaceCard spaceCard) throws DiscoveryConnectorException
spaceCard
- DiscoveryConnectorException
String getSDPPRotocol()
void addSpaceListener(ServiceListener listener)
void removeSpaceListener(ServiceListener listener)
Copyright © 2018 universAAL Consortium. All rights reserved.