Serialized Form


Package org.norther.tammi.acorn.cache

Class org.norther.tammi.acorn.cache.CachedMapAdapter extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the map.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

mutex

Mutex mutex
An expiration lock.


cachedMap

ConcurrentMap<K,V> cachedMap
The wrapped map.


allowExpired

boolean allowExpired
The allow expired flag.


discardOverloaded

boolean discardOverloaded
The discard overloaded flag.


autoRefreshDeclined

boolean autoRefreshDeclined
The auto refresh declined flag.


maxExpirationTime

int maxExpirationTime
The maximum expiration time.


defaultExpirationTime

int defaultExpirationTime
The default expiration time.


expirationSleepInterval

int expirationSleepInterval
The expiration sleep interval.


expirationLimit

int expirationLimit
The expiration limit.


expirationThreshold

float expirationThreshold
The expiration threshold.


startup

long startup
The startup time.


lastCleanup

long lastCleanup
The last cleanup time.


cleanupAlways

Set<E> cleanupAlways
The set of indefinite expirations.


cleanupPeriodically

List<E>[] cleanupPeriodically
The array of lists of periodical expirations.


lengthOfPeriods

int lengthOfPeriods
The length of expiration periods.


Package org.norther.tammi.acorn.cache.event

Class org.norther.tammi.acorn.cache.event.CachedEntryEvent extends EventObject implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

cachedKey

Object cachedKey
The target key.


cachedValue

Object cachedValue
The target value.


Package org.norther.tammi.acorn.io

Class org.norther.tammi.acorn.io.FileCopy extends File implements Serializable

serialVersionUID: 1125904202596382L

Class org.norther.tammi.acorn.io.FileDateComparator extends Object implements Serializable

serialVersionUID: 844424930263052L

Class org.norther.tammi.acorn.io.FileNameComparator extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

ignore

boolean ignore
The ignored suffix.

Class org.norther.tammi.acorn.io.NamedFileComparator extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

comparator

Comparator<T> comparator
The file comparator.

Class org.norther.tammi.acorn.io.PathNameComparator extends FileNameComparator implements Serializable

serialVersionUID: 844424930263052L


Package org.norther.tammi.acorn.jfc

Class org.norther.tammi.acorn.jfc.AbstractChartModel extends AbstractTableModel implements Serializable

serialVersionUID: 844424930263052L

Class org.norther.tammi.acorn.jfc.ArrayMapChartModel extends AbstractChartModel implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

arrayMap

OrderedMap<K,V> arrayMap
The model array map.


editable

boolean editable
The editable option.

Class org.norther.tammi.acorn.jfc.ChartModelAdapter extends AbstractChartModel implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

adaptee

ChartModel adaptee
The chart model adaptee.

Class org.norther.tammi.acorn.jfc.ComparableArrayMapChartModel extends ArrayMapChartModel implements Serializable

serialVersionUID: 844424930263052L

Class org.norther.tammi.acorn.jfc.FilteredChartModel extends ChartModelAdapter implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

columnFilter

OrderedMap<K,V> columnFilter
The column filter.


rowFilter

OrderedMap<K,V> rowFilter
The row filter.


columnIndex

int[] columnIndex
The column index.


rowIndex

int[] rowIndex
The row index.

Class org.norther.tammi.acorn.jfc.NamedArrayMapChartModel extends ComparableArrayMapChartModel implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

rowKeys

Comparable<T>[] rowKeys
The row keys.

Class org.norther.tammi.acorn.jfc.RenamedChartModel extends ChartModelAdapter implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

columnKeys

List<E> columnKeys
The column keys.


rowKeys

List<E> rowKeys
The row keys.

Class org.norther.tammi.acorn.jfc.TableModelAdapter extends AbstractChartModel implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

adaptee

TableModel adaptee
The table model adaptee.


Package org.norther.tammi.acorn.lang

Class org.norther.tammi.acorn.lang.Location extends Multiword implements Serializable

serialVersionUID: 1688854155362338L

Class org.norther.tammi.acorn.lang.LongDate extends Number implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

millisecs

long millisecs
The milliseconds.

Class org.norther.tammi.acorn.lang.LongTime extends LongDate implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.acorn.lang.Money extends Number implements Serializable

serialVersionUID: 1688854155690018L

Serialized Fields

value

long value
The value in currency fragments.


scale

double scale
The scale.

Class org.norther.tammi.acorn.lang.Multiword extends Number implements Serializable

serialVersionUID: 1688854155362338L

Serialized Fields

wordSize

int wordSize
The word size.


bytes

byte[] bytes
The byte buffer.

Class org.norther.tammi.acorn.lang.StringDate extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

formattedDate

String formattedDate
The formatted date.


itemMask

int itemMask
The relative items mask.


dateItems

int[] dateItems
The date items.

Class org.norther.tammi.acorn.lang.XMLString extends Object implements Serializable

serialVersionUID: 1125904201941025L

Serialized Fields

buffer

StringBuilder buffer
The string buffer.


lineDelimiter

String lineDelimiter
The line delimiter.


Package org.norther.tammi.acorn.logger.log

Class org.norther.tammi.acorn.logger.log.DefaultLog extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable

serialVersionUID: 1125904201809922L

Serialized Fields

loggerName

String loggerName
The logger name.


logLevel

Log.Level logLevel
The log level.

Class org.norther.tammi.acorn.logger.log.LogEntry extends LogRecord implements Serializable

serialVersionUID: 1125904201809921L

Serialized Fields

level

Log.Level level
The level.


traced

boolean traced
The stack trace flag.


encoding

LogEntry.Encoding encoding
The encoding.

Class org.norther.tammi.acorn.logger.log.LoggerEvent extends EventObject implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.acorn.math

Class org.norther.tammi.acorn.math.Average extends Equation implements Serializable

serialVersionUID: 844424930263052L

Class org.norther.tammi.acorn.math.Equation extends Number implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

operandArray

Object operandArray
The operand array.


resultNumber

Number resultNumber
The result number.

Class org.norther.tammi.acorn.math.Product extends Equation implements Serializable

serialVersionUID: 844424930263052L

Class org.norther.tammi.acorn.math.Sum extends Equation implements Serializable

serialVersionUID: 844424930263052L


Package org.norther.tammi.acorn.mime

Class org.norther.tammi.acorn.mime.MimeType extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

mimeType

String mimeType
The string representation of the main type.


mimeSubtype

String mimeSubtype
The string representation of the subtype.


mimeDocType

String mimeDocType
The doctype of the MIME type.


readOnly

boolean readOnly
The read-only flag.


mimeTypeString

String mimeTypeString
A string representation of the MIME type.


parameters

KeyValue<K,V>[] parameters
Parameters.


Package org.norther.tammi.acorn.naming

Class org.norther.tammi.acorn.naming.NamingContext extends Object implements Serializable

serialVersionUID: 1688849860919334L

Serialized Fields

environment

Hashtable<K,V> environment
Environment.


bindings

ConcurrentMap<K,V> bindings
Bindings in this context.


Package org.norther.tammi.acorn.text

Class org.norther.tammi.acorn.text.CurrencyFormat extends NumberFormat implements Serializable

serialVersionUID: 1688854155689994L

Serialized Fields

adaptee

DecimalFormat adaptee
The number format adaptee.


divider

int divider
The divider.


Package org.norther.tammi.acorn.trace

Class org.norther.tammi.acorn.trace.TraceableSupport extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

modified

long modified
The last modified.


traceable

Traceable traceable
The traceable adaptee.


listeners

ArrayAsSet<E> listeners
The list of listeners.


Package org.norther.tammi.acorn.trace.event

Class org.norther.tammi.acorn.trace.event.TraceEvent extends EventObject implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

resourceKey

Object resourceKey
The resource key.


Package org.norther.tammi.acorn.type

Class org.norther.tammi.acorn.type.ExcludeFilter extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

exclusions

Collection<E> exclusions
The exclusions.

Class org.norther.tammi.acorn.type.IncludeFilter extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

inclusions

Collection<E> inclusions
The inclusions.

Class org.norther.tammi.acorn.type.MappingFilter extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

mappings

Map<K,V> mappings
The mappings.


Package org.norther.tammi.acorn.util

Class org.norther.tammi.acorn.util.AlphaNumericComparator extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

sensitive

boolean sensitive
The case-sensitive flag.

Class org.norther.tammi.acorn.util.ArrayAsList extends AbstractList<E> implements Serializable

serialVersionUID: 844424930263052L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the list.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the list.

Throws:
IOException - for I/O errors.
Serialized Fields

componentType

Class<T> componentType
The component type of the internal array.

Class org.norther.tammi.acorn.util.ArrayAsSet extends AbstractSet<E> implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

list

ArrayAsList<E> list
The back-end list.

Class org.norther.tammi.acorn.util.ArrayKey extends Object implements Serializable

serialVersionUID: 1125899906842642L

Serialized Fields

array

Object[] array
The array of the key (can't be final to support cloning).


hashCode

int hashCode
The hash code.

Class org.norther.tammi.acorn.util.AttributeNameComparator extends Object implements Serializable

serialVersionUID: 1688849860591638L

Serialized Fields

comparator

Comparator<T> comparator
The name comparator.

Class org.norther.tammi.acorn.util.ConcurrentAbstractMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

loadFactor

float loadFactor
The load factor for the hashtable.

Class org.norther.tammi.acorn.util.ConcurrentReadMap extends ConcurrentAbstractMap<K,V> implements Serializable

serialVersionUID: 844424930263052L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the map.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the map.

Only serializeable keys are serialized and non-serializable values are nullified.

Throws:
IOException - for I/O errors.
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold (the value of this field is (int)(capacity * loadFactor)).

Class org.norther.tammi.acorn.util.ConcurrentReadSet extends AbstractSet<E> implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

map

ConcurrentReadMap<K,V> map
The backed by map.

Class org.norther.tammi.acorn.util.ConcurrentWriteMap extends ConcurrentAbstractMap<K,V> implements Serializable

serialVersionUID: 844424930263052L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the map.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the map.

Only serializable keys are serialized and non-serializable values are nullified.

Throws:
IOException - for I/O errors.
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold (the value of this field is (int)(capacity * loadFactor)).


segments

org.norther.tammi.acorn.util.ConcurrentWriteMap.Segment[] segments
The array of concurrency control segments.

Class org.norther.tammi.acorn.util.CounterCollection extends UnmodifiableCollection<Boolean> implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

count

int count
The count.


iterator

CounterIterator iterator
The latest iterator.

Class org.norther.tammi.acorn.util.CounterIterator extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

count

int count
The count.


counter

int counter
The counter.

Class org.norther.tammi.acorn.util.DefaultComparator extends Object implements Serializable

serialVersionUID: 844424930328589L

Class org.norther.tammi.acorn.util.GettableKeyValue extends Object implements Serializable

serialVersionUID: 844429225164805L

Serialized Fields

key

Object key
The key.


value

Object value
The value.

Class org.norther.tammi.acorn.util.ModifiableCollection extends UnmodifiableCollection<E> implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

state

int state
The state.

Class org.norther.tammi.acorn.util.ModifiableList extends UnmodifiableList<E> implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

state

int state
The state.

Class org.norther.tammi.acorn.util.ModifiableMap extends UnmodifiableMap<K,V> implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

state

int state
The modifiable state.

Class org.norther.tammi.acorn.util.ModifiableOrderedMap extends UnmodifiableOrderedMap<K,V> implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

state

int state
The modifiable state.

Class org.norther.tammi.acorn.util.ModifiableOrderedSet extends UnmodifiableOrderedSet<E> implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

state

int state
The state.

Class org.norther.tammi.acorn.util.ModifiableSet extends UnmodifiableSet<E> implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

state

int state
The state.

Class org.norther.tammi.acorn.util.NamedCollectionAdapter extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

collectionName

String collectionName
The name of the collection.


collection

Collection<E> collection
The collection.

Class org.norther.tammi.acorn.util.OrderedHashMap extends ConcurrentReadMap<K,V> implements Serializable

serialVersionUID: 844424930263052L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the map.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Class org.norther.tammi.acorn.util.OrderedHashSet extends AbstractSet<E> implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

map

OrderedHashMap<K,V> map
The backed by map.

Class org.norther.tammi.acorn.util.PropertyComparator extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

properties

String[] properties
The property names.


comparator

Comparator<T> comparator
The value comparator.

Class org.norther.tammi.acorn.util.ReverseComparator extends Object implements Serializable

serialVersionUID: 844424930328589L

Serialized Fields

comparator

Comparator<T> comparator
The comparator to reverse.

Class org.norther.tammi.acorn.util.SettableKeyValue extends Object implements Serializable

serialVersionUID: 844429225164805L

Serialized Fields

key

Object key
The key.


value

Object value
The value.

Class org.norther.tammi.acorn.util.StringKeyHashSet extends AbstractSet<E> implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

map

OrderedHashMap<K,V> map
The backed by map.

Class org.norther.tammi.acorn.util.StringKeyValue extends SettableKeyValue<String,String> implements Serializable

serialVersionUID: 844429225164805L

Class org.norther.tammi.acorn.util.TransientKeyValue extends SettableKeyValue<K,V> implements Serializable

serialVersionUID: 1688849860919334L

Class org.norther.tammi.acorn.util.UnmodifiableCollection extends Object implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

collection

Collection<E> collection
The wrapped collection.

Class org.norther.tammi.acorn.util.UnmodifiableList extends UnmodifiableCollection<E> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.acorn.util.UnmodifiableMap extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

map

Map<K,V> map
The wrapped map.

Class org.norther.tammi.acorn.util.UnmodifiableOrderedMap extends UnmodifiableMap<K,V> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.acorn.util.UnmodifiableOrderedSet extends UnmodifiableSet<E> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.acorn.util.UnmodifiableSet extends UnmodifiableCollection<E> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.acorn.util.VoidComparator extends Object implements Serializable

serialVersionUID: 1125904202924069L


Package org.norther.tammi.acorn.util.concurrent

Class org.norther.tammi.acorn.util.concurrent.BoundedQueue extends ArrayBlockingQueue<E> implements Serializable

serialVersionUID: 844429225099266L

Class org.norther.tammi.acorn.util.concurrent.Latch extends Object implements Serializable

serialVersionUID: 844429225099266L

Serialized Fields

sync

org.norther.tammi.acorn.util.concurrent.Latch.Sync sync
The sync to apply.

Class org.norther.tammi.acorn.util.concurrent.LinkedQueue extends LinkedBlockingQueue<E> implements Serializable

serialVersionUID: 844437815099408L

Class org.norther.tammi.acorn.util.concurrent.Mutex extends Object implements Serializable

serialVersionUID: 844429225099266L

Serialized Fields

sync

org.norther.tammi.acorn.util.concurrent.Mutex.Sync sync
The sync to apply.

Class org.norther.tammi.acorn.util.concurrent.NonBlockingQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: 844429225099266L

Serialized Fields

items

Object[] items
The items.


count

int count
The number of used slots.


takeIndex

int takeIndex
A circular take index.


putIndex

int putIndex
A circular put index.

Class org.norther.tammi.acorn.util.concurrent.ThresholdQueue extends BoundedQueue<E> implements Serializable

serialVersionUID: 844429225099266L

Serialized Fields

threshold

int threshold
The applied threshold.


lock

ReentrantLock lock
The threshold lock.


reached

Condition reached
The threshold condition.

Class org.norther.tammi.acorn.util.concurrent.TimeLimitedLock extends Object implements Serializable

serialVersionUID: 844429225099266L

Serialized Fields

lock

Lock lock
The adapted sync.


timeout

long timeout
The timeout value.

Class org.norther.tammi.acorn.util.concurrent.Uninterrupted extends Object implements Serializable

serialVersionUID: 1125904202727425L


Package org.norther.tammi.core.base

Class org.norther.tammi.core.base.AdaptationException extends Exception implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.core.base.Adaptee extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

attributes

AttributeSupport attributes
The attribute support.


adaptees

List<E> adaptees
Nested adaptees.

Class org.norther.tammi.core.base.AttributeSupport extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

adaptable

MBeanDelegate adaptable
The adapter MBean.

Class org.norther.tammi.core.base.ConstructionException extends Exception implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.core.base.DefaultBroker extends DefaultContainer<Object> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

defaultQuery

ObjectName defaultQuery
A query pattern for MBeans of the domain.

Class org.norther.tammi.core.base.DefaultContainer extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

registry

DefaultRegistry<K,V> registry
A registry adapter.

Class org.norther.tammi.core.base.DefaultDomain extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

introspection

ConcurrentMap<K,V> introspection
A cache for introspected classes.


domains

ConcurrentMap<K,V> domains
A cache for registered domains.


loaderHandle

MBeanHandle<R> loaderHandle
The loader handle.


brokerHandle

MBeanHandle<R> brokerHandle
The broker handle.


factoryHandle

MBeanHandle<R> factoryHandle
The factory handle.


defaultQuery

ObjectName defaultQuery
A query pattern for MBeans of the domain.


modelMBeanClassName

String modelMBeanClassName
The model MBean class name.

Class org.norther.tammi.core.base.DefaultFactory extends DefaultContainer<ObjectFactory<?>> implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the map.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

cachedHandle

MBeanHandle<R> cachedHandle
The cached handle.


innerFactory

DefaultObjectFactory<T> innerFactory
The custom factory adaptee as an internal factory.

Class org.norther.tammi.core.base.DefaultObjectFactory extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

factory

ObjectFactory<T> factory
The factory adaptee.

Class org.norther.tammi.core.base.DefaultRegistry extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

mBeanInterface

String mBeanInterface
The MBean interface of contained MBeans.


mBeanMap

ConcurrentMap<K,V> mBeanMap
A map of MBeans.

Class org.norther.tammi.core.base.LogException extends IOException implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

logLevel

Log.Level logLevel
The logging level of the exception.


messageArg

Object messageArg
The optional message argument.


messageLog

Log messageLog
The log instance.


timestamp

long timestamp
The timestamp of the exception.

Class org.norther.tammi.core.base.MBeanBroker extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

defaultLog

Log defaultLog
The default log.

Class org.norther.tammi.core.base.MBeanHandle extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the handle.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the handle.

Throws:
IOException - for I/O errors.
Serialized Fields

adapter

NotificationEmitterAdapter adapter
The notification emitter.


queryPattern

ObjectName queryPattern
The query pattern.


queryExp

MBeanHandle.ClassQueryExp queryExp
The class query.


exactQuery

boolean exactQuery
The exact query flag.


mBeanServerId

String mBeanServerId
The MBean server id.


mBeanServerIndex

int mBeanServerIndex
The MBean server index.

Class org.norther.tammi.core.base.MBeanHandle.ClassQueryExp extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

className

String className
The class name.


broadcaster

boolean broadcaster
The broadcaster flag.

Class org.norther.tammi.core.base.MBeanHandle.RegistrationFilter extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the filter.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

filteredClassName

String filteredClassName
The class name.


filteredObjectName

ObjectName filteredObjectName
The MBean name.

Class org.norther.tammi.core.base.MBeanInstance extends ObjectInstance implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

objectName

ObjectName objectName
The object name.


adapter

NotificationEmitterAdapter adapter
The notification emitter.

Class org.norther.tammi.core.base.ModificationNotification extends AttributeChangeNotification implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

reference

MBeanReference<R> reference
The reference.

Class org.norther.tammi.core.base.NotificationEmitterAdapter extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

emitter

NotificationEmitter emitter
The notification emitter adaptee.

Class org.norther.tammi.core.base.Referable extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the referable.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

adapteeMBean

ReferableMBean<R> adapteeMBean
A reference to an adaptee MBean.


mBeanInstance

MBeanInstance<R> mBeanInstance
The instance of the MBean.


namePattern

ObjectName namePattern
An optional name pattern of the MBean.


sequenceNumber

long sequenceNumber
The sequence number for notifications.


attributes

AttributeSupport attributes
The attribute support.

Class org.norther.tammi.core.base.ReferableLoader extends AbstractLoader<ReferableLoaderMBean> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.base.ReferableMBeanInfo extends ModelMBeanInfoSupport implements Serializable

serialVersionUID: 1688849860263937L

Class org.norther.tammi.core.base.ReferableNotification extends Notification implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

reference

MBeanReference<R> reference
The reference.

Class org.norther.tammi.core.base.RegistrationException extends Exception implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.core.base.RegistrationNotification extends ReferableNotification implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.cache

Class org.norther.tammi.core.cache.BufferedResource extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

buffer

byte[] buffer
The cached buffer.


cached

long cached
The timestamp.


length

long length
The buffered length.


keepLostResource

boolean keepLostResource
A flag to keep a lost but buffered resource.


resource

Resource<T> resource
The buffered resource.

Class org.norther.tammi.core.cache.DefaultCache extends CachedMapAdapter<K,V> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

adaptee

Adaptee adaptee
The adaptee.

Class org.norther.tammi.core.cache.DefaultCacheClient extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

cacheHandle

MBeanHandle<R> cacheHandle
The shared cache handle.


cacheDisabled

boolean cacheDisabled
The caching disabled flag.


cacheFilter

NotificationFilter cacheFilter
The cache notification filter.

Class org.norther.tammi.core.cache.DefaultKeyCacheClient extends DefaultCacheClient<K,V> implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException,
                         ClassNotFoundException
Serializes the cache.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

cacheKeyName

String cacheKeyName
The cache key name.


clientCaches

ConcurrentMap<K,V> clientCaches
The client cache map.

Class org.norther.tammi.core.cache.DefaultResourceCache extends DefaultSharedCache<String,Resource<?>> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.cache.DefaultSharedCache extends DefaultCache<K,V> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

domains

ConcurrentMap<K,V> domains
The domain map.


defaultCapacity

int defaultCapacity
The default capacity.


defaultLoadFactor

float defaultLoadFactor
The default load factor.

Class org.norther.tammi.core.cache.DomainCacheNotification extends ReferableNotification implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

cacheDomain

String cacheDomain
The cache domain.


domainCache

Map<K,V> domainCache
The domain cache.

Class org.norther.tammi.core.cache.FileResource extends AbstractResource<File> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.cache.TemporaryResource extends BufferedResource<Object> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.cache.URLResource extends AbstractResource<URL> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

decodedFile

File decodedFile
The decoded file.


isDecoded

boolean isDecoded
The decoded option.

Class org.norther.tammi.core.cache.VoidResource extends AbstractResource<Object> implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.com

Class org.norther.tammi.core.com.DefaultCOMObjectFactory extends DefaultObjectFactory<T> implements Serializable

serialVersionUID: 1125904202530831L


Package org.norther.tammi.core.config

Class org.norther.tammi.core.config.AbstractStreamConfigurator extends DefaultConfigurator implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

configKey

String configKey
The configuration path key.

Class org.norther.tammi.core.config.Configuration extends OrderedHashMap<String,Object> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

traceable

TraceableSupport traceable
The traceable adapter.


nullValue

String nullValue
Null value.


keyDelimiters

String keyDelimiters
Key delimiter(s).


itemSeparators

String itemSeparators
Item separator(s).


defaultConfig

Configuration defaultConfig
Configuration defaults.


mBeanReference

MBeanReference<R> mBeanReference
The MBean owning this configuration.

Class org.norther.tammi.core.config.ConfigurationException extends Exception implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.core.config.DefaultConfigurable extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

configuration

Configuration configuration
The configuration of the MBean.


modified

DefaultConfigurable.Modified modified
The volatile modification flag for synchronizing properties.


configKey

String configKey
The config folder key.


propertyFilePaths

String[] propertyFilePaths
The property file paths.


newPropertyUnits

List<E> newPropertyUnits
New property units to load. Contains the configuration units until the configuration has been loaded and after that cleared again.

Class org.norther.tammi.core.config.DefaultConfigurableConverter extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

converter

DefaultObjectConverter<T> converter
The converter adaptee.

Class org.norther.tammi.core.config.DefaultConfigurableFactory extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

factory

DefaultObjectFactory<T> factory
The factory adaptee.

Class org.norther.tammi.core.config.DefaultConfigurator extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.config.DefaultPropertyConfigurator extends AbstractStreamConfigurator implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

separator

String separator
The multivalue separator(s).

Class org.norther.tammi.core.config.DefaultXMLConfigurator extends AbstractStreamConfigurator implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

separator

String separator
The multivalue separator(s).

Class org.norther.tammi.core.config.MBeanConfig extends MBeanBroker implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.converter

Class org.norther.tammi.core.converter.AbstractNumericConverter extends DefaultObjectConverter<T> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.converter.ConversionException extends Exception implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.core.converter.DateFormatException extends RuntimeConversionException implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.converter.DefaultConverter extends DefaultContainer<ObjectConverter<?>> implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the map.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

cachedHandle

MBeanHandle<R> cachedHandle
The cached handle.


innerConverter

DefaultObjectConverter<T> innerConverter
The custom converter adaptee.

Class org.norther.tammi.core.converter.DefaultDateConverter extends DefaultObjectConverter<Object> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

defaultPattern

String defaultPattern
The default pattern.


patterns

ConcurrentMap<K,V> patterns
The pattern map.


symbols

ConcurrentMap<K,V> symbols
The symbol map.

Class org.norther.tammi.core.converter.DefaultEnumConverter extends DefaultObjectConverter<Enum<?>> implements Serializable

serialVersionUID: 1125904202793004L

Class org.norther.tammi.core.converter.DefaultLocaleConverter extends DefaultObjectConverter<Locale> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.converter.DefaultLocationConverter extends AbstractNumericConverter<Location> implements Serializable

serialVersionUID: 1688854155362338L

Class org.norther.tammi.core.converter.DefaultMoneyConverter extends AbstractNumericConverter<Money> implements Serializable

serialVersionUID: 1688854155362338L

Class org.norther.tammi.core.converter.DefaultNumberConverter extends AbstractNumericConverter<Number> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.converter.DefaultObjectConverter extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

resourceHandle

MBeanHandle<R> resourceHandle
The resource finder handle.


converter

ObjectConverter<T> converter
The adapter converter.

Class org.norther.tammi.core.converter.DefaultObjectNameConverter extends DefaultObjectConverter<Object> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.converter.Formatter extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the formatter.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

appliedLocale

Locale appliedLocale
The applied locale.


sharedDate

Date sharedDate
The shared date.


sharedBuffer

StringBuffer sharedBuffer
The shared buffer (keep it compatible with java.text.Format).


zeroPosition

FieldPosition zeroPosition
The zero position.


msgFormat

MessageFormat msgFormat
The message format.

Class org.norther.tammi.core.converter.LocationFormatException extends RuntimeConversionException implements Serializable

serialVersionUID: 1688854155362317L

Class org.norther.tammi.core.converter.RuntimeConversionException extends RuntimeException implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

qualifier

String qualifier
The qualifier.


Package org.norther.tammi.core.external

Class org.norther.tammi.core.external.DefaultLibrary extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

libraryPath

String libraryPath
The path to the native library.


binaryKey

String binaryKey
The binary folder key.


Package org.norther.tammi.core.info

Class org.norther.tammi.core.info.DefaultPackageInfo extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

currentPackage

Package currentPackage
The current package.


Package org.norther.tammi.core.io

Class org.norther.tammi.core.io.DefaultPathFinder extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the finder.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

configuration

ConcurrentMap<K,V> configuration
The folder map.


normalizedPaths

boolean normalizedPaths
The normalized option.


Package org.norther.tammi.core.jfc

Class org.norther.tammi.core.jfc.NamedVariableChartModel extends VariableChartModel implements Serializable

serialVersionUID: 1125904202793005L

Serialized Fields

rowKeys

Comparable<T>[] rowKeys
The row keys.

Class org.norther.tammi.core.jfc.VariableChartModel extends AbstractChartModel implements Serializable

serialVersionUID: 1125904202793005L

Serialized Fields

variable

Variable variable
The model variable.


Package org.norther.tammi.core.locale

Class org.norther.tammi.core.locale.ConfigurationResourceBundle extends PluggableResourceBundle implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

properties

File properties
The property file.


encoding

String encoding
The encoding.


resourceLocale

Locale resourceLocale
The locale.


configuration

Configuration configuration
The underlying configuration.


verified

long verified
The last verification time.


lookedup

long lookedup
The last lookup time.


lookupKeys

ConcurrentMap<K,V> lookupKeys
The key map for key lookup.

Class org.norther.tammi.core.locale.DefaultContentTypeMap extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

mimeTypeMap

MimeTypeMap mimeTypeMap
The MIME type map used by the content type map.


charSetMap

CharSetMap charSetMap
The charset map used by the content type map.


mimeTypePath

String mimeTypePath
A path to MIME types.


charSetPath

String charSetPath
A path to char sets.


configKey

String configKey
The config folder key.

Class org.norther.tammi.core.locale.DefaultFallbackMap extends DefaultResourceMap implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.locale.DefaultResourceFinder extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws ClassNotFoundException,
                        IOException
Reconstructs the object after serialization.

Throws:
IOException - on I/O errors.
ClassNotFoundException - for missing classes.
Serialized Fields

defaultName

String defaultName
The default name.


defaultLocale

Locale defaultLocale
The default locale.


defaultEncoding

String defaultEncoding
The default encoding.


cacheDisabled

boolean cacheDisabled
The caching disabled flag.


resourceKey

String resourceKey
The resource folder key.


plugins

ConcurrentMap<K,V> plugins
A map for plugin keys.


intervals

ConcurrentMap<K,V> intervals
A map for check intervals.

Class org.norther.tammi.core.locale.DefaultResourceMap extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

cacheClient

DefaultCacheClient<K,V> cacheClient
The cache client adapter.


resourceHandle

MBeanHandle<R> resourceHandle
The resource finder handle.


fallbackHandle

MBeanHandle<R> fallbackHandle
The fallback resources handle.


resources

OrderedHashMap<K,V> resources
The resource map.


defaultBaseName

String defaultBaseName
The default base name.

Class org.norther.tammi.core.locale.LookupResourceBundle extends ResourceBundle implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

baseName

String baseName
The base name of this bundle.

Class org.norther.tammi.core.locale.PluggableResourceBundle extends LookupResourceBundle implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

finderReference

MBeanReference<R> finderReference
The finder reference.


plugInKey

String plugInKey
The current plug-in key.


interval

long interval
Resource check interval.


Package org.norther.tammi.core.logger

Class org.norther.tammi.core.logger.AbstractLogger extends DefaultConfigurableFactory<Log> implements Serializable

serialVersionUID: 1125904201809921L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the logger.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

resolver

DefaultResourceMap resolver
The resource map.


rootLevel

Log.Level rootLevel
The root level.


bufferSize

int bufferSize
The buffer size.


pollingInterval

int pollingInterval
The polling interval.


stackTraceOn

boolean stackTraceOn
The stack trace flag.


logSystemOut

boolean logSystemOut
The system out log flag.


logSystemErr

boolean logSystemErr
The system err log flag.


logEntryEncoding

LogEntry.Encoding logEntryEncoding
The log entry encoding.


logClassName

String logClassName
The log implementation class name.


logFilters

ConcurrentMap<K,V> logFilters
The map of log filters.

Class org.norther.tammi.core.logger.AbstractThreadedLogger extends AbstractLogger implements Serializable

serialVersionUID: 1125904201809921L

Serialization Methods

readObject

private void readObject(ObjectInputStream input)
                 throws ClassNotFoundException,
                        IOException
Deserializes.

Throws:
ClassNotFoundException - for reflection errors.
IOException - for I/O errors.
Serialized Fields

executable

DefaultExecutable executable
The executable adaptee.

Class org.norther.tammi.core.logger.JDK4Logger extends AbstractThreadedLogger implements Serializable

serialVersionUID: 1125904201809921L

Class org.norther.tammi.core.logger.Log4JLogger extends AbstractThreadedLogger implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.logger.jcl

Class org.norther.tammi.core.logger.jcl.CommonsLog extends Object implements Serializable

serialVersionUID: 1125904201809922L

Serialized Fields

log

Log log
The wrapped log.


Package org.norther.tammi.core.logger.log

Class org.norther.tammi.core.logger.log.DomainLog extends DefaultLog implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.core.logger.log.ForeignLogger extends Object implements Serializable

serialVersionUID: 1125904201809922L

Serialized Fields

log

Log log
The wrapped log.


Package org.norther.tammi.core.mail

Class org.norther.tammi.core.mail.DefaultInternetAddressConverter extends DefaultObjectConverter<javax.mail.internet.InternetAddress> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.mail.DefaultMailbot extends Adaptee implements Serializable

serialVersionUID: 1125904202989616L

Serialized Fields

mailerHandle

MBeanHandle<R> mailerHandle
The mailer handle.


resourceHandle

MBeanHandle<R> resourceHandle
The mail resource handle.


defaultLocale

Locale defaultLocale
The default locale.


defaultMessage

String defaultMessage
The default message.


mailQualifier

String mailQualifier
The mail template.

Class org.norther.tammi.core.mail.DefaultMailer extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the sender.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

executable

DefaultExecutable executable
The executable adaptee.

Class org.norther.tammi.core.mail.DefaultSessionFactory extends DefaultConfigurableFactory<javax.mail.Session> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.mail.InternetAddressFormatException extends RuntimeConversionException implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.model

Class org.norther.tammi.core.model.AdaptableNotification extends ReferableNotification implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

oldAdaptee

Object oldAdaptee
The old adaptee.


newAdaptee

Object newAdaptee
The new adaptee.

Class org.norther.tammi.core.model.ReferableModelMBean extends RequiredModelMBean implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

managedAdaptee

Object managedAdaptee
The adaptee as a managed resource.


referable

Referable<R> referable
The referable adapter.


notifications

MBeanNotificationInfo[] notifications
The notifications.


Package org.norther.tammi.core.monitor

Class org.norther.tammi.core.monitor.DefaultCacheMonitor extends DefaultExecutable implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

threshold

long threshold
The expiration threshold.


fraction

float fraction
The expiration fraction.

Class org.norther.tammi.core.monitor.DefaultFinalizer extends DefaultExecutable implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes this finalizer.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Package org.norther.tammi.core.naming

Class org.norther.tammi.core.naming.DefaultNamingContextFactory extends DefaultConfigurableFactory<Context> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

started

boolean started
Teh started flag.


urlPkgPrefixes

String urlPkgPrefixes
Cached package prefixes.


initialContextFactory

String initialContextFactory
A cached context factory.


initialContexts

ConcurrentMap<K,V> initialContexts
Initial contexts.


domainContexts

ConcurrentMap<K,V> domainContexts
Domain contexts.

Class org.norther.tammi.core.naming.DomainContext extends Object implements Serializable

serialVersionUID: 1688849860919334L

Serialized Fields

domain

String domain
The domain name.


initial

boolean initial
Request for an initial context.


factory

MBeanReference<R> factory
The factory reference.

Class org.norther.tammi.core.naming.ResourceEnvRef extends Reference implements Serializable

serialVersionUID: 1688849860919334L

Class org.norther.tammi.core.naming.ResourceLinkRef extends Reference implements Serializable

serialVersionUID: 1688849860919334L

Class org.norther.tammi.core.naming.ResourceRef extends Reference implements Serializable

serialVersionUID: 1688849860919334L

Class org.norther.tammi.core.naming.TransactionRef extends Reference implements Serializable

serialVersionUID: 1688849860919334L


Package org.norther.tammi.core.net

Class org.norther.tammi.core.net.AbstractCommonFactory extends DefaultObjectFactory<T> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

acceptTimeout

int acceptTimeout
The accept timeout for sockets.


reuseAddress

boolean reuseAddress
The reuse address option.


socketBacklog

int socketBacklog
The backlog for sockets.

Class org.norther.tammi.core.net.AbstractCommonSecureFactory extends AbstractCommonFactory<T> implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the factory.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

keyStoreHandle

MBeanHandle<R> keyStoreHandle
The key store handle.


trustStoreHandle

MBeanHandle<R> trustStoreHandle
The trust store handle.


defaultAlias

String defaultAlias
The default key alias.


defaultPassword

String defaultPassword
The default key password.


secureSocketProvider

String secureSocketProvider
The secure socket provider.


keyManagerAlgorithm

String keyManagerAlgorithm
The key management algorithm.


keyManagerProvider

String keyManagerProvider
The key management provider.


trustManagerAlgorithm

String trustManagerAlgorithm
The trust manager algorithm.


trustManagerProvider

String trustManagerProvider
The trust manager provider.


secureSocketProtocol

String secureSocketProtocol
The secure socket protocol.

Class org.norther.tammi.core.net.AbstractSecureSocketFactory extends AbstractCommonSecureFactory<T> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.net.AbstractSocketFactory extends AbstractCommonFactory<T> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.net.DefaultSecureServerSocketFactory extends AbstractSecureSocketFactory<ServerSocket> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.net.DefaultSecureSocketFactory extends AbstractSecureSocketFactory<Socket> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.net.DefaultServerSocketFactory extends AbstractSocketFactory<ServerSocket> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.net.DefaultSocketFactory extends AbstractSocketFactory<Socket> implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.nio

Class org.norther.tammi.core.nio.DefaultSecureServerChannelFactory extends AbstractCommonSecureFactory<ServerSocketChannel> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.nio.DefaultServerChannelFactory extends AbstractCommonFactory<ServerSocketChannel> implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.pool

Class org.norther.tammi.core.pool.DefaultPool extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the pool.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

poolHandle

MBeanHandle<R> poolHandle
The pool handle (serialized for poolables).


factoryHandle

MBeanHandle<R> factoryHandle
The factory handle.


poolCapacity

int poolCapacity
The default capacity of pools.

Class org.norther.tammi.core.pool.PoolableSupport extends RecyclableSupport implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

poolReference

MBeanReference<R> poolReference
The pool of this poolable.

Class org.norther.tammi.core.pool.RecyclableSupport extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

recyclable

Recyclable recyclable
A recyclable adaptee.


disposed

boolean disposed
The disposed flag.


Package org.norther.tammi.core.realm

Class org.norther.tammi.core.realm.AbstractRealm extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the realm.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Class org.norther.tammi.core.realm.DefaultChallenge extends Object implements Serializable

serialVersionUID: 1125904202596382L

Serialized Fields

realm

MBeanReference<R> realm
The native realm.


defaultDomain

String defaultDomain
The domain.


authType

String authType
The scheme.


message

String message
The message.


principal

Principal principal
The authenticated principal.

Class org.norther.tammi.core.realm.DefaultJndiRealm extends AbstractRealm implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the realm.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Class org.norther.tammi.core.realm.DefaultMemoryRealm extends AbstractRealm implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the realm.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Class org.norther.tammi.core.realm.DefaultNativeRealm extends DefaultLibrary implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the realm.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

configurable

DefaultConfigurable configurable
The configurable adaptee.

Class org.norther.tammi.core.realm.ProtectedPrincipal extends org.norther.tammi.core.realm.AbstractPrincipal implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.realm.PublicIdentity extends org.norther.tammi.core.realm.AbstractIdentity implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.core.realm.RemoteIdentity extends org.norther.tammi.core.realm.AbstractIdentity implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.core.rt

Class org.norther.tammi.core.rt.DefaultIdentityConverter extends DefaultObjectConverter<Identity> implements Serializable

serialVersionUID: 844437815033867L

Class org.norther.tammi.core.rt.DefaultVariableConverter extends DefaultObjectConverter<Variable> implements Serializable

serialVersionUID: 844424930328593L

Serialized Fields

registryHandle

MBeanHandle<R> registryHandle
The variable registry handle.

Class org.norther.tammi.core.rt.ElementVariableConverter extends DefaultVariableConverter implements Serializable

serialVersionUID: 1125904202137617L

Class org.norther.tammi.core.rt.Introspector extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the instrospector.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

appliedLocale

Locale appliedLocale
The applied locale.


characterEncoding

String characterEncoding
The character encoding.


lobLinkPattern

String lobLinkPattern
The LOB link pattern.


sharedBuffer

StringBuffer sharedBuffer
The shared buffer (keep it compatible with java.text.Format).


messageFormat

MessageFormat messageFormat
The message format.

Class org.norther.tammi.core.rt.InvalidAttributeValuesException extends InvalidAttributeValueException implements Serializable

serialVersionUID: 1125904201809922L

Serialized Fields

attributeNames

String[] attributeNames
The attribute names.

Class org.norther.tammi.core.rt.ReferableVariableRegistry extends AbstractLoader<ReferableVariableRegistryMBean> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

localizedVariables

boolean localizedVariables
The localized option.


baseClassName

String baseClassName
The base class name.


variableClassName

String variableClassName
The variable class name.


factory

DefaultObjectFactory<T> factory
The factory adaptee.


registry

ConcurrentMap<K,V> registry
The variable registry.

Class org.norther.tammi.core.rt.ShadowValueException extends IllegalArgumentException implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.rt.ValueOutOfBoundsException extends RuntimeConversionException implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.rt.VariableAttributeInfo extends MBeanAttributeInfo implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the info.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the info.

Throws:
IOException - for I/O errors.
Serialized Fields

traitsMask

int traitsMask
The traits mask for an immutable attribute to speed up access.


runtimeMask

int runtimeMask
The run-time mask.


enumeration

List<E> enumeration
An enumeration of allowed values.

Class org.norther.tammi.core.rt.VariableInfo extends MBeanInfo implements Serializable

serialVersionUID: 1688849860263937L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the info.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the info.

Throws:
IOException - for I/O errors.
Serialized Fields

attributeMap

OrderedMap<K,V> attributeMap
The dynamic attribute map.


immutable

boolean immutable
The immutable flag.


description

String description
The description.


attributeTraits

int attributeTraits
The cumulative attribute traits (-1 = not calculated, 0 can't be used as modifiable attributes may often have all of their defined traits unset).

Class org.norther.tammi.core.rt.VariableX extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the variable.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the variable.

Throws:
IOException - for I/O errors.
Serialized Fields

variableType

String variableType
The variable type.


traceable

TraceableSupport traceable
The traceable adapter.


variableRegistry

MBeanReference<R> variableRegistry
The variable registry.


variableInfo

VariableInfo variableInfo
The registered variable info.


attributeTraces

long[] attributeTraces
Modification timestamps.


mBeanInstance

MBeanInstance<R> mBeanInstance
The MBean instance.


variableId

Object variableId
The variable id.

Class org.norther.tammi.core.rt.VariableY extends VariableX implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

referable

Referable<R> referable
The referable adapter.

Class org.norther.tammi.core.rt.VariableZ extends VariableY implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

varOperations

MBeanOperationInfo[] varOperations
Operations.


varNotifications

MBeanNotificationInfo[] varNotifications
Notifications.

Class org.norther.tammi.core.rt.VariableZ.ReferenceModelMBean extends ReferableModelMBean<Object> implements Serializable

serialVersionUID: 1407374883553284L


Package org.norther.tammi.core.rt.event

Class org.norther.tammi.core.rt.event.AccessedValueEvent extends EventObject implements Serializable

serialVersionUID: 1688849860263937L

Serialized Fields

attributeName

String attributeName
The attribute name.


attributeValue

Object attributeValue
The attribute value.

Class org.norther.tammi.core.rt.event.InitializedValueEvent extends EventObject implements Serializable

serialVersionUID: 1688849860263937L

Serialized Fields

defaultValue

Object defaultValue
The default value.

Class org.norther.tammi.core.rt.event.RegisteredInfoEvent extends EventObject implements Serializable

serialVersionUID: 1688849860263937L

Class org.norther.tammi.core.rt.event.ValidatedValuesEvent extends EventObject implements Serializable

serialVersionUID: 1688849860263937L

Serialized Fields

modifiedAttributes

Map<K,V> modifiedAttributes
The modified attributes.


nestedVariables

List<E> nestedVariables
The nested variables.


Package org.norther.tammi.core.rt.util

Class org.norther.tammi.core.rt.util.CurrentDateInitializer extends Object implements Serializable

serialVersionUID: 844424930263054L

Class org.norther.tammi.core.rt.util.DefaultValueValidator extends Object implements Serializable

serialVersionUID: 844424930131969L

Class org.norther.tammi.core.rt.util.EnumeratedAttribute extends Attribute implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

cloneableEnumeration

boolean cloneableEnumeration
The cloneable state.


enumerationEntries

EnumerationEntry[] enumerationEntries
The entries.


enumerationValue

Object enumerationValue
The enumeration value.


localizedName

String localizedName
The localized name.

Class org.norther.tammi.core.rt.util.EnumeratedIdentity extends EnumeratedAttribute implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

property

Object property
An optional property.

Class org.norther.tammi.core.rt.util.EnumeratedVariable extends EnumeratedIdentity implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

variable

Variable variable
The variable.

Class org.norther.tammi.core.rt.util.EnumerationName extends Object implements Serializable

serialVersionUID: 1688849860591644L

Serialized Fields

enumerationName

String enumerationName
The enumeration name.

Class org.norther.tammi.core.rt.util.EnumerationValue extends EnumerationName implements Serializable

serialVersionUID: 1688849860591644L

Serialized Fields

enumerationType

String enumerationType
The enumeration type.


enumerationValue

Object enumerationValue
The enumeration value.


enumerationPattern

String enumerationPattern
The enumeration pattern.


isLocalizable

boolean isLocalizable
The localizable flag.

Class org.norther.tammi.core.rt.util.ExceptionMap extends Exception implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

exceptions

SortedMap<K,V> exceptions
The map of exceptions.

Class org.norther.tammi.core.rt.util.ExcludeTraitFilter extends Object implements Serializable

serialVersionUID: 1688854155755568L

Serialized Fields

traits

int traits
The exclude mask.

Class org.norther.tammi.core.rt.util.Identity extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

classType

String classType
The class type.


idValues

Object[] idValues
The id values.


attribute

String attribute
The attribute.


index

int index
The index.


indexed

boolean indexed
The indexed flag.

Class org.norther.tammi.core.rt.util.IncludeTraitFilter extends Object implements Serializable

serialVersionUID: 1688854155755568L

Serialized Fields

traits

int traits
The include mask.

Class org.norther.tammi.core.rt.util.TimeZoneRegistrar extends Object implements Serializable

serialVersionUID: 844424930263054L

Class org.norther.tammi.core.rt.util.VariableComparator extends PropertyComparator implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.core.rt.vdeml

Class org.norther.tammi.core.rt.vdeml.KMLWriter extends Object implements Serializable

serialVersionUID: 27021666483961900L

Serialized Fields

introspector

Introspector introspector
The introspector.


varWriter

VarWriter varWriter
The var writer.

Class org.norther.tammi.core.rt.vdeml.VarWriter extends Object implements Serializable

serialVersionUID: 27021666483961900L

Serialized Fields

introspector

Introspector introspector
The introspector.


varNamespace

String varNamespace
The variable namespace.


varOffset

int varOffset
The variable offset.


Package org.norther.tammi.core.scripter

Class org.norther.tammi.core.scripter.DefaultScripter extends DefaultObjectFactory<org.apache.bsf.BSFEngine> implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the scripter.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

scriptKey

String scriptKey
The script folder key.


defaultLanguage

String defaultLanguage
The default language.


Package org.norther.tammi.core.scripter.djava

Class org.norther.tammi.core.scripter.djava.DJavaEngine extends AbstractInterpreter implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the engine.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Package org.norther.tammi.core.scripter.groovy

Class org.norther.tammi.core.scripter.groovy.GroovyEngine extends AbstractInterpreter implements Serializable

serialVersionUID: 1125904201809921L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the engine.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

Package org.norther.tammi.core.scripter.lang

Class org.norther.tammi.core.scripter.lang.EngineInterpreter extends Object implements Serializable

serialVersionUID: 1125904201809921L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the engine.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

language

String language
The language.


engine

org.apache.bsf.BSFEngine engine
The engine adaptee.

Class org.norther.tammi.core.scripter.lang.ScriptObjectRegistry extends org.apache.bsf.util.ObjectRegistry implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

currentScripter

MBeanReference<R> currentScripter
The scripter of the registry.


Package org.norther.tammi.core.security

Class org.norther.tammi.core.security.AccessDeniedException extends GeneralSecurityException implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.security.AuthenticationEvent extends EventObject implements Serializable

serialVersionUID: 1125904202989619L

Class org.norther.tammi.core.security.DefaultAccessController extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

allowedPermissions

ConcurrentMap<K,V> allowedPermissions
The map of allowed permissions.


deniedPermissions

ConcurrentMap<K,V> deniedPermissions
The map of denied permissions.

Class org.norther.tammi.core.security.DefaultKeyStoreFactory extends DefaultObjectFactory<KeyStore> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

keyStoreType

String keyStoreType
The type of the key store.


keyStoreProvider

String keyStoreProvider
The provider of the key store.

Class org.norther.tammi.core.security.DefaultKeyStoreLoader extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

keyStoreMap

ConcurrentMap<K,V> keyStoreMap
The key store map.


securityKey

String securityKey
The security folder key.

Class org.norther.tammi.core.security.DefaultMessageDigestFactory extends DefaultObjectFactory<MessageDigest> implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.security.DefaultPermissionConverter extends DefaultObjectConverter<Permission> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

permissionClassName

String permissionClassName
The permission class name.

Class org.norther.tammi.core.security.DefaultSecureContainer extends DefaultContainer<V> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

controller

DefaultAccessController controller
An access controller.

Class org.norther.tammi.core.security.ExtendedPermissions extends PermissionCollection implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

resources

org.norther.tammi.core.security.ResourcePermissions resources
A permission collection of resource permissions.


others

Permissions others
Permission collection of other permissions.


permissions

Permissions permissions
Permission collection of all permissions.

Class org.norther.tammi.core.security.RegexPermission extends ResourcePermission implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

optionMask

int optionMask
The option mask.


pattern

Pattern pattern
The pattern.

Class org.norther.tammi.core.security.ResourcePermission extends Permission implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

actionMask

int actionMask
The action mask.


Package org.norther.tammi.core.startup

Class org.norther.tammi.core.startup.DefaultStartup extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

configurable

DefaultConfigurable configurable
The configurable adaptee.


internals

OrderedMap<K,V> internals
The foundation MBeans.


shutdownDelay

long shutdownDelay
The shutdown delay.


started

int started
The started flag.


restart

int restart
The restart delay.


arguments

String[] arguments
The startup arguments.

Class org.norther.tammi.core.startup.MBeanStartup extends MBeanConfig implements Serializable

serialVersionUID: 1125899906842628L


Package org.norther.tammi.core.thread

Class org.norther.tammi.core.thread.AbstractExecutor extends Adaptee implements Serializable

serialVersionUID: 844429225099266L

Class org.norther.tammi.core.thread.DefaultDirectExecutor extends AbstractExecutor implements Serializable

serialVersionUID: 844429225099266L

Class org.norther.tammi.core.thread.DefaultExecutable extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

runnable

Runnable runnable
The executable adaptee


executorHandle

MBeanHandle<R> executorHandle
The executor handle.


allowMultiple

boolean allowMultiple
The allow multiple option.

Class org.norther.tammi.core.thread.DefaultPooledExecutor extends DefaultThreadedExecutor implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

queueCapacity

int queueCapacity
The command queue capacity.


maxPoolSize

int maxPoolSize
The max pool size.


corePoolSize

int corePoolSize
The core pool size.


keepAliveTime

long keepAliveTime
The keep alive time.


rejectionHandler

RejectedExecutionHandler rejectionHandler
The rejection handler.

Class org.norther.tammi.core.thread.DefaultSchedulable extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

runnable

Runnable runnable
The schedulable adaptee


schedulerHandle

MBeanHandle<R> schedulerHandle
The scheduler handle for a new job.


runningHandle

MBeanHandle<R> runningHandle
The scheduler handle for the running job.


allowMultiple

boolean allowMultiple
The allow multiple option.


executionPeriod

long executionPeriod
The execution period.


startingDelay

long startingDelay
The starting delay.

Class org.norther.tammi.core.thread.DefaultScheduler extends Adaptee implements Serializable

serialVersionUID: 844424930263053L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the scheduler.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

schedulerHandle

MBeanHandle<R> schedulerHandle
The handle to itself for tasks.


executorHandle

MBeanHandle<R> executorHandle
The executor handle.


factoryHandle

MBeanHandle<R> factoryHandle
The thread factory handle.

Class org.norther.tammi.core.thread.DefaultThreadedExecutor extends AbstractExecutor implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

factoryHandle

MBeanHandle<R> factoryHandle
The thread factory handle.

Class org.norther.tammi.core.thread.DefaultThreadFactory extends DefaultObjectFactory<Thread> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

defaultPriority

int defaultPriority
The default priority.


defaultDaemon

boolean defaultDaemon
The default daemon flag.

Class org.norther.tammi.core.thread.DefaultTimeout extends DefaultScheduler implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

logging

boolean logging
The logging option.


Package org.norther.tammi.core.util

Class org.norther.tammi.core.util.FeatureInfoComparator extends Object implements Serializable

serialVersionUID: 844424930263053L

Class org.norther.tammi.core.util.ObjectNameComparator extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

sortKey

String sortKey
The key specific sort order.


ignore

boolean ignore
Ignore the domain.

Class org.norther.tammi.core.util.RegistrationFilterSupport extends Object implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

nestedFilter

NotificationFilter nestedFilter
A nested notification filter.


Package org.norther.tammi.core.xml

Class org.norther.tammi.core.xml.DefaultDOMBuilderFactory extends DefaultObjectFactory<DocumentBuilder> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

documentBuilderFactory

DocumentBuilderFactory documentBuilderFactory
The implementation of the factory.

Class org.norther.tammi.core.xml.DefaultSAXParserFactory extends DefaultObjectFactory<SAXParser> implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

saxParserFactory

SAXParserFactory saxParserFactory
The implementation of the factory.


Package org.norther.tammi.leaf.jfc

Class org.norther.tammi.leaf.jfc.DefaultJFCFactory extends DefaultObjectFactory<Component> implements Serializable

serialVersionUID: 844424930263048L

Serialized Fields

resourceHandle

MBeanHandle<R> resourceHandle
The resource finder handle.


spacing

int spacing
The current spacing.

Class org.norther.tammi.leaf.jfc.JTopFrame extends JFrame implements Serializable

serialVersionUID: 844424930263048L

Class org.norther.tammi.leaf.jfc.NotificationDispatcher extends Object implements Serializable

serialVersionUID: 844424930263048L

Serialized Fields

objectName

ObjectName objectName
The object name.


handbackObj

Object handbackObj
The handback object.


notifFilter

RegistrationFilterSupport notifFilter
The notification filter.

Class org.norther.tammi.leaf.jfc.TopFrame extends Frame implements Serializable

serialVersionUID: 844424930263048L


Package org.norther.tammi.leaf.jfc.menu

Class org.norther.tammi.leaf.jfc.menu.JExitMenuItem extends JMenuItem implements Serializable

serialVersionUID: 844424930263048L


Package org.norther.tammi.leaf.jfc.tool

Class org.norther.tammi.leaf.jfc.tool.JToolButton extends JButton implements Serializable

serialVersionUID: 844424930263048L


Package org.norther.tammi.leaf.model

Class org.norther.tammi.leaf.model.WidgetModelMBean extends ReferableModelMBean<R> implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.manual.chapter

Class org.norther.tammi.manual.chapter.Chapter extends Referable<ChapterMBean> implements Serializable

serialVersionUID: 844424930263048L

Serialized Fields

name

String name
Chapter name.


Package org.norther.tammi.root.db

Class org.norther.tammi.root.db.AbstractPersisterFactory extends DefaultConfigurableFactory<Persister> implements Serializable

serialVersionUID: 844424930263054L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the factory.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

cacheClient

DefaultKeyCacheClient<K,V> cacheClient
The cache client adapter.


registryHandle

MBeanHandle<R> registryHandle
The variable registry handle.


parserHandle

MBeanHandle<R> parserHandle
The repository parser handle.


connectionDTD

String connectionDTD
The connection DTD.


repositoryDTD

String repositoryDTD
The repository DTD.


maxResultSetSize

int maxResultSetSize
The result set size.


combinedCache

boolean combinedCache
The cache type flag.


traceDisabled

boolean traceDisabled
The trace references flag.


aliases

ConcurrentMap<K,V> aliases
The connection alias map.


dependencies

ConcurrentMap<K,V> dependencies
The dependence map.


javaTypes

ConcurrentMap<K,V> javaTypes
The Java type map.


providers

ConcurrentMap<K,V> providers
The provider map.

Class org.norther.tammi.root.db.AbstractRepositoryParser extends Adaptee implements Serializable

serialVersionUID: 844424930263054L

Class org.norther.tammi.root.db.DefaultBeanRepositoryClient extends DefaultMultiRepositoryClient implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

resourceHandle

MBeanHandle<R> resourceHandle
The bean resource handle.


registryHandle

MBeanHandle<R> registryHandle
The variable registry handle.


localizedBeans

int localizedBeans
The localized state.

Class org.norther.tammi.root.db.DefaultLobConverter extends DefaultObjectConverter<Object> implements Serializable

serialVersionUID: 1688854155427880L

Class org.norther.tammi.root.db.DefaultLobFactory extends DefaultObjectFactory<Object> implements Serializable

serialVersionUID: 1688854155427880L

Serialized Fields

blobInstanceClassName

String blobInstanceClassName
The BLOB instance class name.


clobInstanceClassName

String clobInstanceClassName
The CLOB instance class name.


blobAdapterClassName

String blobAdapterClassName
The BLOB adapter class name.


clobAdapterClassName

String clobAdapterClassName
The CLOB adapter class name.

Class org.norther.tammi.root.db.DefaultMultiRepositoryClient extends DefaultRepositoryClient implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

connections

ConcurrentMap<K,V> connections
The connection map.


connectionAlias

String connectionAlias
The default connection key.

Class org.norther.tammi.root.db.DefaultRepositoryClient extends Adaptee implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

connection

RepositoryConnection connection
The default connection.

Class org.norther.tammi.root.db.LobResource extends AbstractResource<RepositoryConnection> implements Serializable

serialVersionUID: 1688854155427880L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the resource.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the resource.

Throws:
IOException - for I/O errors.
Serialized Fields

className

String className
The LOB class name.


identifiers

Object[] identifiers
The LOB identifiers.


attribute

String attribute
The LOB attribute name.


principal

Principal principal
The principal.

Class org.norther.tammi.root.db.PersistenceException extends Exception implements Serializable

serialVersionUID: 1125904201809922L

Class org.norther.tammi.root.db.RepositoryConnection extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

persisterClassName

String persisterClassName
The persister class name.


connectionAlias

String connectionAlias
The connection alias.


connectionUsername

String connectionUsername
The username.


connectionPassword

String connectionPassword
The password.


authenticated

boolean authenticated
The authenticated flag.


authenticationKey

String authenticationKey
The authentication key.


authenticatedUsernameKey

String authenticatedUsernameKey
The authenticated user key.


authenticatedPasswordKey

String authenticatedPasswordKey
The authenticated password key.


repositoryClient

MBeanReference<R> repositoryClient
The repository client reference.


Package org.norther.tammi.root.db.event

Class org.norther.tammi.root.db.event.PersistedObjectEvent extends EventObject implements Serializable

serialVersionUID: 1688849860263937L

Serialized Fields

persistedObject

Object persistedObject
The persisted object.


persistedField

String persistedField
The persisted field.


persistenceAction

Persister.Action persistenceAction
The persistence action.

Class org.norther.tammi.root.db.event.TransportedObjectEvent extends EventObject implements Serializable

serialVersionUID: 1688849860263937L

Serialized Fields

sourceObject

Object sourceObject
The source Object.


targetObject

Object targetObject
The target object.


isForeign

boolean isForeign
The foreign flag.


Package org.norther.tammi.root.db.lob

Class org.norther.tammi.root.db.lob.DefaultBlob extends Object implements Serializable

serialVersionUID: 1688854155427880L

Serialized Fields

bytes

byte[] bytes
The byte buffer.


inputURL

URL inputURL
The input URL.


inputFile

File inputFile
The input file.


streamOptions

boolean[] streamOptions
The stream closing options.

Class org.norther.tammi.root.db.lob.DefaultClob extends Object implements Serializable

serialVersionUID: 1688854155427880L

Serialization Methods

readExternal

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

writeExternal

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

Package org.norther.tammi.root.db.query

Class org.norther.tammi.root.db.query.DBAttribute extends Attribute implements Serializable

serialVersionUID: 1125904201941006L

Serialized Fields

condition

DBCriteria.Condition condition
The condition.


Package org.norther.tammi.root.db.rule

Class org.norther.tammi.root.db.rule.DependenceDescriptor extends Object implements Serializable

serialVersionUID: 1407374883618820L

Serialized Fields

dependentClassName

String dependentClassName
The dependent class name.


dependenceRuleSets

org.norther.tammi.root.db.rule.DependenceDescriptor.DependenceRuleSet[] dependenceRuleSets
The dependence rules for actions.

Class org.norther.tammi.root.db.rule.DependenceRule extends Object implements Serializable

serialVersionUID: 1407374883618822L

Serialized Fields

localClassName

String localClassName
The local class name.


foreignClassName

String foreignClassName
The foreign class name.


bidirectionalClassName

String bidirectionalClassName
The bidirectional class name.


localKeyField

String localKeyField
The local key field.


foreignKeyField

String foreignKeyField
The foreign key field.


biLocalKeyField

String biLocalKeyField
The bi-local key field.


biForeignKeyField

String biForeignKeyField
The bi-foreign key field.


foreignRowField

String foreignRowField
The foreign row field.


virtualKeyField

String virtualKeyField
The virtual key field.


ruleTiming

DependenceRule.Timing ruleTiming
The timing.


ruleActions

int ruleActions
The actions mask.


isCascading

boolean isCascading
The cascading option.


hashCode

int hashCode
The hash code.


Package org.norther.tammi.root.db.util

Class org.norther.tammi.root.db.util.VariableConfiguration extends Object implements Serializable

serialVersionUID: 1125904202596408L

Serialized Fields

variableType

String variableType
The variable type.


classConfiguration

Configuration classConfiguration
The class configuration.


fieldConfigurations

OrderedMap<K,V> fieldConfigurations
The field configurations.


Package org.norther.tammi.root.hbm

Class org.norther.tammi.root.hbm.DefaultHibernateFactory extends AbstractPersisterFactory<Object,Object> implements Serializable

serialVersionUID: 1125904201941003L

Serialized Fields

registry

ConcurrentMap<K,V> registry
The configuration registry.


descriptors

OrderedMap<K,V> descriptors
The class descriptors.


started

boolean started
A started flag.


connectionAlias

String connectionAlias
The default connection alias.


Package org.norther.tammi.root.hbm.query

Class org.norther.tammi.root.hbm.query.CriterionSet extends Object implements Serializable

serialVersionUID: 1125904201941006L

Serialized Fields

conjunction

Conjunction conjunction
The AND criteria.


disjunction

Disjunction disjunction
The OR criteria.


subcriteria

OrderedMap<K,V> subcriteria
The subcriteria.


conjunctionCount

int conjunctionCount
The conjunction indicator.


disjunctionCount

int disjunctionCount
The disjunction indicator.


negated

boolean negated
The negated option.

Class org.norther.tammi.root.hbm.query.HibernateCriteria extends DBCriteriaAdapter<T,CriterionSet> implements Serializable

serialVersionUID: 1125904201941006L

Serialized Fields

aliases

ConcurrentMap<K,V> aliases
The join aliases.

Class org.norther.tammi.root.hbm.query.HibernateQuery extends DBQueryAdapter<T,Object> implements Serializable

serialVersionUID: 1125904201941006L

Serialized Fields

persistentClass

Class<T> persistentClass
The persistent class.


rowOffset

int rowOffset
The row offset.


rowLimit

int rowLimit
The row limit.


scalarp

boolean scalarp
The scalar option.

Class org.norther.tammi.root.hbm.query.IdAttribute extends DBAttribute implements Serializable

serialVersionUID: 1125904201941006L


Package org.norther.tammi.root.locale

Class org.norther.tammi.root.locale.Dictionary extends PersistentResourceBundle implements Serializable

serialVersionUID: 1688849860263942L

Class org.norther.tammi.root.locale.LocalizedName extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

currentId

Object currentId
Id.


currentName

String currentName
Name.

Class org.norther.tammi.root.locale.LocalizedValue extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

valueId

LocalizedValue.Id valueId
Id.


currentValue

String currentValue
Value.


localizedName

LocalizedName localizedName
Localized key.

Class org.norther.tammi.root.locale.LocalizedValue.Id extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

nameId

Object nameId
Name id.


localeId

Object localeId
Locale id.

Class org.norther.tammi.root.locale.PersistentResourceBundle extends PluggableResourceBundle implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

sampleBundle

SampleResourceBundle sampleBundle
The sample persistent bundle.


lookedup

long lookedup
The last lookup time.


lookupKeys

ConcurrentMap<K,V> lookupKeys
The key map for key lookup.

Class org.norther.tammi.root.locale.ResourceLocale extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

currentId

Object currentId
Id.


localeName

String localeName
Name.


currentLanguage

String currentLanguage
Language.


currentCountry

String currentCountry
Country.


currentVariant

String currentVariant
Variant.

Class org.norther.tammi.root.locale.SampleResourceBundle extends PersistentResourceBundle implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

resourceLocale

ResourceLocale resourceLocale
An internal resource locale.


resources

org.norther.tammi.root.locale.SampleResourceBundle.ResourceMap resources
The resource map.


traceable

TraceableSupport traceable
The traceable adapter.


localizedValues

Collection<E> localizedValues
The localized values.


Package org.norther.tammi.root.locale.util

Class org.norther.tammi.root.locale.util.DictionaryInitializer extends Object implements Serializable

serialVersionUID: 844424930131969L


Package org.norther.tammi.root.ojb

Class org.norther.tammi.root.ojb.DefaultOJBFactory extends AbstractPersisterFactory<Identity,Object> implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

started

boolean started
A started flag.


loggingFilePath

String loggingFilePath
The logging file path.

Class org.norther.tammi.root.ojb.OJBLogger extends Object implements Serializable

serialVersionUID: 1125899906842641L


Package org.norther.tammi.root.ojb.conversion

Class org.norther.tammi.root.ojb.conversion.Mask2PermissionConversion extends Object implements Serializable

serialVersionUID: 1125904202530869L

Class org.norther.tammi.root.ojb.conversion.Number2LocationConversion extends Number2MultiwordConversion implements Serializable

serialVersionUID: 1688854155362338L

Class org.norther.tammi.root.ojb.conversion.Number2MoneyConversion extends Object implements Serializable

serialVersionUID: 1688854155362338L

Class org.norther.tammi.root.ojb.conversion.Number2MultiwordConversion extends Object implements Serializable

serialVersionUID: 1688854155362338L

Class org.norther.tammi.root.ojb.conversion.String2UTFConversion extends Object implements Serializable

serialVersionUID: 1125904202530869L

Class org.norther.tammi.root.ojb.conversion.String2XMLConversion extends Object implements Serializable

serialVersionUID: 1125904202530869L

Class org.norther.tammi.root.ojb.conversion.StringDate2StringConversion extends Object implements Serializable

serialVersionUID: 844424930263053L


Package org.norther.tammi.root.ojb.lob

Class org.norther.tammi.root.ojb.lob.IdBlobHandle extends org.apache.ojb.broker.lob.BlobHandle implements Serializable

serialVersionUID: 1688854155558952L

Serialized Fields

primaryIds

Object[] primaryIds
The primary ids.

Class org.norther.tammi.root.ojb.lob.IdClobHandle extends org.apache.ojb.broker.lob.ClobHandle implements Serializable

serialVersionUID: 1688854155558952L

Serialized Fields

primaryIds

Object[] primaryIds
The primary ids.


Package org.norther.tammi.root.ojb.query

Class org.norther.tammi.root.ojb.query.OJBCriteria extends DBCriteriaAdapter<T,Criteria> implements Serializable

serialVersionUID: 1125904201941006L

Serialized Fields

aliases

ConcurrentMap<K,V> aliases
The join aliases.

Class org.norther.tammi.root.ojb.query.OJBQuery extends DBQueryAdapter<T,Query> implements Serializable

serialVersionUID: 1125904201941006L


Package org.norther.tammi.root.ojb.util

Class org.norther.tammi.root.ojb.util.PersistentFieldVariableImpl extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

variableType

Class<T> variableType
The type of the variable.


attributeName

String attributeName
The name of the attribute.


attributeType

Class<T> attributeType
The type of the attribute.


Package org.norther.tammi.root.realm

Class org.norther.tammi.root.realm.DefaultRepositoryRealm extends AbstractRealm implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

caseInsensitive

boolean caseInsensitive
The case-sensitivity.


userClassName

String userClassName
The user class names.


repository

MultiRepositoryClient repository
A repository client.

Class org.norther.tammi.root.realm.IdBasedPersistentGroup extends SimplePersistentGroup implements Serializable

serialVersionUID: 1688849860263937L

Serialized Fields

groupId

Object groupId
The unique id of the group.

Class org.norther.tammi.root.realm.IdBasedPersistentRole extends SimplePersistentRole implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

roleId

Object roleId
The unique id of the role.

Class org.norther.tammi.root.realm.IdBasedPersistentUser extends SimplePersistentUser implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

userId

Object userId
The unique id of the persistent user.

Class org.norther.tammi.root.realm.PersistentGroupGroup extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

objectId

PersistentGroupGroup.Id objectId
The unique id of the persistent user.

Class org.norther.tammi.root.realm.PersistentGroupGroup.Id extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

parentId

Object parentId
Parent id.


childId

Object childId
Child id.

Class org.norther.tammi.root.realm.PersistentGroupUser extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

objectId

PersistentGroupUser.Id objectId
The unique id of the persistent user.

Class org.norther.tammi.root.realm.PersistentGroupUser.Id extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

groupId

Object groupId
Group id.


userId

Object userId
User id.

Class org.norther.tammi.root.realm.PersistentUserRole extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

objectId

PersistentUserRole.Id objectId
The unique id of the persistent user.

Class org.norther.tammi.root.realm.PersistentUserRole.Id extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

userId

Object userId
User id.


roleId

Object roleId
Role id.

Class org.norther.tammi.root.realm.SimplePersistentGroup extends Object implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

groupName

String groupName
The unique group name.


password

String password
The password of the persistent group.


hangword

String hangword
The hangword of the persistent group.


description

String description
The description of the group.


userId

Object userId
The user id of the group.


owner

PersistentUser owner
The owner of the group.


memberSet

Set<E> memberSet
The members of the persistent group as a set of PersistentUser objects.


parentSet

Set<E> parentSet
The parents of the persistent group as a set of PersistentGroup objects.


childSet

Set<E> childSet
The children of the persistent group as a set of PersistentGroup objects.

Class org.norther.tammi.root.realm.SimplePersistentRole extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

roleName

String roleName
The unique role name.


description

String description
The description of the role.


username

String username
The username of this role.

Class org.norther.tammi.root.realm.SimplePersistentUser extends Object implements Serializable

serialVersionUID: 844424930263054L

Serialized Fields

username

String username
The unique username of the persistent user.


password

String password
The password of the persistent user.


locale

String locale
The locale of the persistent user.


msisdn

String msisdn
The MSISDN of the persistent user.


lastVisit

Timestamp lastVisit
The date of the last visit.


accountState

PersistentUser.AccountState accountState
The state of the account.


roleSet

Set<E> roleSet
The roles of the persistent user as a list of PersistentRole objects.


Package org.norther.tammi.root.rt.meta

Class org.norther.tammi.root.rt.meta.MetaDataPersister extends MetaElementPersister implements Serializable

serialVersionUID: 4503599627370497L

Class org.norther.tammi.root.rt.meta.MetaElementImporter extends VariableTransporter implements Serializable

serialVersionUID: 22517998136852484L

Class org.norther.tammi.root.rt.meta.MetaElementPersister extends Object implements Serializable

serialVersionUID: 4503599627370497L

Class org.norther.tammi.root.rt.meta.MetaIndirectionPersister extends Object implements Serializable

serialVersionUID: 4503599627370497L


Package org.norther.tammi.root.rt.util

Class org.norther.tammi.root.rt.util.IntegerId extends VariableId<Integer> implements Serializable

serialVersionUID: 1407374883618819L

Class org.norther.tammi.root.rt.util.KeyValueSetupTransporter extends Object implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.root.rt.util.LongId extends VariableId<Long> implements Serializable

serialVersionUID: 1407374883618819L

Class org.norther.tammi.root.rt.util.PasswordImporter extends VariableTransporter implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.root.rt.util.PasswordValidator extends Object implements Serializable

serialVersionUID: 844424930131969L

Class org.norther.tammi.root.rt.util.PermissionImporter extends VariableTransporter implements Serializable

serialVersionUID: 22517998136852484L

Class org.norther.tammi.root.rt.util.PermissionValidator extends Object implements Serializable

serialVersionUID: 4503599627370497L

Class org.norther.tammi.root.rt.util.PersistentGroupImporter extends PasswordImporter implements Serializable

serialVersionUID: 22517998136852484L

Class org.norther.tammi.root.rt.util.PersistentGroupPersister extends Object implements Serializable

serialVersionUID: 4503599627370497L

Class org.norther.tammi.root.rt.util.RepositoryInitializer extends Object implements Serializable

serialVersionUID: 1407374883618825L

Class org.norther.tammi.root.rt.util.StringId extends VariableId<String> implements Serializable

serialVersionUID: 1407374883618819L

Class org.norther.tammi.root.rt.util.TreeProperty extends Object implements Serializable

serialVersionUID: 844437815033867L

Serialized Fields

level

int level
The level of the node.


options

int options
The option mask.

Class org.norther.tammi.root.rt.util.UserAccountImporter extends PasswordImporter implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.root.rt.util.UserAccountPersister extends Object implements Serializable

serialVersionUID: 27021597764222982L

Class org.norther.tammi.root.rt.util.UserIdPersister extends Object implements Serializable

serialVersionUID: 27021597764222989L

Class org.norther.tammi.root.rt.util.VariableId extends Object implements Serializable

serialVersionUID: 1407374883618819L

Serialized Fields

attributes

Map<K,V> attributes
The attribute map.

Class org.norther.tammi.root.rt.util.VariableTransporter extends Object implements Serializable

serialVersionUID: 13511005040541697L


Package org.norther.tammi.root.security

Class org.norther.tammi.root.security.GroupPermission extends ResourcePermission implements Serializable

serialVersionUID: 1688849860263949L


Package org.norther.tammi.spray.authenticator

Class org.norther.tammi.spray.authenticator.AbstractAuthenticatorFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

realmHandle

MBeanHandle<R> realmHandle
The realm handle.


realmName

String realmName
The realm name.


defaultDomain

String defaultDomain
The default domain.


cachedDiscarded

boolean cachedDiscarded
The cached discarded flag.


anonymousAccepted

boolean anonymousAccepted
The anonymous accepted flag.


authenticationRequired

boolean authenticationRequired
The login required flag.


loginCount

int loginCount
The number of login attempts.


logoutURI

String logoutURI
The logout URI.


logoutHost

String logoutHost
The logout host.


logoutService

String logoutService
The logout service.


logoutPipe

String logoutPipe
The logout pipe.


logoutFlow

String logoutFlow
The logout flow.


logoutTemplate

String logoutTemplate
The logout template.


unauthorizedTemplate

String unauthorizedTemplate
The unauthorized template.

Class org.norther.tammi.spray.authenticator.DefaultCachedAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.authenticator.DefaultHttpBasicAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.authenticator.DefaultHttpDigestAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

digestTimeout

int digestTimeout
The digest timeout.


privateKey

String privateKey
The private key.

Class org.norther.tammi.spray.authenticator.DefaultHttpFormAuthFilter extends DefaultHttpServiceAuthFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

loginURI

String loginURI
The login URI.


loginHost

String loginHost
The login host.


loginService

String loginService
The login service.


loginPipe

String loginPipe
The login pipe.


loginFlow

String loginFlow
The login flow.


loginTemplate

String loginTemplate
The login template.

Class org.norther.tammi.spray.authenticator.DefaultHttpServiceAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

isSecure

boolean isSecure
The secure flag.


cookieAuthAge

int cookieAuthAge
The cookie authentication age.


urlAuthEnabled

boolean urlAuthEnabled
The URL authentication option.


queryAuthEnabled

boolean queryAuthEnabled
The query string authentication option.

Class org.norther.tammi.spray.authenticator.DefaultHttpSspiAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.authenticator.DefaultMsisdnAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.authenticator.DefaultSSLCertAuthFilter extends AbstractAuthenticatorFilter implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.authenticator.SessionChallenge extends Object implements Serializable

serialVersionUID: 1125904202596382L

Serialized Fields

challenge

Challenge challenge
The wrapped challenge.


Package org.norther.tammi.spray.authenticator.chain

Class org.norther.tammi.spray.authenticator.chain.SavedRequest extends HeadersRequest implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

charset

String charset
The character set.


requestUrl

String requestUrl
The request URL.


contextPath

String contextPath
The context path.


servletPath

String servletPath
The servlet path.


items

List<E> items
The request as a list.


headers

Map<K,V> headers
The map of headers.


parameters

Map<K,V> parameters
The map of parameters.


Package org.norther.tammi.spray.authenticator.task

Class org.norther.tammi.spray.authenticator.task.QuickLogout extends Action implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.authenticator.task.SilentLogout extends Action implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.authenticator.tool

Class org.norther.tammi.spray.authenticator.tool.UserTool extends ContextTool implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.connector

Class org.norther.tammi.spray.connector.DefaultChannelConnector extends DefaultTCPConnector implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

poolHandle

MBeanHandle<R> poolHandle
The pool handle.


selectorTimeout

int selectorTimeout
The selector timeout.


channelTimeout

int channelTimeout
The channel timeout.


selectorCount

int selectorCount
The selector count.

Class org.norther.tammi.spray.connector.DefaultConnector extends Adaptee implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filterHandle

MBeanHandle<R> filterHandle
The filter handle.


loggerHandle

MBeanHandle<R> loggerHandle
The logger handle.


timeoutHandle

MBeanHandle<R> timeoutHandle
The timeout handle.


provider

String provider
The provider.


localhost

InetAddress localhost
The specified local host.


started

boolean started
The started state.


keyAlias

String keyAlias
The key alias.


keyPassword

String keyPassword
The key password.


serverPort

int serverPort
The port to listen.


redirectPort

int redirectPort
The port to redirect to.


secureConnections

boolean secureConnections
The secure connections flag.


requestTimeout

int requestTimeout
The request timeout.


connectionTimeout

int connectionTimeout
The connection timeout.


maxIdleConnections

int maxIdleConnections
The idle connection limit.


loggingDisabled

boolean loggingDisabled
The logging disabled flag.

Class org.norther.tammi.spray.connector.DefaultExecutableConnector extends DefaultConnector implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

executable

DefaultExecutable executable
The executable adaptee accepting multiple threads.


executorHandle

MBeanHandle<R> executorHandle
The executor handle.

Class org.norther.tammi.spray.connector.DefaultLocalConnector extends DefaultTCPConnector implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

poolHandle

MBeanHandle<R> poolHandle
The pool handle.


authWanted

boolean authWanted
Flag for optional client authentication.


authNeeded

boolean authNeeded
Flag for required client authentication.

Class org.norther.tammi.spray.connector.DefaultSocketConnector extends DefaultLocalConnector implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.connector.DefaultTCPConnector extends DefaultExecutableConnector implements Serializable

serialVersionUID: 1125899906842637L

Serialized Fields

soTimeout

int soTimeout
The SO_TIMEOUT.


soLinger

int soLinger
The SO_LINGER.


tcpNoDelay

boolean tcpNoDelay
The TCP_NODELAY.


receiveBufferSize

int receiveBufferSize
The receive buffer size.


sendBufferSize

int sendBufferSize
The send buffer size.


serverBufferSize

int serverBufferSize
The server buffer size.


Package org.norther.tammi.spray.connector.chain

Class org.norther.tammi.spray.connector.chain.AbstractConnection extends PoolableSupport implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

connectionStatus

Connection.Status connectionStatus
The current status of the client.


waitCount

int waitCount
The number of waiting threads.


connectionTime

long connectionTime
The connection time.


activeConnector

MBeanReference<R> activeConnector
The active connector.


activeFilter

MBeanReference<R> activeFilter
The active filter.


activeLogger

MBeanReference<R> activeLogger
The active logger.


activeTimeout

MBeanReference<R> activeTimeout
The active timeout.


readyOps

int readyOps
The operations mask.


keepConnection

int keepConnection
The keep connection flag.

Class org.norther.tammi.spray.connector.chain.AbstractConnectorRequest.ConnectorRequestExtension extends AbstractExtension implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

version

float version
The version.


statusCode

int statusCode
The status code.


keepConnection

int keepConnection
The keep connection flag.


httpRequest

String httpRequest
The HTTP request.


comments

Map<K,V> comments
The comment map.

Class org.norther.tammi.spray.connector.chain.ChannelConnection extends AbstractConnection implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

port

int port
The client port.


address

String address
The client address.


request

ConnectorRequest request
The socket connector request.


response

ConnectorResponse response
The socket connector response.


filterChain

DefaultFilterChain filterChain
The filter chain.

Class org.norther.tammi.spray.connector.chain.InterConnection extends AbstractConnection implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

request

ServletRequest request
A request.


response

ServletResponse response
A response.


filterChain

DefaultFilterChain filterChain
A filter chain.

Class org.norther.tammi.spray.connector.chain.OverflowConnection extends SocketConnection implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.connector.chain.SocketConnection extends AbstractConnection implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

port

int port
The client port.


address

String address
The client address.


input

InputStream input
The socket input stream.


output

OutputStream output
The socket output stream.


request

ConnectorRequest request
The socket connector request.


response

ConnectorResponse response
The socket connector response.


filterChain

DefaultFilterChain filterChain
The filter chain.


Package org.norther.tammi.spray.db

Class org.norther.tammi.spray.db.DefaultBeanRepositoryFilter extends DefaultBeanRepositoryClient implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adapter

DefaultRepositoryFilter adapter
The filter adapter.

Class org.norther.tammi.spray.db.DefaultMultiRepositoryFilter extends DefaultMultiRepositoryClient implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adapter

DefaultRepositoryFilter adapter
The filter adapter.

Class org.norther.tammi.spray.db.DefaultRepositoryFilter extends DefaultRepositoryClient implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adaptee

RepositoryFilter adaptee
The filter adaptee.


adapter

DefaultKeyFilter adapter
The filter adapter.


Package org.norther.tammi.spray.db.step

Class org.norther.tammi.spray.db.step.DesktopDataAction extends MetaDataAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.DesktopDataAction.Found extends DesktopDataAction.Own implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.DesktopDataAction.Own extends DesktopDataAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.DesktopDataAction.Remove extends DesktopDataAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.DesktopDataAction.Shared extends DesktopDataAction.Own implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.DictionaryAction extends RepositoryStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.ElementStepAction extends SelectionStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.IdentityElementAction extends ElementStepAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.IdentityElementAction.AddToDesktop extends IdentityElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Delete extends IdentityElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Desktop extends IdentityElementAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Found extends IdentityElementAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Insert extends IdentityElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Own extends IdentityElementAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.IdentityElementAction.RemoveFromDesktop extends IdentityElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Search extends IdentityElementAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Shared extends IdentityElementAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.IdentityElementAction.Update extends IdentityElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.IdentityElementAction.View extends IdentityElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaDataAction extends MetaElementAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Copy extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Delete extends MetaElementAction.Delete implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Desktop extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Found extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Insert extends MetaElementAction.Insert implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Move extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Own extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Search extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Shared extends MetaDataAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.Update extends MetaElementAction.Update implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaDataAction.View extends MetaElementAction.View implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.MetaElementAction extends ElementStepAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaElementAction.Delete extends MetaElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaElementAction.Insert extends MetaElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaElementAction.Update extends MetaElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaElementAction.View extends MetaElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction extends MetaElementAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Access extends MetaFolderAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Delete extends MetaElementAction.Delete implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Group extends MetaFolderAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Insert extends MetaElementAction.Insert implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Move extends MetaFolderAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Own extends MetaFolderAction implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.Update extends MetaElementAction.Update implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.MetaFolderAction.View extends MetaElementAction.View implements Serializable

serialVersionUID: 281474976710657L

Class org.norther.tammi.spray.db.step.RepositoryStepAction extends FormStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.SelectionStepAction extends RepositoryStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction extends SelectionStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Delete extends UserAccountAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Insert extends UserAccountAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Login extends UserAccountAction.Insert implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Modify extends UserAccountAction.Update implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Register extends UserAccountAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Renew extends UserAccountAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserAccountAction.Update extends UserAccountAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction extends UserAccountAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction.Delete extends UserAccountAction.Delete implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction.Insert extends UserAccountAction.Insert implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction.Login extends UserAccountAction.Login implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction.Modify extends UserAccountAction.Modify implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction.Register extends UserAccountAction.Register implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserFolderAction.Update extends UserAccountAction.Update implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction extends ElementStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Attach extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Attached extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Delete extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Detach extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Found extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Insert extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Join extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Joined extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Member extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Move extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Own extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Quit extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.UserGroupAction.Search extends UserGroupAction implements Serializable

serialVersionUID: 1688854155493377L

Class org.norther.tammi.spray.db.step.UserGroupAction.Update extends UserGroupAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.VariableStepAction extends SelectionStepAction implements Serializable

serialVersionUID: 844437815033866L

Class org.norther.tammi.spray.db.step.VariableStepAction.Delete extends VariableStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.VariableStepAction.Found extends VariableStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.VariableStepAction.Insert extends VariableStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.VariableStepAction.Search extends VariableStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.VariableStepAction.Select extends VariableStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.step.VariableStepAction.Update extends VariableStepAction implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.db.tool

Class org.norther.tammi.spray.db.tool.BlobTool extends TaskTool implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.db.tool.DataTool extends BeanTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

connectionAlias

String connectionAlias
The connection key.


Package org.norther.tammi.spray.engine

Class org.norther.tammi.spray.engine.AbstractTemplateEngine extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

started

boolean started
A started flag.


defaultEncoding

String defaultEncoding
A default encoding to use if not specified.


cacheClient

DefaultCacheClient<K,V> cacheClient
The cache client adapter.

Class org.norther.tammi.spray.engine.AuthorizationExceptionFilter extends DefaultTemplateExceptionFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

authentication

String authentication
The authentication.


closeConnection

boolean closeConnection
The close connection option.

Class org.norther.tammi.spray.engine.DefaultContextToolFilter extends DefaultContainerFilter<Object> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

globalContext

TemplateContext globalContext
The global context.


contextHandle

MBeanHandle<R> contextHandle
This filter handle for contexts (serializable instead of reference).


contextTools

ConcurrentMap<K,V>[] contextTools
The context tools.

Class org.norther.tammi.spray.engine.DefaultContextToolFilter.InternalTemplateContext extends DefaultTemplateContext implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

content

Content content
The content.

Class org.norther.tammi.spray.engine.DefaultSecuredFilter extends DefaultFilter implements Serializable

serialVersionUID: 1125899906842629L

Serialized Fields

invalidated

boolean invalidated
The invalidated option.

Class org.norther.tammi.spray.engine.DefaultTemplateExceptionFilter extends TerminalExceptionFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

errorTemplate

String errorTemplate
The error template.

Class org.norther.tammi.spray.engine.RedirectionExceptionFilter extends DefaultTemplateExceptionFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

redirection

String redirection
The redirection.


cookies

Cookie[] cookies
Redirection cookies.

Class org.norther.tammi.spray.engine.TemplateBreakException extends RuntimeException implements Serializable

serialVersionUID: 1125899906842641L

Class org.norther.tammi.spray.engine.TemplateException extends Exception implements Serializable

serialVersionUID: 1125904201809922L


Package org.norther.tammi.spray.engine.chain

Class org.norther.tammi.spray.engine.chain.RequestBoundObjectName extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

objectName

ObjectName objectName
The bound object name.


binding

ServletRequestBindingEvent binding
The binding event.

Class org.norther.tammi.spray.engine.chain.SessionBoundObjectName extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

objectName

ObjectName objectName
The bound object name.


binding

HttpSessionBindingEvent binding
The binding event.


Package org.norther.tammi.spray.engine.content

Class org.norther.tammi.spray.engine.content.ContentProcessingEvent extends EventObject implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

contentName

String contentName
The content name.


contentEncoding

String contentEncoding
The content encoding.


Package org.norther.tammi.spray.engine.context

Class org.norther.tammi.spray.engine.context.ContextBindingEvent extends EventObject implements Serializable

serialVersionUID: 844424930263055L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
The serialization method reads serializable context.

Throws:
ClassNotFoundException - if an unknown class is specified
IOException - if an input/output error occurs.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
The serialization method saves serializable context.

Throws:
IOException - for I/O errors.
NullPointerException - for an invalid handle.
Serialized Fields

boundName

String boundName
The bound name.

Class org.norther.tammi.spray.engine.context.DefaultTemplateContext extends PoolableSupport implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

bindings

int bindings
The binding state.


contextReference

MBeanReference<R> contextReference
The context tool filter reference.


parents

ArrayAsList<E> parents
Parent contexts.


roParents

List<E> roParents
Read-only parent contexts.


attributes

ConcurrentMap<K,V> attributes
The context attributes.


Package org.norther.tammi.spray.engine.resource

Class org.norther.tammi.spray.engine.resource.AbstractResourceResolver extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

finderKey

String finderKey
The finder key.


finderAlias

String finderAlias
The finder alias.


resourcePaths

String[] resourcePaths
Read-only resource paths.

Class org.norther.tammi.spray.engine.resource.ClassPathResourceResolver extends AbstractResourceResolver<URL> implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.engine.resource.FileResourceResolver extends AbstractResourceResolver<File> implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.engine.resource.JarResourceResolver extends AbstractResourceResolver<JarEntry> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

entryMap

ConcurrentMap<K,V> entryMap
An entry map.


jarMap

ConcurrentMap<K,V> jarMap
A jar map.

Class org.norther.tammi.spray.engine.resource.PropertyResourceResolver extends AbstractResourceResolver<String> implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.engine.tool

Class org.norther.tammi.spray.engine.tool.BeanTool extends Introspector implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

poolable

PoolableSupport poolable
The poolable adaptee.


binding

ContextBindingEvent binding
The binding event.

Class org.norther.tammi.spray.engine.tool.BrokerTool extends MBeanConfig implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

poolable

PoolableSupport poolable
The poolable adaptee.


binding

ContextBindingEvent binding
The binding event.

Class org.norther.tammi.spray.engine.tool.ChainTool extends ContextTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

errorMessage

String errorMessage
An error message.

Class org.norther.tammi.spray.engine.tool.ContentTool extends ContextTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

eventStack

Stack<E> eventStack
The processing event stack.

Class org.norther.tammi.spray.engine.tool.ContextTool extends GlobalTool implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.engine.tool.FormatTool extends Formatter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

poolable

PoolableSupport poolable
The poolable adaptee.


calendar

Calendar calendar
The calendar.


binding

ContextBindingEvent binding
The binding event.

Class org.norther.tammi.spray.engine.tool.GlobalTool extends PoolableSupport implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

binding

ContextBindingEvent binding
The binding event.

Class org.norther.tammi.spray.engine.tool.JavaTool extends ContextTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

interpreter

Interpreter interpreter
The interpreter.

Class org.norther.tammi.spray.engine.tool.MathTool extends GlobalTool implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.engine.tool.PathTool extends GlobalTool implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.engine.tool.TypeTool extends GlobalTool implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.engine.tool.VoidTool extends GlobalTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

reference

String reference
The reference.


Package org.norther.tammi.spray.filter

Class org.norther.tammi.spray.filter.DefaultBranchFilter extends DefaultSecureContainerKeyFilter<F extends Filter> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

defaultName

String defaultName
The default name.

Class org.norther.tammi.spray.filter.DefaultClosingFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.filter.DefaultContainerFilter extends DefaultContainer<V> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adaptee

Filter adaptee
The filter adaptee.

Class org.norther.tammi.spray.filter.DefaultContainerKeyFilter extends DefaultContainerFilter<V> implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.filter.DefaultExceptionFilter extends LogException implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filter

DefaultClosingFilter filter
The termination filter adapter.


statusCode

int statusCode
The current status code.

Class org.norther.tammi.spray.filter.DefaultFilter extends Adaptee implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filterConfig

FilterConfig filterConfig
The filter config.

Class org.norther.tammi.spray.filter.DefaultKeyFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filterKey

String filterKey
The filter key.


linkedKey

boolean linkedKey
The link key flag.

Class org.norther.tammi.spray.filter.DefaultLinkFilter extends DefaultBranchFilter<F extends Filter> implements Serializable

serialVersionUID: 1125899906842625L

Serialized Fields

linkAnchors

org.norther.tammi.spray.filter.DefaultLinkFilter.AnchorMap linkAnchors
The map of application links.


interfaces

ConcurrentMap<K,V> interfaces
The cached interface keys.

Class org.norther.tammi.spray.filter.DefaultPipe extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filterList

ArrayAsList<E> filterList
The list of filters.

Class org.norther.tammi.spray.filter.DefaultSecureContainerFilter extends DefaultSecureContainer<V> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adaptee

Filter adaptee
The filter adaptee.

Class org.norther.tammi.spray.filter.DefaultSecureContainerKeyFilter extends DefaultSecureContainerFilter<V> implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.filter.DefaultSecureFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

controller

DefaultAccessController controller
The access controller adapter.

Class org.norther.tammi.spray.filter.DefaultSecureKeyFilter extends DefaultKeyFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

controller

DefaultAccessController controller
The access controller adapter.

Class org.norther.tammi.spray.filter.FilterHandle extends MBeanHandle<R extends Filter> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filterState

FilterReference.FilterState filterState
The filter state.


Package org.norther.tammi.spray.filter.chain

Class org.norther.tammi.spray.filter.chain.AbstractExtension extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

binding

ServletRequestBindingEvent binding
The binding event.

Class org.norther.tammi.spray.filter.chain.DefaultFilterChain extends RecyclableSupport implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

currentRequest

ServletRequest currentRequest
The current request.


currentResponse

ServletResponse currentResponse
The current response.


invalidatedSession

boolean invalidatedSession
The invalidate session flag.


currentFilter

Filter currentFilter
The current filter.


mBeanServer

MBeanServer mBeanServer
The MBean server.


filterIndex

int filterIndex
The filter index.


filterChain

FilterReference<R extends Filter>[] filterChain
The active filters.


pipeStack

List<E> pipeStack
The pipe stack.


filterStack

org.norther.tammi.spray.filter.chain.DefaultFilterChain.InternalStack<E> filterStack
The filter stack.


errorStack

org.norther.tammi.spray.filter.chain.DefaultFilterChain.InternalStack<E> errorStack
The error stack.


listenerStack

List<E> listenerStack
The listener stack.


filterCache

Map<K,V> filterCache
The filter cache.


chainEvent

FilterChainEvent chainEvent
The filter chain event.

Class org.norther.tammi.spray.filter.chain.FilterChainEvent extends EventObject implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.filter.chain.ServletRequestBindingEvent extends EventObject implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

attributeName

String attributeName
The attribute name.

Class org.norther.tammi.spray.filter.chain.SessionMap extends ConcurrentReadMap<K,V> implements Serializable

serialVersionUID: 1125904202596382L

Serialized Fields

binding

HttpSessionBindingEvent binding
The session binding event.


Package org.norther.tammi.spray.freemarker

Class org.norther.tammi.spray.freemarker.DefaultFreemarkerEngine extends AbstractTemplateEngine<Object,Object> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

freemarkerConfiguration

Configuration freemarkerConfiguration
The Freemarker configuration.


templateLoader

DefaultTemplateLoader templateLoader
The template loader.

Class org.norther.tammi.spray.freemarker.DefaultTemplateLoader extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

resolvers

Set<E> resolvers
The set of resolvers.


Package org.norther.tammi.spray.loader

Class org.norther.tammi.spray.loader.DefaultTaskLoader extends Adaptee implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

cacheClient

DefaultCacheClient<K,V> cacheClient
The cache client adapter.


scriptingEnabled

boolean scriptingEnabled
The scripting enabled flag.


searchPackages

ArrayAsSet<E> searchPackages
The set of search packages.

Class org.norther.tammi.spray.loader.ExecutionException extends Exception implements Serializable

serialVersionUID: 1125904201809922L


Package org.norther.tammi.spray.loader.task

Class org.norther.tammi.spray.loader.task.Action extends Object implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.loader.task.Script extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

scriptName

String scriptName
The name of the script.

Class org.norther.tammi.spray.loader.task.Submit extends Action implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

SUBMIT_CLASS_PREFIX

String SUBMIT_CLASS_PREFIX
The submit class prefix.


SUBMIT_CLASS_PREFIX_LENGTH

int SUBMIT_CLASS_PREFIX_LENGTH
The submit class prefix length.


SUBMIT_CLASS_PREFIX_NAME

String SUBMIT_CLASS_PREFIX_NAME
The submit class prefix name.


hasSubmitActions

boolean hasSubmitActions
The has submit actions flag.


Package org.norther.tammi.spray.locale

Class org.norther.tammi.spray.locale.DefaultPipeFilter extends DefaultLinkFilter<F extends Filter> implements Serializable

serialVersionUID: 1125899906842625L

Serialized Fields

rsrcFilter

DefaultResourceFilter rsrcFilter
The resource filter adapter.

Class org.norther.tammi.spray.locale.DefaultResourceFilter extends DefaultFallbackMap implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adapter

DefaultFilter adapter
The filter adaptee.


Package org.norther.tammi.spray.mail

Class org.norther.tammi.spray.mail.DefaultMailbotFilter extends DefaultMailbot implements Serializable

serialVersionUID: 1125904202989616L

Serialized Fields

filter

DefaultFilter filter
The filter adapter.


Package org.norther.tammi.spray.media

Class org.norther.tammi.spray.media.AbstractMediaContentKeyFilter extends DefaultMediaContentFilter<M extends MediaProvider> implements Serializable

serialVersionUID: 1125904202006541L

Class org.norther.tammi.spray.media.DefaultCachedMediaProvider extends DefaultMediaProvider implements Serializable

serialVersionUID: 1125904202006541L

Serialized Fields

cacheClient

DefaultCacheClient<K,V> cacheClient
The cache client adapter.


interval

long interval
The check interval.


sizeLimit

int sizeLimit
The size limit for large resources.

Class org.norther.tammi.spray.media.DefaultCGIBinFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

defaultIndex

String defaultIndex
The default index.


programKey

String programKey
The program folder key.


contentKey

String contentKey
The content key.

Class org.norther.tammi.spray.media.DefaultContentFilter extends DefaultFilter implements Serializable

serialVersionUID: 1688849860919334L

Class org.norther.tammi.spray.media.DefaultContentKeyFilter extends DefaultContentFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

filter

KeyFilter filter
The filter adapter.

Class org.norther.tammi.spray.media.DefaultMediaContentFilter extends DefaultContainerFilter<M extends MediaProvider> implements Serializable

serialVersionUID: 1125904202006541L

Serialized Fields

localized

boolean localized
The localization option.


expires

int expires
The caching age of content.


contentPaths

ConcurrentMap<K,V> contentPaths
A map of fixed media paths.

Class org.norther.tammi.spray.media.DefaultMediaContentKeyFilter extends AbstractMediaContentKeyFilter<M extends MediaProvider> implements Serializable

serialVersionUID: 1125904202006541L

Serialized Fields

expiration

int expiration
The temporary expiration time.

Class org.norther.tammi.spray.media.DefaultMediaProvider extends Adaptee implements Serializable

serialVersionUID: 1125904202006541L

Serialized Fields

mediaKeys

ArrayAsSet<E> mediaKeys
The path finder media keys.


defaultIndex

String defaultIndex
The default index.

Class org.norther.tammi.spray.media.DefaultServiceFilter extends DefaultPipeFilter<F extends Filter> implements Serializable

serialVersionUID: 1125899906842625L

Serialized Fields

contentTypeBranches

ConcurrentMap<K,V> contentTypeBranches
The default content types.


Package org.norther.tammi.spray.media.tool

Class org.norther.tammi.spray.media.tool.LinkTool extends MediaTool implements Serializable

serialVersionUID: 844424930263055L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the tool.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

pathOffset

int pathOffset
The path offset.


queryOffset

int queryOffset
The query offset.


pathInfoMap

OrderedMap<K,V> pathInfoMap
The path info.


queryStringMap

OrderedMap<K,V> queryStringMap
The query string.

Class org.norther.tammi.spray.media.tool.MediaTool extends ContextTool implements Serializable

serialVersionUID: 844437815230490L


Package org.norther.tammi.spray.monitor

Class org.norther.tammi.spray.monitor.DefaultMonitorFilter extends DefaultKeyFilter implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.protocol

Class org.norther.tammi.spray.protocol.DefaultHostFilter extends DefaultPipeFilter<F extends Filter> implements Serializable

serialVersionUID: 1125899906842625L

Class org.norther.tammi.spray.protocol.DefaultHttpFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

contextPath

String contextPath
The context path.


charset

String charset
The character encoding.


absoluteUrlLinks

boolean absoluteUrlLinks
The absolute URL links option.


roamingClientsPermitted

boolean roamingClientsPermitted
The roaming clients permitted option.


secureProxyAccepted

boolean secureProxyAccepted
The secure proxy accepted option.


pathInfoParsed

boolean pathInfoParsed
The path info parsed option.


formDataParsed

boolean formDataParsed
The form-data parsed option.


requestLength

int requestLength
The max request length.


bufferSize

int bufferSize
The response buffer size.


loginCheck

String loginCheck
The login check.


sessionIdPolicy

HttpFilter.SessionIdPolicy sessionIdPolicy
The session id policy.

Class org.norther.tammi.spray.protocol.DefaultHttpRelayFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

configurable

DefaultConfigurable configurable
The configurable adaptee.

Class org.norther.tammi.spray.protocol.DefaultIpMaskFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

configurable

DefaultConfigurable configurable
The configurable adaptee.

Class org.norther.tammi.spray.protocol.DefaultUploadFilter extends DefaultSecureFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

uploadFolderKey

String uploadFolderKey
The folder key to store the files.


uploadFolder

String uploadFolder
The folder to store the files.


commonFolder

boolean commonFolder
The flag to indicate whether to apply a common upload folder.


overwriteFiles

boolean overwriteFiles
The flag to indicate whether a file with the same name can be overwritten (true) or not (false).


sizeLimit

int sizeLimit
A size limit for upload contents, -1 = unlimited.


pathLimit

int pathLimit
A length limit for upload paths, -1 = unlimited.


fileLimit

int fileLimit
A limit for upload files, -1 = unlimited.


Package org.norther.tammi.spray.protocol.chain

Class org.norther.tammi.spray.protocol.chain.AbstractProtocolRequest.InternalRemoteClient extends Object implements Serializable

serialVersionUID: 1688849860263942L

Serialized Fields

address

String address
The remote address.


agent

String agent
The user agent.

Class org.norther.tammi.spray.protocol.chain.AbstractProtocolRequest.ProtocolRequestExtension extends AbstractExtension implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

asPathInfo

boolean asPathInfo
The as path info flag.


noCache

boolean noCache
The no-cache control.


maxAge

int maxAge
The max-age in seconds.


statusCode

int statusCode
The status code.


linkInfo

String linkInfo
The link info.


currentFilter

Filter currentFilter
The current filter.


linkItems

OrderedMap<K,V> linkItems
The link items.


infoItems

OrderedMap<K,V> infoItems
The info items.


Package org.norther.tammi.spray.remote

Class org.norther.tammi.spray.remote.DefaultRMIConnector extends DefaultExecutableConnector implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

connectorHandle

MBeanHandle<R> connectorHandle
The connector handle.


portInUse

int portInUse
The port in use.

Class org.norther.tammi.spray.remote.HttpRMIClientImpl extends UnicastRemoteObject implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

response

HttpServletResponse response
The client response.


output

OutputStream output
The output stream.


closed

boolean closed
The closed state.

Class org.norther.tammi.spray.remote.HttpRMIConnectorImpl extends UnicastRemoteObject implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

connectorReference

MBeanReference<R> connectorReference
The connector.


filterReference

MBeanReference<R> filterReference
The filter.


loggerReference

MBeanReference<R> loggerReference
The logger.


timeoutReference

MBeanReference<R> timeoutReference
The timeout.


executorReference

MBeanReference<R> executorReference
The request executor.


Package org.norther.tammi.spray.rt.vdeml

Class org.norther.tammi.spray.rt.vdeml.FlowWriter extends VarWriter implements Serializable

serialVersionUID: 27021666483961900L

Serialized Fields

flowNamespace

String flowNamespace
The flow namespace.


context

StepFlowContext context
The flow context.


Package org.norther.tammi.spray.servlet

Class org.norther.tammi.spray.servlet.DefaultForwardEngine extends AbstractTemplateEngine<String,String> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

contextHandle

MBeanHandle<R> contextHandle
The context handle.


templateKey

String templateKey
The template folder key.


forwarded

boolean forwarded
The forwarded option.


folderPaths

String[] folderPaths
The folder paths.

Class org.norther.tammi.spray.servlet.DefaultJSPEngine extends DefaultForwardEngine implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

contextTools

boolean contextTools
The context tools option.


toolPrefix

String toolPrefix
The tool prefix.

Class org.norther.tammi.spray.servlet.DefaultServletConnector extends DefaultConnector implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adapter

DefaultFilter adapter
The filter adaptee.


passThroughs

Set<E> passThroughs
The patterns to pass through.


continueFiltering

boolean continueFiltering
The continue filtering option.

Class org.norther.tammi.spray.servlet.DefaultServletEngine extends DefaultContentFilter implements Serializable

serialVersionUID: 1688849860919334L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the engine.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

started

boolean started
The started flag.


propertyFilePath

String propertyFilePath
The property file path.


managerHandle

MBeanHandle<R> managerHandle
The variable registry handle.


eventListeners

ArrayAsSet<E> eventListeners
The servlet context listeners.


mappedServlets

ConcurrentMap<K,V> mappedServlets
The mapped servlets.


configuredServlets

ConcurrentMap<K,V> configuredServlets
The configured servlets.

Class org.norther.tammi.spray.servlet.DefaultServletMediaProvider extends DefaultCachedMediaProvider implements Serializable

serialVersionUID: 1125904202006541L

Serialized Fields

contextHandle

MBeanHandle<R> contextHandle
The context handle.

Class org.norther.tammi.spray.servlet.DefaultStartupContext extends Adaptee implements Serializable

serialVersionUID: 844437815099408L

Serialized Fields

servletContext

ServletContext servletContext
The servlet context.

Class org.norther.tammi.spray.servlet.DefaultStartupServlet extends HttpServlet implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adaptee

Adaptee adaptee
The adaptee.


connectorHandle

MBeanHandle<R> connectorHandle
The connector handle.


Package org.norther.tammi.spray.servlet.chain

Class org.norther.tammi.spray.servlet.chain.HttpServletRequestDecorator.ConnectorRequestExtension extends AbstractExtension implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

version

float version
The version.


statusCode

int statusCode
The status code.


httpRequest

String httpRequest
The HTTP request.


comments

Map<K,V> comments
The comment map.

Class org.norther.tammi.spray.servlet.chain.ServletConnection extends InterConnection implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

request

HttpServletRequestDecorator request
The request decorator.


response

HttpServletResponseDecorator response
The response decorator.


Package org.norther.tammi.spray.session

Class org.norther.tammi.spray.session.DefaultSession extends PoolableSupport implements Serializable

serialVersionUID: 844424930263055L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws ClassNotFoundException,
                        IOException
Reads a serialized version of the session object from the specified object input stream. Note, that the reference to the manager is not restored by this method, and must be set explicitly.

Throws:
ClassNotFoundException - if an unknown class is specified.
IOException - if an input/output error occurs.

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Writes a serialized version of the session object to the specified object output stream. Note, that the reference to the manager will not be stored in the serialized representation. Any attribute that is not serializable will be unbound from the session.

Throws:
IOException - if an input/output error occurs.
Serialized Fields

identifier

String identifier
The session identifier.


creationTime

long creationTime
The creation time.


lastAccessedTime

long lastAccessedTime
The last accessed time.


thisAccessedTime

long thisAccessedTime
The current accessed time for this session.


maxInactiveInterval

int maxInactiveInterval
The maximum inactive interval.


validSession

boolean validSession
A flag for a valid session.


newSession

boolean newSession
A flag for a new session.


remoteClient

AuthenticatedSession.RemoteClient remoteClient
The remote client associated with this session.

Class org.norther.tammi.spray.session.DefaultSessionManager extends DefaultCache<String,AuthenticatedSession> implements Serializable

serialVersionUID: 844424930263055L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the manager.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

configurable

DefaultConfigurable configurable
The configurable adaptee.


context

ServletContext context
The servlet context.


started

boolean started
The started flag.


idLength

int idLength
The id length.


distributable

boolean distributable
The distributable flag.


initialExpirationTime

int initialExpirationTime
The initial expiration time.


dispatcherClassName

String dispatcherClassName
The request dispatcher class name.


sessionClassName

String sessionClassName
The http session class name.


userSessionPolicy

Manager.SessionPolicy userSessionPolicy
The user session policy.


sessionStorePath

String sessionStorePath
The session store path.

Class org.norther.tammi.spray.session.SessionExpirationEvent extends EventObject implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.template

Class org.norther.tammi.spray.template.DefaultFlowFilter extends DefaultSecureKeyFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

loaderHandle

MBeanHandle<R> loaderHandle
The task loader handle.


registryHandle

MBeanHandle<R> registryHandle
The variable registry handle.


flowHandle

MBeanHandle<R> flowHandle
This filter handle for contexts (serializable instead of reference).


flowDefault

FlowStep flowDefault
The flow deafault.


roFlowDefault

FlowStep roFlowDefault
The read-only flow default.


flowStepMap

ConcurrentMap<K,V> flowStepMap
The flow step map.


attributes

ConcurrentMap<K,V> attributes
The global attributes.


stepStateIndex

OrderedSet<E> stepStateIndex
The step state index.


propertyNameIndex

OrderedSet<E> propertyNameIndex
The property name index.


transitionStateIndex

OrderedSet<E> transitionStateIndex
The transition state index.


isRestrictedRoutes

boolean isRestrictedRoutes
The restricted routes option.


defaultFlowName

String defaultFlowName
The default flow name.

Class org.norther.tammi.spray.template.DefaultFormFilter extends DefaultSecureKeyFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

cacheClient

DefaultCacheClient<K,V> cacheClient
The cache client adapter.


registryHandle

MBeanHandle<R> registryHandle
The variable registry handle.


properties

ConcurrentMap<K,V> properties
The form properties and templates.


localized

int localized
The localized option.


defaultFormTheme

String defaultFormTheme
The default form theme.


formNameField

String formNameField
The form name field.


formIndexField

String formIndexField
The form index field.

Class org.norther.tammi.spray.template.DefaultLayoutFilter extends DefaultPageFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

layoutTemplate

String layoutTemplate
The layout template.

Class org.norther.tammi.spray.template.DefaultPageFilter extends DefaultSecureContainerKeyFilter<TemplateEngine> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

cacheClient

DefaultCacheClient<K,V> cacheClient
The cache client adapter.


loaderHandle

MBeanHandle<R> loaderHandle
The task loader handle.


defaultTemplate

String defaultTemplate
The default template.


errorTemplate

String errorTemplate
The error template.


defaultBuilder

String defaultBuilder
The default builder.


isLocal

boolean isLocal
Thre local option.


isLocalized

boolean isLocalized
The localization option.

Class org.norther.tammi.spray.template.DefaultSkinFilter extends DefaultKeyFilter implements Serializable

serialVersionUID: 844437815230490L

Serialized Fields

defaultSkinName

String defaultSkinName
The default skin name.


defaultSkin

org.norther.tammi.spray.template.DefaultSkinFilter.InternalSkin defaultSkin
The default skin.


skinMap

ConcurrentMap<K,V> skinMap
The skin map.


defaultSkinMap

ConcurrentMap<K,V> defaultSkinMap
The default skin map.


extendedSkinMap

ConcurrentMap<K,V> extendedSkinMap
The extended skin map.

Class org.norther.tammi.spray.template.DefaultTaskFilter extends DefaultSecureKeyFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

loaderHandle

MBeanHandle<R> loaderHandle
The task loader handle.


defaultAction

String defaultAction
The default action.

Class org.norther.tammi.spray.template.ReflowedException extends Exception implements Serializable

serialVersionUID: 1688854155624517L

Serialized Fields

secure

boolean secure
The secure flag.


selection

String selection
The flow selection.


Package org.norther.tammi.spray.template.flow

Class org.norther.tammi.spray.template.flow.DefaultFlowStep extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

flowFilter

MBeanReference<R> flowFilter
The flow filter reference.


flowName

String flowName
The flow name.


stepFlow

FlowStep stepFlow
The step flow.


stepPath

String stepPath
The step path.


stepIndex

int stepIndex
The step index.


className

String className
The class name.


stepLabel

String stepLabel
The label.


localized

int localized
The localized option.


baseName

String baseName
The base name.


identity

Identity identity
The identity.


stepNames

org.norther.tammi.spray.template.flow.DefaultFlowStep.InternalList<E> stepNames
The step names.


flowSteps

ArrayAsList<E> flowSteps
The flow steps.


stepMatrix

StepMatrix stepMatrix
The step matrix.


templatePaths

org.norther.tammi.spray.template.flow.DefaultFlowStep.InternalList<E> templatePaths
The templates.


variableTypes

org.norther.tammi.spray.template.flow.DefaultFlowStep.InternalList<E> variableTypes
The variables.


actionNames

org.norther.tammi.spray.template.flow.DefaultFlowStep.InternalList<E> actionNames
The actions.


properties

org.norther.tammi.spray.template.flow.DefaultFlowStep.InternalList<E> properties
The properties.


transitions

org.norther.tammi.spray.template.flow.DefaultFlowStep.InternalList<E> transitions
The transitions.


states

BitSet states
The states.


options

int options
The option mask.

Class org.norther.tammi.spray.template.flow.DefaultStepFlowContext extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the context.

Throws:
IOException - for I/O errors.
ClassNotFoundException - for reflection errors.
Serialized Fields

localAttributes

SessionMap<K,V> localAttributes
The local attributes.


filterReference

MBeanReference<R> filterReference
The flow filter reference.


lock

org.norther.tammi.spray.template.flow.DefaultStepFlowContext.ContextLock lock
The context lock.


errorStack

org.norther.tammi.spray.template.flow.DefaultStepFlowContext.ErrorStack errorStack
The error stack.


bound

boolean bound
The session binding.


rootFlow

FlowStep rootFlow
The root flow.


flowStep

FlowStep flowStep
The flow step.


selectedStep

int selectedStep
The selected step index.


selectedFlow

String selectedFlow
The selected flow name.


selectedPath

String selectedPath
The selected step path.


selectedParameters

String[] selectedParameters
The selected parameters.


selectedTemplate

String selectedTemplate
The selected template path.


selectedVariable

Variable selectedVariable
The selected variable.


selectedAttribute

String selectedAttribute
The selected attribute.


actionPhase

StepFlowContext.ActionPhase actionPhase
The action phase.

Class org.norther.tammi.spray.template.flow.DefaultStepMatrix extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

stepCount

int stepCount
The number of steps.


setSize

int setSize
The size of the matrix.


routeSet

BitSet routeSet
The modifiable routes.


finalSet

BitSet finalSet
The default routes.

Class org.norther.tammi.spray.template.flow.StepIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

serialVersionUID: 1125904202596406L

Class org.norther.tammi.spray.template.flow.StepStateEvent extends EventObject implements Serializable

serialVersionUID: 844437815230488L

Serialized Fields

eventType

StepStateEvent.Type eventType
The event type.


stateObject

Object stateObject
The changed state.


stateIndex

int stateIndex
The changed index.


stateValue

Object stateValue
The changed value.

Class org.norther.tammi.spray.template.flow.UnmodifiableFlowStep extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adaptee

FlowStep adaptee
The step adaptee.


readOnlyFlow

UnmodifiableFlowStep readOnlyFlow
The default flow.


roFlowSteps

UnmodifiableFlowStep[] roFlowSteps
The read-only steps.

Class org.norther.tammi.spray.template.flow.UnrestrictedStepMatrix extends Object implements Serializable

serialVersionUID: 1125904202661903L

Serialized Fields

stepCount

int stepCount
The number of steps.


setSize

int setSize
The size of the matrix.


Package org.norther.tammi.spray.template.form

Class org.norther.tammi.spray.template.form.DefaultFormContext extends Object implements Serializable

serialVersionUID: 844437815230492L

Serialized Fields

formName

String formName
The form id.


formIndex

int formIndex
The form index.


formPrefix

String formPrefix
The form prefix.


readOnlyForm

boolean readOnlyForm
The read-only variable option.


formVariable

Variable formVariable
The form variable MBean.


formAttribute

MBeanAttributeInfo formAttribute
The form attribute.


formElement

int formElement
The form element.


parentContext

FormContext parentContext
The parent context.

Class org.norther.tammi.spray.template.form.DefaultFormParameters extends Object implements Serializable

serialVersionUID: 1407374883553281L

Serialized Fields

parsedParameters

Map<K,V> parsedParameters
The parsed parameters.


requestParameters

Map<K,V> requestParameters
The request parameters.


localizedParameters

Map<K,V> localizedParameters
The localized parameters.


validationExceptions

Map<K,V> validationExceptions
The validation exceptions.


formVariables

Map<K,V> formVariables
The form variables.

Class org.norther.tammi.spray.template.form.DefaultFormProperties extends Object implements Serializable

serialVersionUID: 844437815230492L

Serialized Fields

inputControl

String inputControl
The input control template.


outputControl

String outputControl
The output control template.


propertyMap

ConcurrentMap<K,V> propertyMap
The property map.


Package org.norther.tammi.spray.template.skin

Class org.norther.tammi.spray.template.skin.DefaultSkin extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

skinName

String skinName
The name.


defaultSkins

Skin[] defaultSkins
The default skins.


skinLabel

String skinLabel
The label.


formTheme

String formTheme
The form.


isLocalized

Boolean isLocalized
The localized option.


baseName

String baseName
The base name.


docType

String docType
The doc type.


siteURL

String siteURL
The site URL.


siteLogo

String siteLogo
The site logo.


pageTitle

String pageTitle
The page title.


subtitle

String subtitle
The subtitle.


orientation

Skin.Orientation orientation
The orientation.


shortcutIcon

String shortcutIcon
The shortcut icon.


namespace

String namespace
The XML namespace.


options

int options
The options mask.


headScripts

org.norther.tammi.spray.template.skin.DefaultSkin.InternalMap<K,V> headScripts
The head scripts.


bodyScripts

org.norther.tammi.spray.template.skin.DefaultSkin.InternalMap<K,V> bodyScripts
The body scripts.


inlineScript

StringBuffer inlineScript
The inline script.


styleSheets

org.norther.tammi.spray.template.skin.DefaultSkin.InternalMap<K,V> styleSheets
The style sheets.


inlineStyle

StringBuffer inlineStyle
The inline style.


metaElements

org.norther.tammi.spray.template.skin.DefaultSkin.AttributeMap<K,V> metaElements
Meta elements.


bodyAttributes

org.norther.tammi.spray.template.skin.DefaultSkin.AttributeMap<K,V> bodyAttributes
Body attributes.


pageAttributes

org.norther.tammi.spray.template.skin.DefaultSkin.AttributeMap<K,V> pageAttributes
Page attributes.


pluginAttributes

org.norther.tammi.spray.template.skin.DefaultSkin.AttributeMap<K,V> pluginAttributes
Plugin attributes.

Class org.norther.tammi.spray.template.skin.UnmodifiableSkin extends Object implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

adaptee

Skin adaptee
The skin adaptee.


Package org.norther.tammi.spray.template.step

Class org.norther.tammi.spray.template.step.FlowStepAction extends Submit implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.template.step.FormStepAction extends NextStepAction implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.template.step.NextStepAction extends FlowStepAction implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.template.task

Class org.norther.tammi.spray.template.task.TemplateAction extends Submit implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.template.tool

Class org.norther.tammi.spray.template.tool.FlowTool extends ContextTool implements Serializable

serialVersionUID: 844424930263055L

Class org.norther.tammi.spray.template.tool.FormTool extends BeanTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

postFields

org.norther.tammi.spray.template.tool.FormTool.PostFieldMap postFields
The post variable map.


formContext

org.norther.tammi.spray.template.tool.FormTool.LocalFormContext formContext
The current form context.

Class org.norther.tammi.spray.template.tool.PageTool extends ContentTool implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

dataObject

Object dataObject
The data object.


dataEncoding

String dataEncoding
The data encoding.


dataZipped

boolean dataZipped
The data zipped option.


stopped

boolean stopped
The stopped flag.


msgFormat

MessageFormat msgFormat
The message format.


preContent

StringBuilder preContent
The pre content.


postContent

StringBuilder postContent
The post content.

Class org.norther.tammi.spray.template.tool.SkinTool extends MediaTool implements Serializable

serialVersionUID: 844437815230490L

Serialized Fields

localSkin

org.norther.tammi.spray.template.tool.SkinTool.LocalSkin localSkin
The local skin.


urls

OrderedMap<K,V> urls
An ordered map of URLs.


attributes

ConcurrentMap<K,V> attributes
A map of attributes.


buffer

StringBuilder buffer
A string builder.

Class org.norther.tammi.spray.template.tool.TaskTool extends LinkTool implements Serializable

serialVersionUID: 844424930263055L


Package org.norther.tammi.spray.terminal

Class org.norther.tammi.spray.terminal.DefaultLocaleFilter extends DefaultKeyFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

defaultLocale

Locale defaultLocale
The default locale.


forcedLocale

boolean forcedLocale
The forced locale option.


supportedLocales

ConcurrentMap<K,V> supportedLocales
The map of supported locales.


mappedCountries

ConcurrentMap<K,V> mappedCountries
The map of default mappedCountries per language.

Class org.norther.tammi.spray.terminal.DefaultTerminalFilter extends DefaultKeyFilter implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

defaultProfileName

String defaultProfileName
The default profile name.


defaultProfile

org.norther.tammi.spray.terminal.DefaultTerminalFilter.InternalProfile defaultProfile
The default profile.


profileMap

OrderedMap<K,V> profileMap
The profile map.


defaultProfileMap

ConcurrentMap<K,V> defaultProfileMap
The default profile map.


idParameters

ArrayAsSet<E> idParameters
A set of id parameters.


idCookies

ArrayAsSet<E> idCookies
A set of id cookies.


idHeaders

ArrayAsSet<E> idHeaders
A set of id headers.


roIdParameters

Set<E> roIdParameters
An unmodifiable set of id parameters.


roIdCookies

Set<E> roIdCookies
An unmodifiable set of id cookies.


roIdHeaders

Set<E> roIdHeaders
An unmodifiable set of id headers.

Class org.norther.tammi.spray.terminal.TerminalExceptionFilter extends DefaultExceptionFilter implements Serializable

serialVersionUID: 1688849860919334L


Package org.norther.tammi.spray.terminal.chain

Class org.norther.tammi.spray.terminal.chain.TerminalRequest.TerminalRequestExtension extends AbstractExtension implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

profile

Profile profile
The profile.


terminalId

String terminalId
The terminal id.


terminalMsisdn

String terminalMsisdn
The mobile station ISDN.


preferredType

MimeType preferredType
The preferred MIME type.


suggestedType

MimeType suggestedType
The suggested MIME type.


terminalLocale

Locale terminalLocale
The locale of the terminal.


terminalFilter

TerminalFilter terminalFilter
The terminal filter.


Package org.norther.tammi.spray.terminal.profile

Class org.norther.tammi.spray.terminal.profile.DefaultProfile extends Object implements Serializable

serialVersionUID: 1688854155493419L

Serialized Fields

profileName

String profileName
The profile name.


defaultProfiles

Profile[] defaultProfiles
The default profiles.


width

Integer width
The width.


height

Integer height
The height.


scriptable

Boolean scriptable
The scriptable state.


options

int options
The options mask.


contentTypes

org.norther.tammi.spray.terminal.profile.DefaultProfile.InternalList<E> contentTypes
The content types.


userAgentPatterns

org.norther.tammi.spray.terminal.profile.DefaultProfile.InternalList<E> userAgentPatterns
The user agent patterns.


hostPatterns

org.norther.tammi.spray.terminal.profile.DefaultProfile.InternalList<E> hostPatterns
The host patterns.

Class org.norther.tammi.spray.terminal.profile.UnmodifiableProfile extends Object implements Serializable

serialVersionUID: 1688854155493419L

Serialized Fields

adaptee

Profile adaptee
The profile adaptee.


Package org.norther.tammi.spray.ui

Class org.norther.tammi.spray.ui.AbstractSelectionList extends VariableX implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.AbstractSelectionTree extends VariableX implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.InteractiveSelectionTree extends AbstractSelectionTree implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.MultiSelectionList extends AbstractSelectionList implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.MultiSelectionTree extends AbstractSelectionTree implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.SearchBox extends VariableX implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.SingleSelectionList extends AbstractSelectionList implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.SingleSelectionTree extends InteractiveSelectionTree implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.SortedMultiSelectionList extends MultiSelectionList implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.SortedSingleSelectionList extends SingleSelectionList implements Serializable

serialVersionUID: 844437815033857L

Class org.norther.tammi.spray.ui.TableSelectionList extends VariableX implements Serializable

serialVersionUID: 844437815033857L


Package org.norther.tammi.spray.ui.util

Class org.norther.tammi.spray.ui.util.SearchBoxValidator extends Object implements Serializable

serialVersionUID: 844424930131969L


Package org.norther.tammi.spray.velocity

Class org.norther.tammi.spray.velocity.DefaultVelocityEngine extends AbstractTemplateEngine<Object,Resource> implements Serializable

serialVersionUID: 844424930263055L

Serialized Fields

trimmed

Set<E> trimmed
The trimmed extensions filter.


isAllTrimmed

boolean isAllTrimmed
The all trimmed option.


velocityEngine

VelocityEngine velocityEngine
The Velocity engine.

Class org.norther.tammi.spray.velocity.VelocityLogger extends Object implements Serializable

serialVersionUID: 1125899906842641L

Serialized Fields

logger

ForeignLogger logger
The foreign logger.


Package org.norther.tammi.sprig.chart

Class org.norther.tammi.sprig.chart.AbstractChartGenerator extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

encoders

ConcurrentMap<K,V> encoders
The encoder registry.

Class org.norther.tammi.sprig.chart.DefaultChartFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

generatorHandle

MBeanHandle<R> generatorHandle
The chart generator handle.


Package org.norther.tammi.sprig.chart.tool

Class org.norther.tammi.sprig.chart.tool.ChartTool extends ContextTool implements Serializable

serialVersionUID: 844424930263050L


Package org.norther.tammi.sprig.jasper

Class org.norther.tammi.sprig.jasper.DefaultJasperReports extends AbstractReportEngine implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

calculatorClassName

String calculatorClassName
The calculator class name.


Package org.norther.tammi.sprig.jasper.model

Class org.norther.tammi.sprig.jasper.model.TableModelDataSource extends Object implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

index

int index
The current index.


tableModel

TableModel tableModel
The table model.


columns

Map<K,V> columns
The column map.


Package org.norther.tammi.sprig.jfree

Class org.norther.tammi.sprig.jfree.DefaultJFreeCharts extends AbstractChartGenerator implements Serializable

serialVersionUID: 844424930263050L

Class org.norther.tammi.sprig.jfree.DefaultJFreeReports extends AbstractReportEngine implements Serializable

serialVersionUID: 844424930263050L

Class org.norther.tammi.sprig.jfree.JFreeLogTarget extends Object implements Serializable

serialVersionUID: 1125899906842641L

Serialized Fields

logger

ForeignLogger logger
The foreign logger.


Package org.norther.tammi.sprig.jfree.axis

Class org.norther.tammi.sprig.jfree.axis.JFCategoryAxis extends CategoryAxis implements Serializable

serialVersionUID: 844424930263050L

Class org.norther.tammi.sprig.jfree.axis.JFCategoryAxis3D extends CategoryAxis3D implements Serializable

serialVersionUID: 844424930263050L

Class org.norther.tammi.sprig.jfree.axis.JFDateAxis extends DateAxis implements Serializable

serialVersionUID: 844424930263050L

Class org.norther.tammi.sprig.jfree.axis.JFNumberAxis extends NumberAxis implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

unitOfMeasure

String unitOfMeasure
The units string.

Class org.norther.tammi.sprig.jfree.axis.JFNumberAxis3D extends NumberAxis3D implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

unitOfMeasure

String unitOfMeasure
The units string.


Package org.norther.tammi.sprig.jfree.function

Class org.norther.tammi.sprig.jfree.function.FormatExpression extends ReportExpression implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

fixed

boolean fixed
The fixed option.


unformatted

boolean unformatted
The unformatted option.


pattern

String pattern
The pattern string.


patternName

String patternName
The pattern name.


baseName

String baseName
The base name.


patternIndex

int patternIndex
The pattern index.

Class org.norther.tammi.sprig.jfree.function.IdentityExpression extends ReportExpression implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

format

MessageFormat format
Identity formatter.

Class org.norther.tammi.sprig.jfree.function.ReportExpression extends Object implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

active

boolean active
The active option.


preserve

boolean preserve
The preserve option.


expression

String expression
The expression name.


dependency

int dependency
The dependency level.


attribute

String attribute
The attribute.


minValue

Number minValue
The min value.


maxValue

Number maxValue
The max value.


wordIndex

int wordIndex
The word index.


referenceName

String referenceName
The reference name.


referenceIndex

int referenceIndex
The reference index.


operation

org.norther.tammi.sprig.jfree.function.ReportExpression.Operation operation
The operation.

Class org.norther.tammi.sprig.jfree.function.ReportFunction extends ReportExpression implements Serializable

serialVersionUID: 844424930263050L


Package org.norther.tammi.sprig.jfree.model

Class org.norther.tammi.sprig.jfree.model.ChartModelDataset extends AbstractDataset implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

chartModel

ChartModel chartModel
The chart model.


columnMap

OrderedMap<K,V> columnMap
The column map.


rowMap

OrderedMap<K,V> rowMap
The row map.


Package org.norther.tammi.sprig.report

Class org.norther.tammi.sprig.report.AbstractReportEngine extends DefaultConfigurable implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

reportKey

String reportKey
The report folder key.


exporters

ConcurrentMap<K,V> exporters
The exporter registry.

Class org.norther.tammi.sprig.report.DefaultReportFilter extends DefaultFilter implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

engineHandle

MBeanHandle<R> engineHandle
The report engine handle.


registryHandle

MBeanHandle<R> registryHandle
The variable registry handle.


localized

int localized
The localized option.


Package org.norther.tammi.sprig.report.model

Class org.norther.tammi.sprig.report.model.ReportModelAdapter extends AbstractChartModel implements Serializable

serialVersionUID: 844424930263050L

Serialized Fields

reportLocale

Locale reportLocale
The report locale.


formatter

Formatter formatter
The report formatter.


introspector

Introspector introspector
The report introspector.


adaptee

TableModel adaptee
The model adaptee.


Package org.norther.tammi.sprig.report.tool

Class org.norther.tammi.sprig.report.tool.ReportTool extends BeanTool implements Serializable

serialVersionUID: 844424930263050L



Copyright © 2004 The Norther Organization. All rights reserved.