Kodo 4.1.4 generated on June 22 2007

Serialized Form


Package com.solarmetric.jdbc

Class com.solarmetric.jdbc.ConnectionPoolImplSubMBean extends Object implements Serializable

Serialized Fields

_cp

com.solarmetric.jdbc.ConnectionPoolImpl _cp

_prefix

String _prefix

Class com.solarmetric.jdbc.PoolingDataSourceSubMBean extends Object implements Serializable

Serialized Fields

_ds

com.solarmetric.jdbc.PoolingDataSource _ds

_prefix

String _prefix

Class com.solarmetric.jdbc.PSCacheSubMBean extends Object implements Serializable

Serialized Fields

_pscache

com.solarmetric.jdbc.PSCacheConnectionDecorator _pscache

_prefix

String _prefix

Package com.solarmetric.manage

Class com.solarmetric.manage.AggregatingStatistic extends com.solarmetric.manage.SimpleStatistic implements Serializable

Serialized Fields

minValue

double minValue

maxValue

double maxValue

cumValue

double cumValue

startTime

long startTime

lastSetTime

long lastSetTime

numSets

int numSets

Class com.solarmetric.manage.BoundedStatistic extends com.solarmetric.manage.SimpleStatistic implements Serializable

Serialized Fields

lowerBound

double lowerBound

upperBound

double upperBound

Class com.solarmetric.manage.BucketStatistic extends com.solarmetric.manage.SimpleStatistic implements Serializable

Serialized Fields

_bucketValue

double _bucketValue

_curValue

double _curValue

_startTime

long _startTime

_lastSetTime

long _lastSetTime

_numSamples

int _numSamples

_bucketType

int _bucketType

_bucketMode

int _bucketMode

_numTypeUnits

long _numTypeUnits

Class com.solarmetric.manage.ManageRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Class com.solarmetric.manage.SampleStatistic extends com.solarmetric.manage.SimpleStatistic implements Serializable

serialVersionUID: 1L

Serialized Fields

minValue

double minValue

maxValue

double maxValue

cumValue

double cumValue

firstValue

double firstValue

numSets

int numSets

Class com.solarmetric.manage.SimpleStatistic extends Object implements Serializable

Serialized Fields

name

String name

description

String description

ordDesc

String ordDesc

drawStyle

int drawStyle

value

double value

ignoreDuplicates

boolean ignoreDuplicates

Class com.solarmetric.manage.StatisticEvent extends EventObject implements Serializable

Serialized Fields

time

long time

value

double value

Class com.solarmetric.manage.TimeSamplingStatistic extends com.solarmetric.manage.SimpleStatistic implements Serializable

Serialized Fields

_valProvider

com.solarmetric.manage.ValueProvider _valProvider

_samplingThread

com.solarmetric.manage.TimeSamplingStatistic.TimeSamplingThread _samplingThread

_samplingIntervalMillis

long _samplingIntervalMillis

Class com.solarmetric.manage.WatchableEvent extends EventObject implements Serializable

Serialized Fields

stat

Statistic stat

Package com.solarmetric.manage.jmx

Class com.solarmetric.manage.jmx.AggregatingStatisticMBean extends com.solarmetric.manage.jmx.StatisticMBean implements Serializable

Class com.solarmetric.manage.jmx.BoundedStatisticMBean extends com.solarmetric.manage.jmx.StatisticMBean implements Serializable

Class com.solarmetric.manage.jmx.MultiMBean extends BaseDynamicMBean implements Serializable

Serialized Fields

description

String description

Class com.solarmetric.manage.jmx.NotificationBroadcasterImpl extends Object implements Serializable

Serialized Fields

_listeners

ArrayList<E> _listeners

_notifThread

com.solarmetric.manage.jmx.NotificationBroadcasterImpl.NotificationThread _notifThread

_conf

Configuration _conf

_timed

boolean _timed

Class com.solarmetric.manage.jmx.RuntimeSubMBean extends Object implements Serializable

Serialized Fields

_runtime

Runtime _runtime

