org.teiid.net
Interface ServerConnection
- All Known Implementing Classes:
- SocketServerConnection
public interface ServerConnection
PING_INTERVAL
static final int PING_INTERVAL
- See Also:
- Constant Field Values
getService
<T> T getService(java.lang.Class<T> iface)
close
void close()
isOpen
boolean isOpen(long msToTest)
getLogonResult
LogonResult getLogonResult()
isSameInstance
boolean isSameInstance(ServerConnection conn)
throws CommunicationException
- Throws:
CommunicationException
cleanUp
void cleanUp()
authenticate
void authenticate()
throws ConnectionException,
CommunicationException
- Throws:
ConnectionException
CommunicationException
Copyright © 2011. All Rights Reserved.