public interface TdbHostInterface
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the connection, release any associated resources
|
TdbInterfaceType |
getInterfaceType()
Return a value from the TdbInterfaceType interface, specifying the type
of connection supported by this host interface
|
boolean |
isConnected()
Returns true if there is a physical or networked connection to the server
|
void |
reconnect()
Shut down any existing connection and estalish a new one in place.
|
org.w3c.dom.Document |
XmlApi(org.w3c.dom.Document request)
Perform an XML request, return an XML response
|
org.w3c.dom.Document XmlApi(org.w3c.dom.Document request) throws TdbException
request
- The requestTdbException
TdbInterfaceType getInterfaceType()
boolean isConnected()
void close() throws TdbException
TdbException
void reconnect() throws TdbException
TdbException