_prefix

String _prefix

_totalMemStat

com.solarmetric.manage.TimeSamplingStatistic _totalMemStat

_freeMemStat

com.solarmetric.manage.TimeSamplingStatistic _freeMemStat

_stats

Collection<E> _stats

Class com.solarmetric.manage.jmx.StatisticMBean extends BaseDynamicMBean implements Serializable

Serialized Fields

_bcastSupport

com.solarmetric.manage.jmx.NotificationBroadcasterImpl _bcastSupport

_stat

Statistic _stat

_typeName

String _typeName

_statListener

StatisticListener _statListener

Class com.solarmetric.manage.jmx.StatisticMBean.BatchingStatisticListener extends Object implements Serializable

Serialized Fields

_seqNum

long _seqNum

_data

List<E> _data

_batchSize

int _batchSize

_batchTimeout

long _batchTimeout

_started

boolean _started

Class com.solarmetric.manage.jmx.StatisticSubMBean extends Object implements Serializable

Serialized Fields

_prefix

String _prefix

Package com.solarmetric.manage.jmx.gui

Class com.solarmetric.manage.jmx.gui.DashboardPanel extends com.solarmetric.ide.ui.swing.XPanel implements Serializable

Class com.solarmetric.manage.jmx.gui.DashboardPanel.ScrollablePanel extends com.solarmetric.ide.ui.swing.XPanel implements Serializable

Class com.solarmetric.manage.jmx.gui.JMXTree extends com.solarmetric.ide.ui.swing.XTree implements Serializable

Class com.solarmetric.manage.jmx.gui.MAttributesTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_server

MBeanServer _server

_instance

ObjectInstance _instance

_mbInfo

MBeanInfo _mbInfo

_editable

boolean _editable

columnNames

String[] columnNames

Class com.solarmetric.manage.jmx.gui.MBeanPanel extends com.solarmetric.ide.ui.swing.XPanel implements Serializable

Class com.solarmetric.manage.jmx.gui.MNotificationsTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_mbInfo

MBeanInfo _mbInfo

columnNames

String[] columnNames

Class com.solarmetric.manage.jmx.gui.MOperationsTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_mbInfo

MBeanInfo _mbInfo

columnNames

String[] columnNames

Class com.solarmetric.manage.jmx.gui.NotificationsTableModel extends AbstractTableModel implements Serializable

Serialized Fields

notifs

ArrayList<E> notifs

formatter

DateFormat formatter

columnNames

String[] columnNames

Class com.solarmetric.manage.jmx.gui.OperationExecuteAction extends AbstractAction implements Serializable

Serialized Fields

_server

MBeanServer _server

_instance

ObjectInstance _instance

_operInfo

MBeanOperationInfo _operInfo

_log

Log _log

Class com.solarmetric.manage.jmx.gui.OperationExecuteDialog extends com.solarmetric.ide.ui.swing.XDialog implements Serializable

Serialized Fields

_server

MBeanServer _server

_instance

ObjectInstance _instance

_opInfo

MBeanOperationInfo _opInfo

_opexModel

com.solarmetric.manage.jmx.gui.OperationExecuteTableModel _opexModel

_log

Log _log

Class com.solarmetric.manage.jmx.gui.OperationExecuteTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_opInfo

MBeanOperationInfo _opInfo

_args

Object[] _args

columnNames

String[] columnNames

Class com.solarmetric.manage.jmx.gui.OperationReturnDialog extends com.solarmetric.ide.ui.swing.XDialog implements Serializable


Package com.solarmetric.remote

Class com.solarmetric.remote.TransportException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable


Package kodo.conf

Class kodo.conf.ConsolidatedConfiguration extends OpenJPAConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package kodo.datacache

Class kodo.datacache.AppIdCacheObjectId extends Object implements Serializable

Serialized Fields

id

int id

Class kodo.datacache.CacheTestBroker.CachedQueryResult extends ListResultList implements Serializable

Class kodo.datacache.DataCacheSubMBean extends Object implements Serializable

Serialized Fields

_cache

DataCache _cache

_prefix

String _prefix

Class kodo.datacache.QueryCacheSubMBean extends Object implements Serializable

Serialized Fields

_cache

QueryCache _cache

_prefix

String _prefix

Package kodo.ee

Class kodo.ee.DefaultConnectionManager extends Object implements Serializable

Class kodo.ee.InteractionSpecImpl extends Object implements Serializable

Class kodo.ee.KodoBean extends Object implements Serializable

Serialized Fields

_cf

ConnectionFactory _cf

_rsrc

String _rsrc

_jndi

String _jndi

_context

Context _context

_logWriter

PrintWriter _logWriter

Class kodo.ee.KodoSessionBean extends kodo.ee.KodoBean implements Serializable

Serialized Fields

ctx

SessionContext ctx

Class kodo.ee.RecordImpl extends Object implements Serializable

Serialized Fields

recordName

String recordName

recordShortDescription

String recordShortDescription

Package kodo.jdbc.conf

Class kodo.jdbc.conf.JDBCConsolidatedConfiguration extends JDBCConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package kodo.jdbc.ee

Class kodo.jdbc.ee.JDBCConnectionFactory extends JDBCConsolidatedConfiguration implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.jdbc.ee.JDBCJCA15ManagedConnectionFactory extends JDBCManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.jdbc.ee.JDBCManagedConnectionFactory extends JDBCConsolidatedConfiguration implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.jdbc.ee.JDBCResourceAdapter extends JDBCConsolidatedConfiguration implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package kodo.jdbc.kernel

Class kodo.jdbc.kernel.CharArrayPKPCId extends Object implements Serializable

Serialized Fields

pk

char[] pk

Class kodo.jdbc.kernel.KodoJDBCBrokerFactory extends JDBCBrokerFactory implements Serializable

Class kodo.jdbc.kernel.PagingAppIdPCId extends Object implements Serializable

Serialized Fields

intField

int intField

longField

long longField

Package kodo.jdbc.meta

Class kodo.jdbc.meta.ConstantJoinPCId extends Object implements Serializable

Serialized Fields

pk1

int pk1

pk2

int pk2

Class kodo.jdbc.meta.CustomMappingTest extends AbstractValueHandler implements Serializable

Class kodo.jdbc.meta.KodoClassMapping extends ClassMapping implements Serializable

Serialized Fields

_lgSet

Set<E> _lgSet

_lgs

LockGroup[] _lgs

Class kodo.jdbc.meta.KodoFieldMapping extends FieldMapping implements Serializable

Serialized Fields

_lg

LockGroup _lg

Class kodo.jdbc.meta.KodoMappingRepository extends MappingRepository implements Serializable

Serialized Fields

_lgs

Map<K,V> _lgs

Class kodo.jdbc.meta.LockGroup extends Object implements Serializable

Serialized Fields

_name

String _name

Class kodo.jdbc.meta.LockGroupVersionMappingInfo extends VersionMappingInfo implements Serializable

Serialized Fields

_lgs

List<E> _lgs

Class kodo.jdbc.meta.LRSCompoundPCId extends Object implements Serializable

Serialized Fields

id1

int id1

id2

int id2

Class kodo.jdbc.meta.MappingTest2ID extends Object implements Serializable

Serialized Fields

pk1

int pk1

pk2

int pk2

Class kodo.jdbc.meta.PartialJoinPCId extends Object implements Serializable

Serialized Fields

pk1

int pk1

pk2

int pk2

Class kodo.jdbc.meta.RawField.RawMapping extends ImmutableValueHandler implements Serializable


Package kodo.jdbc.meta.strats

Class kodo.jdbc.meta.strats.ColumnPerLockGroupVersionStrategy extends AbstractVersionStrategy implements Serializable

Class kodo.jdbc.meta.strats.ElementEmbedValueHandler extends EmbedValueHandler implements Serializable

Serialized Fields

_vm

ValueMapping _vm

_cols

Column[] _cols

_args

