com.ibm.portal.resolver.helper
Class AbstractDataSouceFactory

java.lang.Object
  extended by com.ibm.portal.resolver.helper.AbstractDataSouceFactory
All Implemented Interfaces:
DataSourceFactory

public abstract class AbstractDataSouceFactory
extends java.lang.Object
implements DataSourceFactory

Base class for all data source factories. Used for tagging purposes, only

Since:
8.0
Note:
This interface is designed to be implemented by clients.

Field Summary
protected static int LOG_LEVEL
          Default trace level for all data source factories
 
Constructor Summary
AbstractDataSouceFactory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_LEVEL

protected static final int LOG_LEVEL
Default trace level for all data source factories

See Also:
Constant Field Values
Constructor Detail

AbstractDataSouceFactory

public AbstractDataSouceFactory()