com.hazelcast.spi
Interface WaitNotifyKey

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

public interface WaitNotifyKey

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


Method Summary
 String getObjectName()
          Returns the object name of the wait notify object for this key.
 String getServiceName()
          Returns the service name of the wait notify object for this key.
 

Method Detail

getServiceName

String getServiceName()
Returns the service name of the wait notify object for this key.

Returns:
the service name of the wait notify object for this key

getObjectName

String getObjectName()
Returns the object name of the wait notify object for this key.

Returns:
the object name of the wait notify object for this key


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