Object[] _args

_nullIdx

int _nullIdx

_synthetic

boolean _synthetic

Class kodo.jdbc.meta.strats.HandlerCollectionTableFieldStrategy extends StoreCollectionFieldStrategy implements Serializable

Serialized Fields

_cols

Column[] _cols

_io

ColumnIO _io

_load

boolean _load

_lob

boolean _lob

_embed

boolean _embed

Class kodo.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable

Serialized Fields

_kcols

Column[] _kcols

_kio

ColumnIO _kio

_kload

boolean _kload

_vcols

Column[] _vcols

_vio

ColumnIO _vio

_vload

boolean _vload

Class kodo.jdbc.meta.strats.HandlerRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable

Serialized Fields

_kcols

Column[] _kcols

_kio

ColumnIO _kio

_kload

boolean _kload

Class kodo.jdbc.meta.strats.LockGroupNumberVersionStrategy extends ColumnPerLockGroupVersionStrategy implements Serializable

Serialized Fields

_initial

Number _initial

Class kodo.jdbc.meta.strats.LockGroupStateComparisonVersionStrategy extends AbstractVersionStrategy implements Serializable

Class kodo.jdbc.meta.strats.LockGroupTimestampVersionStrategy extends ColumnPerLockGroupVersionStrategy implements Serializable

Class kodo.jdbc.meta.strats.RelationHandlerMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable

Serialized Fields

_vcols

Column[] _vcols

_vio

ColumnIO _vio

_vload

boolean _vload

Class kodo.jdbc.meta.strats.RelationRelationMapTableFieldStrategy extends MapTableFieldStrategy implements Serializable

Serialized Fields

_keyRelationName

String _keyRelationName

Package kodo.jdbc.runtime

Class kodo.jdbc.runtime.JDBCFetchConfiguration extends FetchConfiguration implements Serializable

Serialized Fields

_fetch

JDBCFetchConfiguration _fetch
Deprecated. 

Class kodo.jdbc.runtime.JDBCPersistenceManagerFactory extends KodoPersistenceManagerFactory implements Serializable


Package kodo.jdbc.schema

Class kodo.jdbc.schema.PerClassTestObject2Id extends Object implements Serializable

Serialized Fields

age

String age

Package kodo.jdo

Class kodo.jdo.DataStoreException extends JDODataStoreException implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Class kodo.jdo.GeneralException extends kodo.jdo.CanRetryException implements Serializable

Class kodo.jdo.JDOSessionBean extends kodo.ee.KodoSessionBean implements Serializable

Serialized Fields

_pmf

boolean _pmf

Class kodo.jdo.LockException extends kodo.jdo.DataStoreException implements Serializable

Serialized Fields

timeout

int timeout

Class kodo.jdo.PersistenceManagerFactoryImpl extends Object implements Serializable

Serialized Fields

_factory

DelegatingBrokerFactory _factory

Class kodo.jdo.QueryImpl extends Object implements Serializable

Serialized Fields

_query

DelegatingQuery _query

_lang

int _lang

_sstr

kodo.kernel.jdoql.SingleString _sstr

_syncedString

boolean _syncedString

_syncedClauses

boolean _syncedClauses

Class kodo.jdo.ReferentialIntegrityException extends kodo.jdo.UserException implements Serializable

Serialized Fields

_iv

int _iv

Class kodo.jdo.UserException extends JDOUserException implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Package kodo.jdo.jdbc

Class kodo.jdo.jdbc.JDOConnectionFactory extends JDBCConsolidatedConfiguration implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.jdo.jdbc.JDOJCA15ManagedConnectionFactory extends JDOManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.jdo.jdbc.JDOManagedConnectionFactory extends JDBCManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package kodo.kernel

Class kodo.kernel.AImplB.Id extends Object implements Serializable

Serialized Fields

pk1

int pk1

pk2

String pk2

Class kodo.kernel.AppIdEmbeddedPCId extends Object implements Serializable

Serialized Fields

oid

int oid

