Serialized Form


Package com.threerings.admin.client

Class com.threerings.admin.client.AsStringFieldEditor extends FieldEditor implements Serializable

Serialized Fields

_value

JTextField _value

Class com.threerings.admin.client.BooleanFieldEditor extends FieldEditor implements Serializable

Serialized Fields

_value

JCheckBox _value

Class com.threerings.admin.client.ConfigEditorPanel extends JPanel implements Serializable

Serialized Fields

_ctx

PresentsContext _ctx
Our client context.


_oeditors

JTabbedPane _oeditors
Holds our object editors.


_defaultPane

String _defaultPane
Our default tab pane.

Class com.threerings.admin.client.DSetEditor extends JPanel implements Serializable

Serialized Fields

_setName

String _setName
The name of the set in that object.


_entryFilter

Predicate<T> _entryFilter
An optional predicate to decide whether actually care about displaying a given entry.


_accessor

DSetEditor.Accessor<F extends DSet.Entry> _accessor
Provides access to our data we're editing.


_table

ObjectEditorTable _table
The table used to edit.


_keys

ComparableArrayList<T extends Comparable<? super T>> _keys
An array we use to track our entries' positions by key.


_entryClass

Class<T> _entryClass

_editableFields

String[] _editableFields

_interp

ObjectEditorTable.FieldInterpreter _interp

_displayFields

String[] _displayFields

Class com.threerings.admin.client.FieldEditor extends JPanel implements Serializable

Serialized Fields

_ctx

PresentsContext _ctx

_field

Field _field

_accessor

FieldEditor.Accessor _accessor

_label

JLabel _label

Class com.threerings.admin.client.ObjectEditorPanel extends ScrollablePanel implements Serializable

Serialized Fields

_ctx

PresentsContext _ctx

_key

String _key

_safesub

SafeSubscriber<T extends DObject> _safesub

_object

ConfigObject _object

Class com.threerings.admin.client.PulldownFieldEditor extends FieldEditor implements Serializable

Serialized Fields

_value

JComboBox _value
Holds the value we're editing.

Class com.threerings.admin.client.TabbedDSetEditor extends JPanel implements Serializable

Serialized Fields

_setter

DObject _setter

_setName

String _setName

_entryClass

Class<T> _entryClass

_editableFields

String[] _editableFields

_interp

ObjectEditorTable.FieldInterpreter _interp

_grouper

TabbedDSetEditor.EntryGrouper<E extends DSet.Entry> _grouper

_accessorFactory

TabbedDSetEditor.AccessorFactory _accessorFactory

_tabs

JTabbedPane _tabs

_editors

HashMap<K,V> _editors

Package com.threerings.admin.server.persist

Class com.threerings.admin.server.persist.ConfigRecord extends PersistentRecord implements Serializable

Serialized Fields

node

String node

object

String object

field

String field

value

String value

Package com.threerings.admin.web.server

Class com.threerings.admin.web.server.ConfigServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

Serialized Fields

_confReg

ConfigRegistry _confReg

_omgr

RootDObjectManager _omgr

Package com.threerings.crowd.chat.client

Class com.threerings.crowd.chat.client.HistoryList extends ArrayList<ChatMessage> implements Serializable

Serialized Fields

_obs

ObserverList<T> _obs
A list of HistoryList.Observers interested in history changes.


_historyUpdatedOp

HistoryList.HistoryUpdatedOp _historyUpdatedOp
An operation used to notify observers of history updates.


Package com.threerings.crowd.client

Class com.threerings.crowd.client.MoveFailedException extends Exception implements Serializable

Class com.threerings.crowd.client.MoveVetoedException extends Exception implements Serializable

Class com.threerings.crowd.client.PlacePanel extends JPanel implements Serializable

Serialized Fields

_controller

PlaceController _controller
A reference to the controller with which we interoperate.


Package com.threerings.nio.conman

Class com.threerings.nio.conman.ConnectionManager.OverflowQueue extends ArrayList<byte[]> implements Serializable

Serialized Fields

conn

Connection conn
The connection for which we're managing overflow.


_partial

ByteBuffer _partial
The remains of a message that was only partially written on its first attempt.


_msgs

int _msgs
A couple of counters.


_partials

int _partials
A couple of counters.


Package com.threerings.presents.client

Class com.threerings.presents.client.LogonException extends Exception implements Serializable

Serialized Fields

_stillInProgress

boolean _stillInProgress

Package com.threerings.presents.dobj

Class com.threerings.presents.dobj.NoSuchObjectException extends ObjectAccessException implements Serializable

Class com.threerings.presents.dobj.ObjectAccessException extends Exception implements Serializable


Package com.threerings.presents.peer.server.persist

Class com.threerings.presents.peer.server.persist.NodeRecord extends PersistentRecord implements Serializable

Serialized Fields

nodeName

String nodeName
The unique name assigned to this node.


hostName

String hostName
The DNS name used to connect to this node by other peers.


publicHostName

String publicHostName
The DNS name used to connect to this node by normal clients.


region

String region
The region in which the node exists. Nodes in different regions must connect through the public host name.


port

int port
The port on which to connect to this node.


lastUpdated

Timestamp lastUpdated
The last time this node has reported in.


shutdown

boolean shutdown
Whether or not this node is explicitly shut down.


Package com.threerings.presents.server

Class com.threerings.presents.server.Authenticator.AuthException extends Exception implements Serializable

Class com.threerings.presents.server.ClientResolver.ClientDisconnectedException extends Exception implements Serializable

Class com.threerings.presents.server.InvocationException extends Exception implements Serializable


Package com.threerings.presents.util

Class com.threerings.presents.util.FutureResult.Sync extends AbstractQueuedSynchronizer implements Serializable

Serialized Fields

_result

Object _result
The result to return from get()


_exception

Throwable _exception
The exception to throw from get()

Class com.threerings.presents.util.ResultListenerList extends ArrayList<InvocationService.ResultListener> implements Serializable


Package com.threerings.util

Class com.threerings.util.Resulting.ReusableInvocationException extends InvocationException implements Serializable

Serialized Fields

_msg

String _msg

Class com.threerings.util.Resulting.StopException extends RuntimeException implements Serializable

Class com.threerings.util.StreamableArrayIntSet extends ArrayIntSet implements Serializable

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Reads our custom streamable fields.

Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Writes our custom streamable fields.

Throws:
IOException

Class com.threerings.util.StreamableArrayList extends ArrayList<E> implements Serializable

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Reads our custom streamable fields.

Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Writes our custom streamable fields.

Throws:
IOException

Class com.threerings.util.StreamableHashIntMap extends HashIntMap<V> implements Serializable

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Reads our custom streamable fields.

Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Writes our custom streamable fields.

Throws:
IOException

Class com.threerings.util.StreamableHashMap extends HashMap<K,V> implements Serializable

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Reads our custom streamable fields.

Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Writes our custom streamable fields.

Throws:
IOException

Class com.threerings.util.StreamableHashSet extends HashSet<E> implements Serializable

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Reads our custom streamable fields.

Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Writes our custom streamable fields.

Throws:
IOException

Class com.threerings.util.StreamableIntIntMap extends IntIntMap implements Serializable

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Reads our custom streamable fields.

Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Writes our custom streamable fields.

Throws:
IOException

Class com.threerings.util.StreamablePoint extends Point implements Serializable

Class com.threerings.util.StreamableRectangle extends Rectangle implements Serializable

Class com.threerings.util.StreamableTuple extends Tuple<L,R> implements Serializable


Package com.threerings.web.gwt

Class com.threerings.web.gwt.ServiceException extends Exception implements Serializable

Serialized Fields

_message

String _message