Serialized Form


Package org.openmobileis.common.util.collection

Class org.openmobileis.common.util.collection.Array implements Serializable

Serialized Fields

elementData

java.lang.Object[] elementData
The array buffer into which the elements of the ArrayList are stored. The capacity of the ArrayList is the length of this array buffer.

size

int size
The size of the ArrayList (the number of elements it contains).

Class org.openmobileis.common.util.collection.LongArray implements Serializable

Serialized Fields

elementData

long[] elementData
The array buffer into which the elements of the ArrayList are stored. The capacity of the ArrayList is the length of this array buffer.

size

int size
The size of the Array (the number of elements it contains).


Package org.openmobileis.common.util.exception

Class org.openmobileis.common.util.exception.BadDataFormatException implements Serializable

Class org.openmobileis.common.util.exception.DefaultException implements Serializable

Class org.openmobileis.common.util.exception.OpenMISException implements Serializable

Serialized Fields

associatedException

java.lang.Throwable associatedException

priority

int priority

Class org.openmobileis.common.util.exception.ServerException implements Serializable

Class org.openmobileis.common.util.exception.ServiceException implements Serializable

Class org.openmobileis.common.util.exception.SQLException implements Serializable

Class org.openmobileis.common.util.exception.SynchroException implements Serializable


Package org.openmobileis.database

Class org.openmobileis.database.DatabaseException implements Serializable


Package org.openmobileis.database.fastobjectdb

Class org.openmobileis.database.fastobjectdb.FODBIndexDescriptor implements Serializable

Serialized Fields

name

java.lang.String name

memberName

java.lang.String memberName

type

int type

order

int order

Class org.openmobileis.database.fastobjectdb.FODBIntIndexDescriptor implements Serializable

Serialized Fields

incTabSize

int incTabSize

Class org.openmobileis.database.fastobjectdb.FODBLongIndexDescriptor implements Serializable

Serialized Fields

incTabSize

int incTabSize

Class org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor implements Serializable

Serialized Fields

keyLen

int keyLen

incTabSize

int incTabSize

caseSensitive

boolean caseSensitive


Package org.openmobileis.database.fastobjectdb.db.crypto

Class org.openmobileis.database.fastobjectdb.db.crypto.AcmeBlowfishCypher implements Serializable

Serialized Fields

cypher

Acme.Crypto.BlowfishCipher cypher


Package org.openmobileis.database.fastobjectdb.db.exception

Class org.openmobileis.database.fastobjectdb.db.exception.FODBException implements Serializable

Class org.openmobileis.database.fastobjectdb.db.exception.FODBQueryException implements Serializable


Package org.openmobileis.database.fastobjectdb.db.index

Class org.openmobileis.database.fastobjectdb.db.index.FODBIndexHeader implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.openmobileis.database.fastobjectdb.db.index.FODBIndexTable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package org.openmobileis.database.fastobjectdb.db.index.node

Class org.openmobileis.database.fastobjectdb.db.index.node.IntNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.openmobileis.database.fastobjectdb.db.index.node.LongNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.openmobileis.database.fastobjectdb.db.index.node.Node implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.openmobileis.database.fastobjectdb.db.index.node.StringNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package org.openmobileis.database.fastobjectdb.db.query.soda

Class org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaEvaluation implements Serializable


Package org.openmobileis.database.fastobjectdb.db.store

Class org.openmobileis.database.fastobjectdb.db.store.FODBCollectionFileHeader implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package org.openmobileis.database.fastobjectdb.db.test

Class org.openmobileis.database.fastobjectdb.db.test.TestData implements Serializable

Serialized Fields

key

java.lang.String key

begin

java.lang.String begin

Class org.openmobileis.database.fastobjectdb.db.test.TestDataWithArray implements Serializable

Serialized Fields

id

java.lang.String id

idLong

long idLong

stringList

java.lang.String[] stringList

indexStringList

int indexStringList

intList

int[] intList

indexIntList

int indexIntList

longList

long[] longList

indexLongList

int indexLongList

Class org.openmobileis.database.fastobjectdb.db.test.TestSearchData implements Serializable

Serialized Fields

key

int key


Package org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j

Class org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j.TestData implements Serializable

Serialized Fields

key

java.lang.String key

value

java.lang.String value


Package org.openmobileis.database.fastobjectdb.synchro.client

Class org.openmobileis.database.fastobjectdb.synchro.client.ActionDB implements Serializable

Serialized Fields

actionObjectUID

java.lang.String actionObjectUID

actionID

java.lang.String actionID

actionType

int actionType

actionServiceName

java.lang.String actionServiceName


Package org.openmobileis.database.fastobjectdb.synchro.server.sync4j

Class org.openmobileis.database.fastobjectdb.synchro.server.sync4j.FODBSync4JSourcePanel implements Serializable

Serialized Fields

panelName

javax.swing.JLabel panelName
label for the panel's name

titledBorder1

javax.swing.border.TitledBorder titledBorder1
border to evidence the title of the panel

nameLabel

javax.swing.JLabel nameLabel

nameValue

javax.swing.JTextField nameValue

typeLabel

javax.swing.JLabel typeLabel

typeValue

javax.swing.JTextField typeValue

sourceUriLabel

javax.swing.JLabel sourceUriLabel

sourceUriValue

javax.swing.JTextField sourceUriValue

confirmButton

javax.swing.JButton confirmButton

syncSource

FODBSync4JSource syncSource


Package org.openmobileis.embedded.webserver.templates

Class org.openmobileis.embedded.webserver.templates.TemplateNotFoundException implements Serializable


Package org.openmobileis.modules.crm.data.common

Class org.openmobileis.modules.crm.data.common.DefaultLabel implements Serializable

Serialized Fields

labelId

java.lang.String labelId

label

java.lang.String label

langue

java.lang.String langue

category

java.lang.String category

order

int order

Class org.openmobileis.modules.crm.data.common.DefaultRepresentant implements Serializable

Serialized Fields

langue

java.lang.String langue

id

java.lang.String id

installRep

boolean installRep

selectedRep

boolean selectedRep

profil

java.lang.String profil


Package org.openmobileis.modules.crm.database.common.fodb

Class org.openmobileis.modules.crm.database.common.fodb.FODBLabel implements Serializable



Copyright 2005 e-Care. All Rights Reserved.