org.jboss.messaging.core.client.impl
Class ServerPingerImpl

java.lang.Object
  extended by org.jboss.messaging.core.client.impl.ServerPingerImpl
All Implemented Interfaces:
PacketHandler

public class ServerPingerImpl
extends java.lang.Object
implements PacketHandler

Author:
Andy Taylor

Constructor Summary
ServerPingerImpl(KeepAliveHandler keepAliveHandler, java.lang.Long id)
           
 
Method Summary
 long getID()
           
 void handle(Packet packet, PacketReturner sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerPingerImpl

public ServerPingerImpl(KeepAliveHandler keepAliveHandler,
                        java.lang.Long id)
Method Detail

getID

public long getID()
Specified by:
getID in interface PacketHandler

handle

public void handle(Packet packet,
                   PacketReturner sender)
Specified by:
handle in interface PacketHandler


Copyright © 2006 JBoss Inc. All Rights Reserved.