Serialized Form


Package org.niggle.servlet

Class org.niggle.servlet.NiggleServlet implements Serializable

Serialized Fields

niggleConfig

NiggleConfig niggleConfig
The object that contains our servlet config info.


Package org.niggle.templates.freemarkerimpl

Class org.niggle.templates.freemarkerimpl.RecordWrapper implements Serializable

Serialized Fields

rec

Record rec


Package org.oreodata

Class org.oreodata.AbstractDataSource implements Serializable

Serialized Fields

defaultCharEncoding

java.lang.String defaultCharEncoding
The character encoding to use for XML streams


transactionCount

int transactionCount
Number of transactions since last log rotation


lastLogRotation

java.util.Date lastLogRotation
time of last log rotation


recComparator

java.util.Comparator recComparator

xmlOutputter

XMLOutput xmlOutputter

name

java.lang.String name

listeners

java.util.ArrayList listeners
Listeners to inform of changes to the data in this container.


useXML

boolean useXML

fireEvents

boolean fireEvents

Class org.oreodata.AbstractDataSource_Stub implements Serializable

Class org.oreodata.AbstractRecord 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.oreodata.CompactRecord 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.oreodata.DataEvent implements Serializable

Serialized Fields

type

int type
either RECORD_INSERTED, RECORD_DELETED or RECORD_UPDATED


newRecord

Record newRecord
record being added


oldRecord

Record oldRecord
Record being deleted or displaced


timeStamp

java.util.Date timeStamp

Class org.oreodata.DataException implements Serializable

Serialized Fields

record

Record record

nestedException

java.lang.Exception nestedException

locale

java.util.Locale locale

Class org.oreodata.DataRegistryImpl implements Serializable

Serialized Fields

dataSourceLookup

java.util.HashMap dataSourceLookup

metadataLookup

java.util.HashMap metadataLookup

remoteRegistry

DataRegistry remoteRegistry

Class org.oreodata.DataRegistryImpl_Stub implements Serializable

Class org.oreodata.DefaultRecord 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.oreodata.DuplicateRecordException implements Serializable

Class org.oreodata.ImmutableDataException implements Serializable

Serialized Fields

rec

Record rec

Class org.oreodata.InvalidDataException implements Serializable

Class org.oreodata.InvalidFieldException implements Serializable

Serialized Fields

rec

Record rec

Class org.oreodata.MangledDataException implements Serializable

Class org.oreodata.MissingContextException implements Serializable

Class org.oreodata.MissingDataException implements Serializable

Class org.oreodata.MissingRecordException implements Serializable

Class org.oreodata.ModifiedRecordException implements Serializable

Class org.oreodata.ReferentialIntegrityException implements Serializable

Serialized Fields

rec

Record rec

t

java.lang.Throwable t

Class org.oreodata.UnknownRecordTypeException implements Serializable


Package org.oreodata.jdbcimpl

Class org.oreodata.jdbcimpl.JDBCBackedRecordSet implements Serializable

Serialized Fields

maxCacheSize

int maxCacheSize

minConnections

int minConnections

maxConnections

int maxConnections

cacheRefreshFrequency

long cacheRefreshFrequency

lastCacheWipe

long lastCacheWipe

completelyCachedTypes

java.util.List completelyCachedTypes

rnd

java.util.Random rnd

cache

java.util.Map cache

pool

ConnectionPool pool

userID

java.lang.String userID

password

java.lang.String password

checkConcurrentUpdate

boolean checkConcurrentUpdate

driverClassName

java.lang.String driverClassName

jdbcURL

java.lang.String jdbcURL

defaultRecordType

java.lang.String defaultRecordType

doubleQuoteLiteral

boolean doubleQuoteLiteral

Class org.oreodata.jdbcimpl.JDBCTransactionalDataSource implements Serializable

Serialized Fields

transactionMap

java.util.Map transactionMap

pendingKeys

java.util.Map pendingKeys

lastStalenessCheck

long lastStalenessCheck

maxTransactionTimeout

long maxTransactionTimeout

staleCheckFrequency

long staleCheckFrequency

transactionScreeners

java.util.ArrayList transactionScreeners

nativeTransactionSupport

boolean nativeTransactionSupport

Class org.oreodata.jdbcimpl.JDBCTransactionalDataSource_Stub implements Serializable


Package org.oreodata.metadata

Class org.oreodata.metadata.BooleanField implements Serializable

Class org.oreodata.metadata.DataSourceMetadata implements Serializable

Serialized Fields

cl

java.lang.Class cl

instance

OreoDataSource instance

remote

boolean remote

preload

boolean preload

Class org.oreodata.metadata.DateField implements Serializable

Serialized Fields

dateFormat

java.text.DateFormat dateFormat

alternateDateFormats

java.text.DateFormat[] alternateDateFormats

setToNow

