public interface QConnector
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect.
|
void |
disconnect()
Disconnect.
|
String |
getHost() |
int |
getPort() |
boolean |
isConnected() |
boolean |
reconnectOnError() |
void connect()
throws QConnectorException,
QConnectorError
QConnectorException - If the connection can not be establishedQConnectorError - If the QConnector is already connectedvoid disconnect()
throws QConnectorError
QConnectorError - If the connection was disconnected alreadyString getHost()
int getPort()
boolean reconnectOnError()
boolean isConnected()
Copyright © 2012-2014. All Rights Reserved.