public class SimpleNameProvider extends java.lang.Object implements NameProvider
ObjectContainer.| Constructor and Description |
|---|
SimpleNameProvider(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name(ObjectContainer db)
Derives a name for the given
ObjectContainer. |
public java.lang.String name(ObjectContainer db)
NameProviderObjectContainer. This method will be called when
database startup has completed, i.e. the method will see a completely initialized ObjectContainer.
Any code invoked during the startup process (for example ConfigurationItem instances) will still
see the default naming.name in interface NameProvider