de.smartics.properties.resource.util
Class AbstractJndiBackedServiceFactory<T>
java.lang.Object
de.smartics.properties.resource.util.AbstractServiceFactory<T>
de.smartics.properties.resource.util.AbstractJndiBackedServiceFactory<T>
-
Type Parameters:
-
T
- the type of the service to instantiate.
-
Direct Known Subclasses:
-
ResourceHeapFactory,
ResourceRepositoryFactory
-
public abstract class AbstractJndiBackedServiceFactory<T>
-
extends
AbstractServiceFactory<T>
The service factory is backed by a JNDI configuration that provided implementations in case that none is found in META-INF/services
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJndiBackedServiceFactory
protected AbstractJndiBackedServiceFactory(Class<T> type)
-
Default constructor.
-
Parameters:
-
type
- the type of instances created by this factory.
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.