org.semispace.comet.server
Class LeaseCancellationService

java.lang.Object
  extended by org.cometd.server.AbstractService
      extended by org.semispace.comet.server.LeaseCancellationService

public class LeaseCancellationService
extends org.cometd.server.AbstractService

Listen for notifications to cancel lease


Constructor Summary
LeaseCancellationService(org.cometd.bayeux.server.BayeuxServer bayeux)
           
 
Method Summary
static void registerCancelableLease(String callId, SemiLease lease, String clientId)
           
 void semispaceCancelLease(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.Message message)
           
 
Methods inherited from class org.cometd.server.AbstractService
addService, doInvoke, exception, getBayeux, getLocalSession, getServerSession, getThreadPool, isSeeOwnPublishes, send, setSeeOwnPublishes, setThreadPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaseCancellationService

public LeaseCancellationService(org.cometd.bayeux.server.BayeuxServer bayeux)
Method Detail

semispaceCancelLease

public void semispaceCancelLease(org.cometd.bayeux.server.ServerSession remote,
                                 org.cometd.bayeux.Message message)

registerCancelableLease

public static void registerCancelableLease(String callId,
                                           SemiLease lease,
                                           String clientId)


Copyright © 2008-2012. All Rights Reserved.