com.hazelcast.spi.impl.waitnotifyservice
Interface InternalWaitNotifyService

All Superinterfaces:
WaitNotifyService
All Known Implementing Classes:
WaitNotifyServiceImpl

public interface InternalWaitNotifyService
extends WaitNotifyService


Method Summary
 void cancelWaitingOps(String serviceName, Object objectId, Throwable cause)
           
 
Methods inherited from interface com.hazelcast.spi.WaitNotifyService
await, notify
 

Method Detail

cancelWaitingOps

void cancelWaitingOps(String serviceName,
                      Object objectId,
                      Throwable cause)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.