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
|
int[] |
getKernelVersion()
Get the TRIPsystem kernel version.
|
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 requestTdbExceptionint[] getKernelVersion()
throws TdbException
TdbExceptionTdbInterfaceType getInterfaceType()
boolean isConnected()
void close()
throws TdbException
TdbExceptionvoid reconnect()
throws TdbException
TdbException