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

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

public class ClientKeepAliveFactory
extends java.lang.Object
implements KeepAliveFactory

Version:
$Revision$
Author:
Jeff Mesnil

Constructor Summary
ClientKeepAliveFactory()
           
 
Method Summary
 boolean isAlive()
           
 Pong pong(long sessionID, Ping ping)
           
 void setAlive(boolean alive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientKeepAliveFactory

public ClientKeepAliveFactory()
Method Detail

pong

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

isAlive

public boolean isAlive()

setAlive

public void setAlive(boolean alive)


Copyright © 2006 JBoss Inc. All Rights Reserved.