org.opencrx.application.airsync.server.handler
Class PingHandler

java.lang.Object
  extended by org.opencrx.application.airsync.server.handler.AbstractHandler
      extended by org.opencrx.application.airsync.server.handler.PingHandler
All Implemented Interfaces:
IRequestHandler

public class PingHandler
extends AbstractHandler


Nested Class Summary
static class PingHandler.PingRequest
           
 
Field Summary
protected static Logger logger
           
protected static long PING_DELAY
           
 
Fields inherited from class org.opencrx.application.airsync.server.handler.AbstractHandler
backend
 
Constructor Summary
PingHandler(ISyncBackend backend)
           
 
Method Summary
 Document handle(SyncRequest request, Document docRequest)
           
 
Methods inherited from class org.opencrx.application.airsync.server.handler.AbstractHandler
handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PING_DELAY

protected static final long PING_DELAY
See Also:
Constant Field Values

logger

protected static final Logger logger
Constructor Detail

PingHandler

public PingHandler(ISyncBackend backend)
Method Detail

handle

public Document handle(SyncRequest request,
                       Document docRequest)
Specified by:
handle in class AbstractHandler


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.