com.metamatrix.common.comm.api
Interface ServerConnection

All Known Implementing Classes:
LocalServerConnection, SocketServerConnection

public interface ServerConnection


Field Summary
static int PING_INTERVAL
           
 
Method Summary
 LogonResult getLogonResult()
           
<T> T
getService(java.lang.Class<T> iface)
           
 boolean isOpen()
           
 boolean isSameInstance(ServerConnection conn)
           
 void shutdown()
           
 

Field Detail

PING_INTERVAL

static final int PING_INTERVAL
See Also:
Constant Field Values
Method Detail

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.