R
- is the generic type of the managed resources
.public abstract class AbstractDataResourceProvider<R extends DataResource> extends AbstractLoggableComponent implements DataResourceProvider<R>
DataResourceProvider
interface. Please extend this class if
possible to improve compatibility so if a new method may be added to DataResourceProvider
, the default
implementation can be added here so third-party code will NOT break.Constructor and Description |
---|
AbstractDataResourceProvider()
The constructor.
|
createLogger, doInitialize, getLogger
doInitialized, getInitializationState, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createResource, getResourceType, getSchemePrefixes
Copyright © 2001–2016 mmm-Team. All rights reserved.