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(java.net.URI uri)
It try to discover the server capabilities.
|
int |
getDefaultPort() |
java.lang.String |
getDefaultSchema() |
ServerData |
getOneServer() |
java.lang.String |
getServerAnswerReady()
It return a message to write in the server connection frame
|
java.lang.String |
getServiceName() |
boolean |
isProtocolSupported(java.net.URI uri)
It have to prove if the specified protocol is supported.
|
void |
setServerAnswerReady(java.lang.String message)
It sets an error message
|
java.lang.String |
toString()
This message will be showed in the protocols combo
|
DiscoveryServiceCapabilities getCapabilities(java.net.URI uri) throws NotSupportedVersionException
uri - Server URINotSupportedVersionExceptionboolean isProtocolSupported(java.net.URI uri)
throws NotSupportedProtocolException
uri - Server URINotSupportedProtocolExceptionjava.lang.String getServerAnswerReady()
void setServerAnswerReady(java.lang.String message)
int getDefaultPort()
java.lang.String getDefaultSchema()
java.lang.String getServiceName()
java.lang.String toString()
toString in class java.lang.ObjectSearchAditionalPropertiesPanel getAditionalSearchPanel()
DiscoveryServiceQuery createQuery()
ServerData getOneServer()