|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IContainer | |
|---|---|
| org.ov4j | |
| org.ov4j.cache | |
| org.ov4j.db4oImpl | |
| org.ov4j.hessianImpl | |
| org.ov4j.retry | |
| Uses of IContainer in org.ov4j |
|---|
| Methods in org.ov4j with parameters of type IContainer | |
|---|---|
void |
IContainer.duplicate(IContainer<T,C> cont)
Converts the given IContainer into an hessian implementation. |
| Constructors in org.ov4j with parameters of type IContainer | |
|---|---|
Controler(IContainer<T,C> db)
Instantiate a Controler using the specified container to store its data. |
|
LoadThread(java.util.List<Item<T,C>> list,
IContainer cont,
C id,
boolean allVersions)
|
|
| Uses of IContainer in org.ov4j.cache |
|---|
| Constructors in org.ov4j.cache with parameters of type IContainer | |
|---|---|
CacheHandler(IContainer<ClassComparable,CachedResultId> cont)
Constructor. |
|
| Uses of IContainer in org.ov4j.db4oImpl |
|---|
| Classes in org.ov4j.db4oImpl that implement IContainer | |
|---|---|
class |
Container<T extends Comparable<? super T> & Cloneable & Serializable,C extends Comparable<? super C>>
IContainer implementation using DB4O database for adta and DB4O extended memory database for mapping IDs. |
class |
MemoryContainer<T extends Comparable<? super T> & Cloneable & Serializable,C extends Comparable<? super C>>
Deprecated. The MemoryContainer relied on the db4o replication mechanisms which is now external in dRS, the MemoryContainer will no longer be extended. |
| Methods in org.ov4j.db4oImpl with parameters of type IContainer | |
|---|---|
void |
MemoryContainer.duplicate(IContainer<T,C> cont)
Deprecated. Converts the given IContainer into an hessian implementation. |
void |
Container.duplicate(IContainer<T,C> cont)
Converts the given IContainer into an hessian implementation. |
| Uses of IContainer in org.ov4j.hessianImpl |
|---|
| Methods in org.ov4j.hessianImpl with parameters of type IContainer | |
|---|---|
void |
Container.duplicate(IContainer<T,C> cont)
Converts the given IContainer into an hessian implementation. |
| Uses of IContainer in org.ov4j.retry |
|---|
| Constructors in org.ov4j.retry with parameters of type IContainer | |
|---|---|
RetryHandler(IContainer<ClassComparable,RetryableCallId> cont,
IContainer<ClassComparable,java.lang.Long> argCont)
Constructor. |
|
RetryHandler(IContainer<ClassComparable,RetryableCallId> cont,
IContainer<ClassComparable,java.lang.Long> argCont)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||