boolean setToNow

defaultOffsetFromNow

long defaultOffsetFromNow

Class org.oreodata.metadata.EmailField implements Serializable

Class org.oreodata.metadata.Field implements Serializable

Serialized Fields

name

java.lang.String name

required

boolean required

setExternally

boolean setExternally

sqlType

java.lang.String sqlType

defaultValueString

java.lang.String defaultValueString

properties

java.util.Properties properties

intern

boolean intern

normalization

int normalization
A bitmask that determines how the string is "normalized".


whitespacechars

java.lang.String whitespacechars
The whitespace characters used when trimming strings for normalization.


interned

java.util.Hashtable interned

Class org.oreodata.metadata.ForeignKeyField implements Serializable

Serialized Fields

dataSourceName

java.lang.String dataSourceName

recType

java.lang.String recType

javaType

java.lang.Class javaType

Class org.oreodata.metadata.JoinMetadata implements Serializable

Serialized Fields

fields

Field[] fields

aliases

java.util.HashMap aliases

recordClass

java.lang.Class recordClass

presentationWrapperClass

java.lang.Class presentationWrapperClass

type

java.lang.String type

tableName

java.lang.String tableName

properties

java.util.Properties properties

Class org.oreodata.metadata.LocaleField implements Serializable

Class org.oreodata.metadata.NumericalField implements Serializable

Serialized Fields

min

java.lang.Object min

max

java.lang.Object max

numericalType

java.lang.Class numericalType

Class org.oreodata.metadata.RecordMetadata implements Serializable

Serialized Fields

fields

Field[] fields

aliases

java.util.HashMap aliases

recordClass

java.lang.Class recordClass

presentationWrapperClass

java.lang.Class presentationWrapperClass

type

java.lang.String type

tableName

java.lang.String tableName

properties

java.util.Properties properties

hasExternallySetValues

boolean hasExternallySetValues

Class org.oreodata.metadata.StringField implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
If the regexp string is defined, reconstitute the regexp object (since gnu.regexp.RE is not serializable)

Serialized Fields

minLength

int minLength

maxLength

int maxLength

regexpString

java.lang.String regexpString

Class org.oreodata.metadata.TimeZoneField implements Serializable

Class org.oreodata.metadata.TupleMetadata implements Serializable

Serialized Fields

fields

Field[] fields

aliases

java.util.HashMap aliases

recordClass

java.lang.Class recordClass

presentationWrapperClass

java.lang.Class presentationWrapperClass

type

java.lang.String type

tableName

java.lang.String tableName

properties

java.util.Properties properties

Class org.oreodata.metadata.URLField implements Serializable


Package org.oreodata.predicates

Class org.oreodata.predicates.ClassConstraint implements Serializable

Serialized Fields

clase

java.lang.Class clase

Class org.oreodata.predicates.CompoundPredicate implements Serializable

Serialized Fields

lhs

Predicate lhs

rhs

Predicate rhs

operation

int operation

Class org.oreodata.predicates.Predicate implements Serializable

Serialized Fields

complement

Predicate complement

Class org.oreodata.predicates.SimplePredicate implements Serializable

Serialized Fields

recType

java.lang.String recType

fieldName

java.lang.String fieldName

comparisonValue

java.lang.Object comparisonValue

comparator

java.util.Comparator comparator

comparisonType

int comparisonType

caseInsensitive

boolean caseInsensitive

sqlQuery

java.lang.String sqlQuery

Class org.oreodata.predicates.TypeFilter implements Serializable

Serialized Fields

recType

java.lang.String recType

query

java.lang.String query


Package org.oreodata.standalone

Class org.oreodata.standalone.AntiRecord 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.oreodata.standalone.InMemoryDataSource implements Serializable

Serialized Fields

container

java.util.Map container

rnd

java.util.Random rnd

dataLogger

DataLogger dataLogger

snapshotFile

java.io.File snapshotFile

snapshotFile_gz

java.io.File snapshotFile_gz

snapshotFrequency

int snapshotFrequency

lastLogRotation

java.util.Date lastLogRotation

gzipSnapshots

boolean gzipSnapshots

gzipOldSnapshots

boolean gzipOldSnapshots


Package org.oreodata.transaction

Class org.oreodata.transaction.Transaction implements Serializable

Serialized Fields

id

java.lang.String id

subEvents

java.util.ArrayList subEvents

lastUsed

long lastUsed

aborted

boolean aborted

Class org.oreodata.transaction.TransactionAbortedException implements Serializable

Class org.oreodata.transaction.TransactionException implements Serializable

Serialized Fields

txn

Transaction txn

Class org.oreodata.transaction.TransactionVetoException implements Serializable

Class org.oreodata.transaction.UnknownTransactionException implements Serializable


Package org.oreodata.util

Class org.oreodata.util.AssertionFailedException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested