com.hazelcast.spi
Interface WaitNotifyKey

All Known Implementing Classes:
AbstractWaitNotifyKey, ConditionKey, LatchKey, LockWaitNotifyKey, QueueWaitNotifyKey, SemaphoreWaitNotifyKey

public interface WaitNotifyKey

A key for a wait notify object e.g. an ICondition.


Method Summary
 String getObjectName()
           
 String getServiceName()
           
 

Method Detail

getServiceName

String getServiceName()

getObjectName

String getObjectName()


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