com.mindoo.remote.api.ipc
Class IPCConnectionRegistry.IPCConnectionInfo
java.lang.Object
  
com.mindoo.remote.api.ipc.IPCConnectionRegistry.IPCConnectionInfo
- Enclosing class:
 - IPCConnectionRegistry
 
public static class IPCConnectionRegistry.IPCConnectionInfo
- extends java.lang.Object
 
Container for connection metadata
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IPCConnectionRegistry.IPCConnectionInfo
public IPCConnectionRegistry.IPCConnectionInfo(IPCRemoteAPIConnectionDispatcher handler,
                                               IRemoteEclipseConnection conn,
                                               java.util.Date lastActiveDate)
getLastActiveDate
public java.util.Date getLastActiveDate()
 
setLastActiveDate
public void setLastActiveDate(java.util.Date newDate)
 
getConnection
public IRemoteEclipseConnection getConnection()
 
getHandler
public IPCRemoteAPIConnectionDispatcher getHandler()