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

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

public class VmPipeIdleStatusChecker
extends Object

This file is a patch to override MINA, because of the IdentityHashMap bug. Workaround to be supplied in MINA 1.0.7. This patched file will be removed once upgraded onto a newer MINA. Dectects idle sessions and fires sessionIdle events to them.


Method Summary
 void addSession(org.apache.mina.transport.vmpipe.support.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(org.apache.mina.transport.vmpipe.support.VmPipeSessionImpl session)


Licensed to the Apache Software Foundation