com.mindoo.remote.api.ipc
Class IPCConnectionRegistry.IPCConnectionInfo

java.lang.Object
  extended by com.mindoo.remote.api.ipc.IPCConnectionRegistry.IPCConnectionInfo
Enclosing class:
IPCConnectionRegistry

public static class IPCConnectionRegistry.IPCConnectionInfo
extends java.lang.Object

Container for connection metadata


Constructor Summary
IPCConnectionRegistry.IPCConnectionInfo(IPCRemoteAPIConnectionDispatcher handler, IRemoteEclipseConnection conn, java.util.Date lastActiveDate)
           
 
Method Summary
 IRemoteEclipseConnection getConnection()
           
 IPCRemoteAPIConnectionDispatcher getHandler()
           
 java.util.Date getLastActiveDate()
           
 void setLastActiveDate(java.util.Date newDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPCConnectionRegistry.IPCConnectionInfo

public IPCConnectionRegistry.IPCConnectionInfo(IPCRemoteAPIConnectionDispatcher handler,
                                               IRemoteEclipseConnection conn,
                                               java.util.Date lastActiveDate)
Method Detail

getLastActiveDate

public java.util.Date getLastActiveDate()

setLastActiveDate

public void setLastActiveDate(java.util.Date newDate)

getConnection

public IRemoteEclipseConnection getConnection()

getHandler

public IPCRemoteAPIConnectionDispatcher getHandler()