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, wait
createQuery, getCapabilities, getServiceName
public String getServerAnswerReady()
IDiscoveryServiceDriver
getServerAnswerReady
in interface IDiscoveryServiceDriver
public void setServerAnswerReady(String serverAnswerReady)
IDiscoveryServiceDriver
setServerAnswerReady
in interface IDiscoveryServiceDriver
public int getDefaultPort()
getDefaultPort
in interface IDiscoveryServiceDriver
public String getDefaultSchema()
getDefaultSchema
in interface IDiscoveryServiceDriver
public boolean isProtocolSupported(URI uri)
IDiscoveryServiceDriver
isProtocolSupported
in interface IDiscoveryServiceDriver
uri
- Server URIpublic SearchAditionalPropertiesPanel getAditionalSearchPanel()
IDiscoveryServiceDriver
getAditionalSearchPanel
in interface IDiscoveryServiceDriver
public String toString()
IDiscoveryServiceDriver
toString
in interface IDiscoveryServiceDriver
toString
in class Object
public ServerData getOneServer()
getOneServer
in interface IDiscoveryServiceDriver