com.metamatrix.common.comm.api
Interface ServerConnection

All Known Implementing Classes:
LocalServerConnection, SocketServerConnection

public interface ServerConnection


Method Summary
 LogonResult getLogonResult()
           
<T> T
getService(java.lang.Class<T> iface)
           
 boolean isOpen()
           
 void shutdown()
           
 

Method Detail

getService

<T> T getService(java.lang.Class<T> iface)

shutdown

void shutdown()

isOpen

boolean isOpen()

getLogonResult

LogonResult getLogonResult()


Copyright © 2009. All Rights Reserved.