Inheritance diagram for de.alysis.r.basemodel.server.ServerImpl:


Public Member Functions | |
| ServerImpl (String host, int port, boolean isLocal) | |
| Constructor. | |
| boolean | isLocal () |
| identify server on local host | |
| String | getHostName () |
| Host name. | |
| int | getPort () |
| Port number. | |
| BaseConnection | getConnection () |
| RServe connection. | |
| String | getServerId () |
| Unique server id, concatenation of host name and port. | |
| boolean | isAvailable () |
| Check availability of server. | |
| void | connect () |
| Create or resume connection. | |
1.4.6