Class kodo.kernel.AttachA extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

astr

String astr

aint

int aint

adbl

double adbl

stringArray

String[] stringArray

attachEArray

kodo.kernel.AttachE[] attachEArray

Class kodo.kernel.AttachB extends kodo.kernel.AttachA implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

bstr

String bstr

bint

int bint

bdbl

double bdbl

ds

Set<E> ds

stringIntMap

Map<K,V> stringIntMap

Class kodo.kernel.AttachC extends kodo.kernel.AttachB implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

cstr

String cstr

cint

int cint

cdbl

double cdbl

es

List<E> es

Class kodo.kernel.AttachD extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

version

Object version

dstr

String dstr

dint

int dint

ddbl

double ddbl

a

kodo.kernel.AttachA a

bs

Set<E> bs

pcStringMap

Map<K,V> pcStringMap

bigIntegerPCMap

TreeMap<K,V> bigIntegerPCMap

embeddedE

kodo.kernel.AttachE embeddedE

embeddedA

kodo.kernel.AttachA embeddedA

Class kodo.kernel.AttachE extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

version

Object version

estr

String estr

eint

int eint

edbl

double edbl

b

kodo.kernel.AttachB b

f

kodo.kernel.AttachF f

date

Date date

Class kodo.kernel.AttachF extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

id1

int id1

id2

String id2

fstr

String fstr

fint

int fint

fdbl

double fdbl

e

kodo.kernel.AttachE e

strings

List<E> strings

embeddedC

kodo.kernel.AttachC embeddedC

Class kodo.kernel.EmbeddedOwnerPCID extends Object implements Serializable

Serialized Fields

id1

int id1

id2

int id2

Class kodo.kernel.LockGroupPC extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

defaultLockGroupStringField

String defaultLockGroupStringField

explicitDefaultLockGroupIntField

int explicitDefaultLockGroupIntField

lockGroup0IntField

int lockGroup0IntField

lockGroup0StringField

String lockGroup0StringField

lockGroup1IntField

int lockGroup1IntField

unlockedStringField

String unlockedStringField

Class kodo.kernel.LockGroupPCKnownSubclass extends kodo.kernel.LockGroupPC implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

knownSubclassStringField

String knownSubclassStringField

Class kodo.kernel.PCClassPC extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

specificPC

Object specificPC

genericPC

Object genericPC

genericObject

Object genericObject

specificInterface

kodo.kernel.PCClassInterface specificInterface

defaultInterface

kodo.kernel.PCClassInterface defaultInterface

serializableInterface

Serializable serializableInterface

genericInterface

kodo.kernel.PCClassInterface genericInterface

Class kodo.kernel.RuntimeTest1 extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

byteField

byte byteField

booleanField

boolean booleanField

charField

char charField

doubleField

double doubleField

floatField

float floatField

intField

int intField

longField

long longField

shortField

short shortField

stringField

String stringField

bigIntegerField

BigInteger bigIntegerField

bigDecimalField

BigDecimal bigDecimalField

dateField

Date dateField

localeField

Locale localeField

byteObjfield

Byte byteObjfield

booleanObjField

Boolean booleanObjField

charObjField

Character charObjField

doubleObjField

Double doubleObjField

floatObjField

Float floatObjField

intObjField

Integer intObjField

longObjField

Long longObjField

shortObjField

Short shortObjField

transField

kodo.kernel.TransactionalClassPC transField

transString

String transString

selfOneOne

kodo.kernel.RuntimeTest1 selfOneOne

selfOneMany

Set<E> selfOneMany

Class kodo.kernel.RuntimeTest2 extends kodo.kernel.RuntimeTest1 implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

intField2

int intField2

Class kodo.kernel.RuntimeTest3 extends kodo.kernel.RuntimeTest2 implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

intField3

int intField3

Class kodo.kernel.TestAppId.Inner.Id extends Object implements Serializable

Serialized Fields

pk1

int pk1

pk2

String pk2

Class kodo.kernel.TestLobs.Inner2 extends Object implements Serializable

