public interface IDiscoveryServiceDriver
Modifier and Type | Method and Description |
---|---|
DiscoveryServiceQuery |
createQuery()
Create and return an empty query
|
SearchAditionalPropertiesPanel |
getAditionalSearchPanel()
There are protocols that can support other attributes
to do the search.
|
DiscoveryServiceCapabilities |
getCapabilities(URI uri)
It try to discover the server capabilities.
|
int |
getDefaultPort() |
String |
getDefaultSchema() |
ServerData |
getOneServer() |
String |
getServerAnswerReady()
It return a message to write in the server connection frame
|
String |
getServiceName() |
boolean |
isProtocolSupported(URI uri)
It have to prove if the specified protocol is supported.
|
void |
setServerAnswerReady(String message)
It sets an error message
|
String |
toString()
This message will be showed in the protocols combo
|
DiscoveryServiceCapabilities getCapabilities(URI uri) throws NotSupportedVersionException
uri
- Server URINotSupportedVersionException
boolean isProtocolSupported(URI uri) throws NotSupportedProtocolException
uri
- Server URINotSupportedProtocolException
String getServerAnswerReady()
void setServerAnswerReady(String message)
int getDefaultPort()
String getDefaultSchema()
String getServiceName()
String toString()
SearchAditionalPropertiesPanel getAditionalSearchPanel()
DiscoveryServiceQuery createQuery()
ServerData getOneServer()