Dashboard Builder Data Provider API 6.0.0.CR5

org.jboss.dashboard.provider
Class AbstractDataLoader

java.lang.Object
  extended by 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.


Field Summary
protected  DataProviderType dataProviderType
           
 
Constructor Summary
AbstractDataLoader()
           
 
Method Summary
 DataProviderType getDataProviderType()
          The provider type.
 void setDataProviderType(DataProviderType dataProviderType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.dashboard.provider.DataLoader
isReady, load
 

Field Detail

dataProviderType

protected DataProviderType dataProviderType
Constructor Detail

AbstractDataLoader

public AbstractDataLoader()
Method Detail

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

Dashboard Builder Data Provider API 6.0.0.CR5

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.