Serialized Form
name
java.lang.String name
- The name of this data source.
inited
boolean inited
- Flag indicating whether or not this data source has been initialized.
listeners
java.util.ArrayList listeners
- Listeners to inform of changes to the data in this container.
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
record
Record record
nestedException
java.lang.Exception nestedException
dataSourceLookup
java.util.HashMap dataSourceLookup
metadataLookup
java.util.HashMap metadataLookup
remoteRegistry
DataRegistry remoteRegistry
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
cl
java.lang.Class cl
fieldName
java.lang.String fieldName
value
java.lang.Object value
whereClause
java.lang.String whereClause
first
RecordFilter first
second
RecordFilter second
filter
RecordFilter filter
type
java.lang.String type
first
RecordFilter first
second
RecordFilter second
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 com.niggle.data.inmemory |
cache
java.util.HashMap cache
- The actual container used to hold the info.
field
java.lang.String field
- lookup field
filter
RecordFilter filter
- The records to index. If this is null,
we just try to index them all.
name
java.lang.String name
multipleAllowed
boolean multipleAllowed
- true if we can have multiple records with the same key.
container
java.util.Map container
- The underlying container in which we store the records.
nextIntegerKey
int nextIntegerKey
- An integer to keep track of what the next integer to auto-assign to
a record is.
rnd
java.util.Random rnd
Package com.niggle.data.jdbc |
driverClassName
java.lang.String driverClassName
jdbcURL
java.lang.String jdbcURL
defaultRecordType
java.lang.String defaultRecordType
maxCacheSize
int maxCacheSize
rnd
java.util.Random rnd
cache
java.util.HashMap cache
jdbcConnection
JDBCConnection jdbcConnection
Package com.niggle.data.jndi |
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
_ctx
javax.naming.directory.DirContext _ctx
_env
java.util.Hashtable _env
_indexField
java.lang.String _indexField
_indexFieldPrefix
java.lang.String _indexFieldPrefix
_indexFieldSuffix
java.lang.String _indexFieldSuffix
Package com.niggle.data.metadata |
cl
java.lang.Class cl
instance
DataSource instance
remote
boolean remote
preload
boolean preload
setToNow
boolean setToNow
defaultOffsetFromNow
long defaultOffsetFromNow
dateFormat
java.text.DateFormat dateFormat
alternateDateFormats
java.text.DateFormat[] alternateDateFormats
possibleValues
java.lang.String[] possibleValues
name
java.lang.String name
required
boolean required
sqlType
java.lang.String sqlType
defaultValueString
java.lang.String defaultValueString
sorted
boolean sorted
hasMin
boolean hasMin
hasMax
boolean hasMax
min
int min
max
int max
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
primaryKeyField
Field primaryKeyField
type
java.lang.String type
version
int version
tableName
java.lang.String tableName
sorted
boolean sorted
min_elements
int min_elements
max_elements
int max_elements
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)
normalization
int normalization
- A bitmask that determines how the string is "normalized".
minLength
int minLength
maxLength
int maxLength
whitespacechars
java.lang.String whitespacechars
- The whitespace characters used when trimming
strings for normalization.
regexpString
java.lang.String regexpString
Package com.niggle.servlet |
niggleConfig
NiggleConfig niggleConfig
- The object that contains our servlet config info.
nested
java.lang.Throwable nested