org.jboss.dashboard.provider
Class AbstractDataLoader
java.lang.Object
org.jboss.dashboard.provider.AbstractDataLoader
- All Implemented Interfaces:
- DataLoader
public abstract class AbstractDataLoader
- extends Object
- implements DataLoader
Base class for the implementation of custom data loaders.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataProviderType
protected DataProviderType dataProviderType
AbstractDataLoader
public AbstractDataLoader()
getDataProviderType
public DataProviderType getDataProviderType()
- Description copied from interface:
DataLoader
- The provider type.
- Specified by:
getDataProviderType in interface DataLoader
setDataProviderType
public void setDataProviderType(DataProviderType dataProviderType)
- Specified by:
setDataProviderType in interface DataLoader
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.