org.jtoolkit.essence.utils
Interface Named

All Known Subinterfaces:
Cluster, ComponentBuilder, Container, Factory<D,E>, Named.Source<T>, Store<K,V>
All Known Implementing Classes:
CacheComponentBuilder, ClusterComponentBuilder, ClusterComponentBuilder.ClusterCollectionData, ClusterEvent, CollectionComponentBuilder, DataValue, Event.StatusEvent, Factory.AbstractFactory, JvmMetrics, Named.ContextSource, Named.MapSource, RWLock, Transaction

public interface Named

A class which has a unique name for a given name space. Useful for comments.

Author:
Peter Lawrey

Nested Class Summary
static class Named.ContextSource<T>
           
static class Named.MapSource<T>
           
static interface Named.Source<T>
           
 
Method Summary
 java.lang.String getName()
           
 

Method Detail

getName

@NotNull
java.lang.String getName()
Returns:
A printable name.


Copyright © Peter Lawrey. All Rights Reserved.