Serialized Fields

string

String string

Class kodo.kernel.TestPersistenceManagerFactoryImpl.BrokerFactoryTest extends AbstractBrokerFactory implements Serializable


Package kodo.persistence

Class kodo.persistence.AttachProxyA extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pk

int pk

version

int version

stringField

String stringField

fetchA

String fetchA

fetchB

String fetchB

pc

kodo.persistence.AttachProxyA pc

Class kodo.persistence.AttachProxyB extends kodo.persistence.AttachProxyA implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

stringField2

String stringField2

Class kodo.persistence.AttachProxyC extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

intField

int intField

pc

kodo.persistence.AttachProxyA pc

Class kodo.persistence.Entity2 extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pk

long pk

stringField

String stringField

intField

int intField

Class kodo.persistence.KodoEntityManagerFactoryImpl extends EntityManagerFactoryImpl implements Serializable

Serialized Fields

_lock

ReentrantLock _lock

Package kodo.persistence.jdbc

Class kodo.persistence.jdbc.CompositeId extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

Class kodo.persistence.jdbc.JPAConnectionFactory extends JDBCConsolidatedConfiguration implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.persistence.jdbc.JPAManagedConnectionFactory extends JDBCManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.persistence.jdbc.SQLMapAddress extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

id

int id

street

String street

state

String state

zip

int zip

Class kodo.persistence.jdbc.SQLMapItem extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

id

int id

name

String name

price

float price

Class kodo.persistence.jdbc.SQLMapOrder extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

id

int id

quantity

int quantity

item

kodo.persistence.jdbc.SQLMapItem item

Class kodo.persistence.jdbc.SQLMapPerson extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

address

kodo.persistence.jdbc.SQLMapAddress address

partner

kodo.persistence.jdbc.SQLMapPerson partner

Package kodo.query

Class kodo.query.CompoundAppIdPCId extends Object implements Serializable

Serialized Fields

pk1

String pk1

pk2

int pk2

Class kodo.query.KodoQuery extends kodo.jdo.QueryImpl implements Serializable

Serialized Fields

_fetch

FetchConfiguration _fetch
Deprecated. 

Class kodo.query.SimpleAppIdPCId extends Object implements Serializable

Serialized Fields

pk

String pk

Class kodo.query.TestInMemoryQueries.DummyFactory extends AbstractBrokerFactory implements Serializable


Package kodo.remote

Class kodo.remote.ClientBrokerFactory extends AbstractBrokerFactory implements Serializable

Serialized Fields

_listeners

List<E> _listeners

Class kodo.remote.ClientConfigurationImpl extends OpenJPAConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kodo.remote.ClientMetaDataRepository extends MetaDataRepository implements Serializable

Class kodo.remote.PersistenceServerServlet extends HttpServlet implements Serializable

Serialized Fields

_factory

BrokerFactory _factory

_io

CommandIO _io

_transport

HTTPTransport _transport

Class kodo.remote.RemotePCDataGenerator.PCDataTemplate extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput is)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput os)
                   throws IOException
Throws:
IOException

Class kodo.remote.RemotePCDataImpl extends PCDataImpl implements Serializable

Serialized Fields

_lockLevel

int _lockLevel

_flags

byte _flags

Class kodo.remote.TestListener.Uploader extends Object implements Serializable

Serialized Fields

_countUploadRead

int _countUploadRead

_countUploadWrite

int _countUploadWrite

_countDownloadRead

int _countDownloadRead

_countDownloadWrite

int _countDownloadWrite

__count

int __count

Package kodo.runtime

Class kodo.runtime.FetchConfiguration extends Object implements Serializable

Serialized Fields

_fetch

FetchConfiguration _fetch
Deprecated. 

Class kodo.runtime.KodoPersistenceManagerFactory extends Object implements Serializable

Serialized Fields

_pmf

PersistenceManagerFactoryImpl _pmf
Deprecated. 


Kodo 4.1.4 generated on June 22 2007

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.