de.smartics.properties.core.services
Class AbstractJndiLookupLoader

Package class diagram package AbstractJndiLookupLoader
java.lang.Object
  extended by de.smartics.properties.core.services.AbstractJndiLookupLoader
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationJndiLookupLoader

public abstract class AbstractJndiLookupLoader
     
     
extends Object
implements Serializable

Base implementation for lookup loaders of extension configurations from JNDI.

See Also:
Serialized Form

Constructor Summary
protected AbstractJndiLookupLoader()
          Default constructor.
 
Method Summary
protected static String calcConfigurationName()
          Determines the name of the extension configuration to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJndiLookupLoader

protected AbstractJndiLookupLoader()
Default constructor.

Method Detail

calcConfigurationName

protected static final String calcConfigurationName()
                                             throws IOException
Determines the name of the extension configuration to use.

Returns:
the name to use. Must not be null-
Throws:
IOException - on any problem loading the configuration name.


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