de.smartics.properties.resource.util
Class AbstractJndiBackedServiceFactory<T>

Package class diagram package AbstractJndiBackedServiceFactory
java.lang.Object
  extended by de.smartics.properties.resource.util.AbstractServiceFactory<T>
      extended by 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.


Constructor Summary
protected AbstractJndiBackedServiceFactory(Class<T> type)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.properties.resource.util.AbstractServiceFactory
create, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.