org.terracotta.toolkit.object
Interface ToolkitObject

All Known Subinterfaces:
ToolkitAtomicLong, ToolkitBarrier, ToolkitBlockingQueue<E>, ToolkitBulkLoadObject, ToolkitCache<K,V>, ToolkitList<E>, ToolkitLock, ToolkitLockedObject, ToolkitMap<K,V>, ToolkitNotifier<T>, ToolkitReadWriteLock, ToolkitSet<E>, ToolkitSortedMap<K,V>, ToolkitSortedSet<E>, ToolkitStore<K,V>

public interface ToolkitObject

An instance retrieved/created using the Toolkit. Every instance created by the Toolkit is identified by a name.


Method Summary
 String getName()
          The name of this instance.
 

Method Detail

getName

String getName()
The name of this instance.

Returns:
name which identifies this instance within its type


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.