Serialized Form


Package org.eclipse.jetty.util

Class org.eclipse.jetty.util.HostMap extends HashMap<String,TYPE> implements Serializable

Class org.eclipse.jetty.util.IPAddressMap extends HashMap<String,TYPE> implements Serializable

Serialized Fields

_patterns

HashMap<K,V> _patterns

Class org.eclipse.jetty.util.LazyList extends Object implements Serializable

Class org.eclipse.jetty.util.MultiException extends Exception implements Serializable

Serialized Fields

nested

Object nested

Class org.eclipse.jetty.util.RunningStats extends Object implements Serializable

Class org.eclipse.jetty.util.SimpleStats extends Object implements Serializable

Class org.eclipse.jetty.util.StringMap extends AbstractMap implements Serializable

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.eclipse.jetty.util.thread

Class org.eclipse.jetty.util.thread.OldQueuedThreadPool extends AbstractLifeCycle implements Serializable

Serialized Fields

_name

String _name

_threads

Set<E> _threads

_idle

List<E> _idle

_jobs

Runnable[] _jobs

_nextJob

int _nextJob

_nextJobSlot

int _nextJobSlot

_queued

int _queued

_maxQueued

int _maxQueued

_daemon

boolean _daemon

_id

int _id

_lock

Object _lock

_threadsLock

Object _threadsLock

_joinLock

Object _joinLock

_lastShrink

long _lastShrink

_maxIdleTimeMs

int _maxIdleTimeMs

_maxThreads

int _maxThreads

_minThreads

int _minThreads

_warned

boolean _warned

_lowThreads

int _lowThreads

_priority

int _priority

_spawnOrShrinkAt

int _spawnOrShrinkAt

_maxStopTimeMs

int _maxStopTimeMs



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.