org.jboss.messaging.core.remoting.impl.mina
Class ServerKeepAliveFactory

java.lang.Object
  extended by org.jboss.messaging.core.remoting.impl.mina.ServerKeepAliveFactory
All Implemented Interfaces:
KeepAliveFactory

public class ServerKeepAliveFactory
extends java.lang.Object
implements KeepAliveFactory

Version:
$Revision$
Author:
Jeff Mesnil

Constructor Summary
ServerKeepAliveFactory()
           
 
Method Summary
 java.util.List<java.lang.Long> getSessions()
           
 Pong pong(long sessionID, Ping ping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerKeepAliveFactory

public ServerKeepAliveFactory()
Method Detail

pong

public Pong pong(long sessionID,
                 Ping ping)
Specified by:
pong in interface KeepAliveFactory

getSessions

public java.util.List<java.lang.Long> getSessions()


Copyright © 2006 JBoss Inc. All Rights Reserved.