de.smartics.properties.core.services
Interface AdminRuntime

Package class diagram package AdminRuntime
All Known Implementing Classes:
ThreadLocalAdminRuntime

public interface AdminRuntime

Provides access to the configuration information configured into the runtime by an administation process.


Method Summary
 String getConfigurationName()
          Returns the name of the selected configuration.
 

Method Detail

getConfigurationName

@CheckForNull
String getConfigurationName()
Returns the name of the selected configuration.

Returns:
the name of the selected configuration. May be null, if no configuration is selected. In this case the configuration name found in the boot properties is used.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.