public abstract class AbstractDiscoveryServiceDriver extends Object implements IDiscoveryServiceDriver
| Constructor and Description |
|---|
AbstractDiscoveryServiceDriver() |
| Modifier and Type | Method and Description |
|---|---|
SearchAditionalPropertiesPanel |
getAditionalSearchPanel()
There are protocols that can support other attributes
to do the search.
|
int |
getDefaultPort() |
String |
getDefaultSchema() |
ServerData |
getOneServer() |
String |
getServerAnswerReady()
It return a message to write in the server connection frame
|
boolean |
isProtocolSupported(URI uri)
It have to prove if the specified protocol is supported.
|
void |
setServerAnswerReady(String serverAnswerReady)
It sets an error message
|
String |
toString()
This message will be showed in the protocols combo
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateQuery, getCapabilities, getServiceNamepublic String getServerAnswerReady()
IDiscoveryServiceDrivergetServerAnswerReady in interface IDiscoveryServiceDriverpublic void setServerAnswerReady(String serverAnswerReady)
IDiscoveryServiceDriversetServerAnswerReady in interface IDiscoveryServiceDriverpublic int getDefaultPort()
getDefaultPort in interface IDiscoveryServiceDriverpublic String getDefaultSchema()
getDefaultSchema in interface IDiscoveryServiceDriverpublic boolean isProtocolSupported(URI uri)
IDiscoveryServiceDriverisProtocolSupported in interface IDiscoveryServiceDriveruri - Server URIpublic SearchAditionalPropertiesPanel getAditionalSearchPanel()
IDiscoveryServiceDrivergetAditionalSearchPanel in interface IDiscoveryServiceDriverpublic String toString()
IDiscoveryServiceDrivertoString in interface IDiscoveryServiceDrivertoString in class Objectpublic ServerData getOneServer()
getOneServer in interface IDiscoveryServiceDriver