|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializable | |
---|---|
com.funambol.push | |
com.funambol.storage | |
com.funambol.updater | |
com.funambol.util |
Uses of Serializable in com.funambol.push |
---|
Classes in com.funambol.push that implement Serializable | |
---|---|
class |
PushConfig
This class represents the system push subsystem configuration. |
Uses of Serializable in com.funambol.storage |
---|
Subinterfaces of Serializable in com.funambol.storage | |
---|---|
interface |
RmsRecordItem
RmsRecordItem defines an object that can be stored in a RMS store. |
Methods in com.funambol.storage that return Serializable | |
---|---|
Serializable |
NamedObjectStore.getFirstObject(Serializable obj)
Retrieve the first serializable object from the record store. |
Serializable |
NamedObjectStore.getNextObject(Serializable obj)
Retrieve the next serializable object from the record store. |
Serializable |
Serialized.getObject()
Object content getter |
Serializable |
NamedObjectStore.retrieve(int index,
Serializable obj)
Retrieve the serializable object from the record store, using a positional index. |
Serializable |
ObjectStore.retrieve(int index,
Serializable obj)
Retrieve the serialize object from the record store. |
Serializable |
NamedObjectStore.retrieve(java.lang.String name,
Serializable obj)
Retrieve the serializable object from the record store, using name to index it. |
Methods in com.funambol.storage with parameters of type Serializable | |
---|---|
Serializable |
NamedObjectStore.getFirstObject(Serializable obj)
Retrieve the first serializable object from the record store. |
Serializable |
NamedObjectStore.getNextObject(Serializable obj)
Retrieve the next serializable object from the record store. |
java.util.Enumeration |
ObjectStore.getObjects(Serializable s)
Get all object of the ObjectStore |
Serializable |
NamedObjectStore.retrieve(int index,
Serializable obj)
Retrieve the serializable object from the record store, using a positional index. |
Serializable |
ObjectStore.retrieve(int index,
Serializable obj)
Retrieve the serialize object from the record store. |
Serializable |
NamedObjectStore.retrieve(java.lang.String name,
Serializable obj)
Retrieve the serializable object from the record store, using name to index it. |
int |
ObjectStore.store(int index,
Serializable obj)
Store the serializable object in an existent record. |
int |
ObjectStore.store(Serializable obj)
Store the serializable object in a new record. |
boolean |
NamedObjectStore.store(java.lang.String name,
Serializable obj)
Store the serializable object in the ObjectStore, using the name hashcode to index it. |
Constructors in com.funambol.storage with parameters of type Serializable | |
---|---|
ObjectEnumeration(AbstractRecordStore refrs,
ObjectFilter rf,
ObjectComparator rc,
Serializable obj)
Constructor |
|
Serialized(java.io.DataInputStream in,
Serializable s,
int index)
|
Uses of Serializable in com.funambol.updater |
---|
Classes in com.funambol.updater that implement Serializable | |
---|---|
class |
BasicUpdaterConfig
|
Uses of Serializable in com.funambol.util |
---|
Classes in com.funambol.util that implement Serializable | |
---|---|
class |
BlackberryConfiguration
Container class for blackberry configurations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |