Serialized Form
Package org.niggle.servlet |
niggleConfig
NiggleConfig niggleConfig
- The object that contains our servlet config info.
Package org.niggle.templates.freemarkerimpl |
rec
Record rec
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 |
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
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
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
record
Record record
nestedException
java.lang.Exception nestedException
locale
java.util.Locale locale
dataSourceLookup
java.util.HashMap dataSourceLookup
metadataLookup
java.util.HashMap metadataLookup
remoteRegistry
DataRegistry remoteRegistry
Class org.oreodata.DataRegistryImpl_Stub implements Serializable |
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
rec
Record rec
rec
Record rec
rec
Record rec
t
java.lang.Throwable t
Package org.oreodata.jdbcimpl |
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
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 |
cl
java.lang.Class cl
instance
OreoDataSource instance
remote
boolean remote
preload
boolean preload
dateFormat
java.text.DateFormat dateFormat
alternateDateFormats
java.text.DateFormat[] alternateDateFormats
setToNow
boolean setToNow
defaultOffsetFromNow
long defaultOffsetFromNow
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
dataSourceName
java.lang.String dataSourceName
recType
java.lang.String recType
javaType
java.lang.Class javaType
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
min
java.lang.Object min
max
java.lang.Object max
numericalType
java.lang.Class numericalType
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
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)
minLength
int minLength
maxLength
int maxLength
regexpString
java.lang.String regexpString
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
Package org.oreodata.predicates |
clase
java.lang.Class clase
lhs
Predicate lhs
rhs
Predicate rhs
operation
int operation
complement
Predicate complement
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
recType
java.lang.String recType
query
java.lang.String query
Package org.oreodata.standalone |
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
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 |
id
java.lang.String id
subEvents
java.util.ArrayList subEvents
lastUsed
long lastUsed
aborted
boolean aborted
txn
Transaction txn
Package org.oreodata.util |
nested
java.lang.Throwable nested