org.littleshoot.mina.transport.vmpipe.support
Class VmPipeIdleStatusChecker

java.lang.Object
  extended by org.littleshoot.mina.transport.vmpipe.support.VmPipeIdleStatusChecker

public class VmPipeIdleStatusChecker
extends Object

Dectects idle sessions and fires sessionIdle events to them.

Version:
$Rev: 585077 $, $Date: 2007-10-16 17:36:14 +0900 (Tue, 16 Oct 2007) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Method Summary
 void addSession(VmPipeSessionImpl session)
           
static VmPipeIdleStatusChecker getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static VmPipeIdleStatusChecker getInstance()

addSession

public void addSession(VmPipeSessionImpl session)


Copyright © 2011-2013 LittleShoot. All Rights Reserved.