com.metamatrix.common.comm.api
Interface ServerConnection
- All Known Implementing Classes:
- LocalServerConnection, 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)
shutdown
void shutdown()
isOpen
boolean isOpen()
getLogonResult
LogonResult getLogonResult()
isSameInstance
boolean isSameInstance(ServerConnection conn)
throws CommunicationException
- Throws:
CommunicationException
Copyright © 2009. All Rights Reserved.