|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.config.AbstractBasicResourceManager
org.deegree.rendering.r3d.multiresolution.persistence.BatchedMTStoreManager
public class BatchedMTStoreManager
The class TODO add class documentation here.
| Field Summary |
|---|
| Fields inherited from class org.deegree.commons.config.AbstractBasicResourceManager |
|---|
dir, idToState |
| Constructor Summary | |
|---|---|
BatchedMTStoreManager()
|
|
| Method Summary | |
|---|---|
ResourceState<BatchedMTStore> |
activate(String id)
Activates the resource with the given identifier. |
ResourceState<BatchedMTStore> |
deactivate(String id)
Deactivates the resource with the given identifier. |
static BatchedMTStore |
get(String id)
Returns the BatchedMTStore instance with the specified identifier. |
static Collection<BatchedMTStore> |
getAll()
Returns all active BatchedMTStores. |
Class<? extends ResourceManager>[] |
getDependencies()
|
ResourceManagerMetadata<BatchedMTStore> |
getMetadata()
|
protected ResourceProvider |
getProvider(File file)
|
void |
init(File configLocation)
Initializes the BatchedMTStoreManager by loading all BatchedMTStore configurations from the given
directory. |
protected void |
remove(String id)
|
void |
shutdown()
Is called upon workspace shutdown. |
void |
startup(DeegreeWorkspace workspace)
Is called upon workspace startup. |
| Methods inherited from class org.deegree.commons.config.AbstractBasicResourceManager |
|---|
createResource, deleteResource, getState, getStates, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchedMTStoreManager()
| Method Detail |
|---|
public void init(File configLocation)
BatchedMTStoreManager by loading all BatchedMTStore configurations from the given
directory.
configLocation - containing BatchedMT manager configurationspublic static BatchedMTStore get(String id)
BatchedMTStore instance with the specified identifier.
id - identifier of the BatchedMT store instance
BatchedMTStore instance or null if no such instance has been createdpublic static Collection<BatchedMTStore> getAll()
BatchedMTStores.
BatchedMTStores instance, may be empty but never nullpublic Class<? extends ResourceManager>[] getDependencies()
public void shutdown()
ResourceManager
public void startup(DeegreeWorkspace workspace)
ResourceManager
public ResourceManagerMetadata<BatchedMTStore> getMetadata()
public ResourceState<BatchedMTStore> activate(String id)
ResourceManager
id - resource identifier, must not be null
nullpublic ResourceState<BatchedMTStore> deactivate(String id)
ResourceManager
id - resource identifier, must not be null
nullprotected ResourceProvider getProvider(File file)
getProvider in class AbstractBasicResourceManagerprotected void remove(String id)
remove in class AbstractBasicResourceManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||