JBoss Application Server: Parent Aggregator 7.1.0.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Known Implementing Classes:
- FilePersistentObjectStore
public interface PersistentObjectStore<K,V extends Identifiable<K>>
Stores an indentifiable object in a persistent store. Note that the object store does NOT call any callbacks.
- Author:
- Carlo de Wolf, Paul Ferraro
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
V |
load(K key)
Load the object from storage.
|
void |
start()
Perform any initialization work.
|
void |
stop()
Perform any shutdown work.
|
void |
store(V obj)
Store the object into storage.
|
JBoss Application Server: Parent Aggregator 7.1.0.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.