public abstract class AbstractScopedMap<T> extends Object implements Engine<T>
| Constructor and Description |
|---|
AbstractScopedMap() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
dispose(T toDispose) |
T |
getObject() |
protected abstract T |
retrieveObject() |
void |
shutdown() |
public T getObject() throws ConfigurationException
getObject in interface Engine<T>ConfigurationExceptionprotected abstract T retrieveObject() throws ConfigurationException
ConfigurationExceptionprotected abstract void dispose(T toDispose)
Copyright © 2022. All Rights Reserved.