|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueContainer | |
---|---|
org.openbandy.io | |
org.openbandy.io.db | |
org.openbandy.io.rms | |
org.openbandy.io.storage | |
org.openbandy.io.stream |
Uses of ValueContainer in org.openbandy.io |
---|
Methods in org.openbandy.io that return ValueContainer | |
---|---|
ValueContainer |
SerializationBuffer.container()
Returns the current container object. |
Methods in org.openbandy.io with parameters of type ValueContainer | |
---|---|
void |
SerializationBuffer.addContainer(ValueContainer container)
Add a new container to the buffer.container(). |
void |
SerializationBuffer.removeContainer(ValueContainer container)
Removes the given container from the list. |
Uses of ValueContainer in org.openbandy.io.db |
---|
Subclasses of ValueContainer in org.openbandy.io.db | |
---|---|
class |
DatabaseValueContainer
ValueContainer compliant representation of object data in order to be stored to and loaded from database. |
Uses of ValueContainer in org.openbandy.io.rms |
---|
Subclasses of ValueContainer in org.openbandy.io.rms | |
---|---|
class |
RmsValueContainer
TODO describe purpose and usage TODO reuse the output streams and use RmsRecord (c) Copyright P. |
Uses of ValueContainer in org.openbandy.io.storage |
---|
Subclasses of ValueContainer in org.openbandy.io.storage | |
---|---|
class |
StorageValueContainer
An implementation of the ValueContainer interface for storage purposes. |
Uses of ValueContainer in org.openbandy.io.stream |
---|
Subclasses of ValueContainer in org.openbandy.io.stream | |
---|---|
class |
StreamValueContainer
This value container is a wrapper for WbxmlParser and WbmXmlWriter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |