Serialized Form


Package org.norther.tammi.acorn.cache

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

serialVersionUID: 844424930263052L

Serialized Fields

cachedKey

Object cachedKey
The target key.


cachedValue

Object cachedValue
The target value.

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.io

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.PathNameComparator extends FileNameComparator implements Serializable

serialVersionUID: 844424930263052L


Package org.norther.tammi.acorn.jfc

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

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

serialVersionUID: 844424930263052L

Serialized Fields

arrayMap

OrderedMap arrayMap
The array map.


arrayLength

int arrayLength
The array length.


editable

boolean editable
The editable option.


rowKeys

Comparable<T>[] rowKeys
The row keys.

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.FilteredChartModel extends ChartModelAdapter implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

rowFilter

OrderedMap rowFilter
The row filter.


columnFilter

OrderedMap columnFilter
The column filter.


rowIndex

int[] rowIndex
The row index.


columnIndex

int[] columnIndex
The column index.

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

serialVersionUID: 844424930263052L

Serialized Fields

rowNames

List<E> rowNames
The row names.


columnNames

List<E> columnNames
The column names.


Package org.norther.tammi.acorn.lang

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

serialVersionUID: 1125899906842642L

Serialized Fields

array

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


hash

int hash
The hash code.

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

serialVersionUID: 844424930263052L

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

Serialized Fields

operandArray

Object operandArray
The operand array.


resultNumber

Number resultNumber
The result number.

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.Product extends Equation implements Serializable

serialVersionUID: 844424930263052L

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.Sum extends Equation implements Serializable

serialVersionUID: 844424930263052L


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

Class org.norther.tammi.acorn.logger.log.DefaultLog extends Object implements Serializable

serialVersionUID: 1125904201809922L

Serialized Fields

loggerName

String loggerName
The logger name.

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

serialVersionUID: 1125904201809921L

Serialized Fields

level

int level
The level.


traced

boolean traced
The stack trace flag.

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

serialVersionUID: 844424930263055L


Package org.norther.tammi.acorn.mime

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

serialVersionUID: 844424930263052L

Serialized Fields

mimeType

String mimeType
A string representation of the main type.


mimeSubtype

String mimeSubtype
A string representation of the subtype.


parameterNames

String[] parameterNames
Parameter names.


parameterValues

String[] parameterValues
Parameter values.


mimeTypeString

String mimeTypeString
A string representation of the MIME type.


lockedType

boolean lockedType
A locked flag.


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 modified flag.


traceable

Traceable traceable
The traceable adaptee.


listeners

ArrayAsSet listeners
The list of listeners.

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

serialVersionUID: 844424930263052L

Serialized Fields

resourceKey

Object resourceKey
The resource key.


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 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 implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

list

ArrayAsList list
The back-end list.

Class org.norther.tammi.acorn.util.ConcurrentAbstractMap extends AbstractMap implements Serializable

Serialized Fields

loadFactor

float loadFactor
The load factor for the hashtable.

Class org.norther.tammi.acorn.util.ConcurrentLockMap extends ConcurrentReadMap implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

barrier

org.norther.tammi.acorn.util.ConcurrentAbstractMap.Null barrier
A lock used only for its memory effects.

Class org.norther.tammi.acorn.util.ConcurrentReadMap extends ConcurrentAbstractMap 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 implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

map

ConcurrentReadMap map
The backed by map.

Class org.norther.tammi.acorn.util.ConcurrentWriteMap extends ConcurrentAbstractMap 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)).


segments

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

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

serialVersionUID: 844424930263052L

Serialized Fields

counter

int counter
The counter.


iterator

CounterIterator iterator
The latest iterator.

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

serialVersionUID: 844424930328589L

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

serialVersionUID: 844429225164805L

Serialized Fields

key

String key
The key.


value

Object value
The value.

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

serialVersionUID: 1125899906842637L

Serialized Fields

options

int options
The option mask.

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

serialVersionUID: 1125899906842637L

Serialized Fields

options

int options
The option mask.

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

serialVersionUID: 1125899906842637L

Serialized Fields

options

int options
The option mask.

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

serialVersionUID: 1125899906842637L

Serialized Fields

options

int options
The option mask.

Class org.norther.tammi.acorn.util.OrderedHashMap extends ConcurrentReadMap 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 implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

map

OrderedHashMap 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.StringKeyHashSet extends AbstractSet implements Serializable

serialVersionUID: 844424930263052L

Serialized Fields

map

OrderedHashMap map
The backed by map.

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 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.


ordered

boolean ordered
The type marker.

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

serialVersionUID: 844424930263053L

Serialized Fields

ordered

boolean ordered
The type marker.


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

Class org.norther.tammi.acorn.util.concurrent.BoundedQueue extends ArrayBlockingQueue 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 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 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 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.


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 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 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 loaderHandle
The loader handle.


brokerHandle

MBeanHandle brokerHandle
The broker handle.


factoryHandle

MBeanHandle 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 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 cachedHandle
The cached handle.


innerFactory

DefaultObjectFactory 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 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.Loader extends URLClassLoader implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

referable

Referable referable
The referable adapter.

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

serialVersionUID: 844424930263053L

Serialized Fields

severity

int severity
The severity 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

instance

MBeanReference instance
The instance.

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 adapteeMBean
A reference to an adaptee MBean.


mBeanInstance

MBeanInstance 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.ReferableNotification extends Notification implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

reference

MBeanReference 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 PlainResource 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.

Class org.norther.tammi.core.cache.DefaultCache extends CachedMapAdapter 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 cacheHandle
The client 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 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 DefaultCache implements Serializable

serialVersionUID: 844424930263053L

Serialized Fields

interval

long interval
The check interval.


sizeLimit

int sizeLimit
The size limit for large resources.


resourceClassName

String resourceClassName
The resource class name.

Class org.norther.tammi.core.cache.DefaultSharedCache extends DefaultCache 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<