org.objectweb.proactive.core.ssh
Class UnusedTunnel

java.lang.Object
  extended byorg.objectweb.proactive.core.ssh.UnusedTunnel

public class UnusedTunnel
extends java.lang.Object

Author:
mlacage A trivial placeholder for SshTunnels and their "unused" time. Used by the SshTunnel GC.

Constructor Summary
UnusedTunnel(SshTunnel tunnel)
           
 
Method Summary
 SshTunnel getTunnel()
           
 boolean isOldEnough()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnusedTunnel

public UnusedTunnel(SshTunnel tunnel)
Method Detail

getTunnel

public SshTunnel getTunnel()

isOldEnough

public boolean isOldEnough()


Copyright ? October 2004 INRIA All Rights Reserved.