Constant Field Values


Contents
com.threerings.*

com.threerings.admin.client.DSetEditor<E extends DSet.Entry>
protected static final int MIN_HEIGHT 200

com.threerings.admin.client.ObjectEditorPanel
protected static final int BORDER 5

com.threerings.admin.data.AdminCodes
public static final String ADMIN_GROUP "presents.admin"

com.threerings.admin.data.AdminMarshaller
public static final int GET_CONFIG_INFO 1

com.threerings.admin.data.AdminMarshaller.ConfigInfoMarshaller
public static final int GOT_CONFIG_INFO 1

com.threerings.admin.server.PeeredDatabaseConfigRegistry
protected static final String PEER_CACHE_PREFIX "PeerConfigCache:"

com.threerings.admin.server.persist.ConfigRecord
public static final int SCHEMA_VERSION 2

com.threerings.bureau.client.BureauDecoder
public static final int CREATE_AGENT 1
public static final int DESTROY_AGENT 2
public static final String RECEIVER_CODE "3e98f7a30deb5a8e25e05c71c6081bf4"

com.threerings.bureau.data.AgentObject
public static final String BUREAU_ID "bureauId"
public static final String BUREAU_TYPE "bureauType"
public static final String CLASS_NAME "className"
public static final String CLIENT_OID "clientOid"
public static final String CODE "code"

com.threerings.bureau.data.BureauCodes
public static final String BUREAU_GROUP "bureau"

com.threerings.bureau.data.BureauMarshaller
public static final int AGENT_CREATED 1
public static final int AGENT_CREATION_FAILED 2
public static final int AGENT_DESTROYED 3
public static final int BUREAU_ERROR 4
public static final int BUREAU_INITIALIZED 5

com.threerings.crowd.chat.client.ChatDirector
protected static final int MAX_CHATTERS 6
protected static final int MAX_COMMAND_HISTORY 10

com.threerings.crowd.chat.data.ChannelSpeakMarshaller
public static final int SPEAK 1

com.threerings.crowd.chat.data.ChatCodes
public static final byte BROADCAST_MODE 4
public static final String CHAT_CHANNEL_NOTIFICATION "crowd.chat.channel"
public static final String CHAT_NOTIFICATION "crowd.chat"
public static final long DEFAULT_IDLE_TIME 180000L
public static final byte DEFAULT_MODE 0
public static final byte EMOTE_MODE 2
public static final String IDLE_TIME_KEY "narya.chat.idle_time"
public static final byte LAST_MODE 4
public static final String PLACE_CHAT_TYPE "placeChat"
public static final byte SHOUT_MODE 3
public static final String SUCCESS "success"
public static final byte THINK_MODE 1
public static final String USER_CHAT_TYPE "userChat"
public static final String USER_DISCONNECTED "m.user_disconnected"
public static final String USER_NOT_ONLINE "m.user_not_online"

com.threerings.crowd.chat.data.ChatMarshaller
public static final int AWAY 1
public static final int BROADCAST 2
public static final int TELL 3

com.threerings.crowd.chat.data.ChatMarshaller.TellMarshaller
public static final int TELL_SUCCEEDED 1

com.threerings.crowd.chat.data.SpeakMarshaller
public static final int SPEAK 1

com.threerings.crowd.chat.data.SystemMessage
public static final byte ATTENTION 2
public static final byte FEEDBACK 1
public static final byte INFO 0

com.threerings.crowd.chat.server.ChatChannelManager
protected static final long IDLE_CHANNEL_CHECK_PERIOD 5000L
protected static final long IDLE_CHANNEL_CLOSE_TIME 300000L

com.threerings.crowd.chat.server.SpeakUtil
protected static final long HISTORY_EXPIRATION 300000L

com.threerings.crowd.client.LocationDecoder
public static final int FORCED_MOVE 1
public static final String RECEIVER_CODE "58f2830e027f4f3377e100ef12332497"

com.threerings.crowd.client.LocationDirector
protected static final long STALE_REQUEST_DURATION 60000L

com.threerings.crowd.data.BodyMarshaller
public static final int SET_IDLE 1

com.threerings.crowd.data.BodyObject
public static final String AWAY_MESSAGE "awayMessage"
public static final String LOCATION "location"
public static final String STATUS "status"

com.threerings.crowd.data.CrowdCodes
public static final String CROWD_GROUP "crowd"

com.threerings.crowd.data.LocationCodes
public static final String ALREADY_THERE "m.already_there"
public static final String MOVE_IN_PROGRESS "m.move_in_progress"
public static final String NO_SUCH_PLACE "m.no_such_place"

com.threerings.crowd.data.LocationMarshaller
public static final int LEAVE_PLACE 1
public static final int MOVE_TO 2

com.threerings.crowd.data.LocationMarshaller.MoveMarshaller
public static final int MOVE_SUCCEEDED 1

com.threerings.crowd.data.OccupantInfo
public static final byte ACTIVE 0
public static final byte DISCONNECTED 2
public static final byte IDLE 1

com.threerings.crowd.data.PlaceObject
public static final String OCCUPANT_INFO "occupantInfo"
public static final String OCCUPANTS "occupants"
public static final String SPEAK_SERVICE "speakService"

com.threerings.crowd.data.TokenRing
public static final int ADMIN 1

com.threerings.crowd.peer.data.CrowdNodeObject
public static final String CROWD_PEER_SERVICE "crowdPeerService"
public static final String HOSTED_CHANNELS "hostedChannels"

com.threerings.crowd.peer.data.CrowdPeerMarshaller
public static final int DELIVER_BROADCAST 1
public static final int DELIVER_TELL 2
public static final int GET_CHAT_HISTORY 3

com.threerings.crowd.server.CrowdServer
protected static final String PROVIDERS_KEY "providers"

com.threerings.io.ByteBufferOutputStream
protected static final int INITIAL_BUFFER_SIZE 32

com.threerings.io.FramedInputStream
protected static final int HEADER_SIZE 4
protected static final int INITIAL_BUFFER_CAPACITY 32
protected static final int MAX_BUFFER_CAPACITY 524288

com.threerings.io.ObjectInputStream
protected static final boolean STREAM_DEBUG false

com.threerings.io.Streamer
protected static final String READER_METHOD_NAME "readObject"
protected static final String WRITER_METHOD_NAME "writeObject"

com.threerings.presents.client.BlockingCommunicator
protected static final int DATAGRAM_ATTEMPTS_PER_PORT 10
protected static final long DATAGRAM_RESPONSE_WAIT 1000L

com.threerings.presents.client.Client
protected static final long CLOCK_SYNC_INTERVAL 600000L
public static final int DEFAULT_MSGS_PER_SECOND 10
public static final int MAX_DATAGRAM_SIZE 1450

com.threerings.presents.client.ClientDObjectMgr
protected static final long FLUSH_INTERVAL 30000L

com.threerings.presents.client.DeltaCalculator
protected static final int CLOCK_SYNC_PING_COUNT 3

com.threerings.presents.client.InvocationDirector
protected static final long LISTENER_FLUSH_INTERVAL 15000L
protected static final long LISTENER_MAX_AGE 90000L

com.threerings.presents.data.AuthCodes
public static final String INVALID_PASSWORD "m.invalid_password"
public static final String NO_SUCH_USER "m.no_such_user"
public static final String SERVER_ERROR "m.server_error"
public static final String SERVER_UNAVAILABLE "m.server_unavailable"
public static final String TRYING_NEXT_PORT "m.trying_next_port"

com.threerings.presents.data.ClientObject
public static final String CLOBJ_CHANGED "!clobj_changed!"
public static final String RECEIVERS "receivers"
public static final String USERNAME "username"

com.threerings.presents.data.InvocationCodes
public static final String ACCESS_DENIED "m.access_denied"
public static final String E_ACCESS_DENIED "e.access_denied"
public static final String E_INTERNAL_ERROR "e.internal_error"
public static final String GLOBAL_GROUP "presents"
public static final String INTERNAL_ERROR "m.internal_error"

com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller
public static final int REQUEST_PROCESSED 1

com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
public static final int REQUEST_FAILED_RSPID 0

com.threerings.presents.data.InvocationMarshaller.ResultMarshaller
public static final int REQUEST_PROCESSED 1

com.threerings.presents.data.TimeBaseCodes
public static final String NO_SUCH_TIME_BASE "m.no_such_time_base"

com.threerings.presents.data.TimeBaseMarshaller
public static final int GET_TIME_OID 1

com.threerings.presents.data.TimeBaseMarshaller.GotTimeBaseMarshaller
public static final int GOT_TIME_OID 1

com.threerings.presents.data.TimeBaseObject
public static final String EVEN_BASE "evenBase"
public static final String ODD_BASE "oddBase"

com.threerings.presents.dobj.DSet<E extends DSet.Entry>
protected static final int INITIAL_CAPACITY 2

com.threerings.presents.dobj.OidList
protected static final int DEFAULT_SIZE 4

com.threerings.presents.net.AuthResponseData
public static final String SUCCESS "success"

com.threerings.presents.net.PingRequest
public static final long PING_INTERVAL 60000L

com.threerings.presents.peer.data.NodeObject
public static final String ACQUIRING_LOCK "acquiringLock"
public static final String BOOT_STAMP "bootStamp"
public static final String CACHE_DATA "cacheData"
public static final String CLIENTS "clients"
public static final String LOCKS "locks"
public static final String NODE_NAME "nodeName"
public static final String PEER_SERVICE "peerService"
public static final String RELEASING_LOCK "releasingLock"

com.threerings.presents.peer.data.PeerMarshaller
public static final int GENERATE_REPORT 1
public static final int INVOKE_ACTION 2
public static final int INVOKE_REQUEST 3
public static final int RATIFY_LOCK_ACTION 4

com.threerings.presents.peer.server.EHCachePeerCoordinator
public static final int RMI_PORT 40001

com.threerings.presents.peer.server.PeerManager
protected static final long LOCK_TIMEOUT 5000L

com.threerings.presents.peer.server.PeerNode
protected static final long STALE_INTERVAL 300000L

com.threerings.presents.peer.server.persist.NodeRecord
public static final int SCHEMA_VERSION 1

com.threerings.presents.server.ClientManager
protected static final long SESSION_FLUSH_INTERVAL 60000L

com.threerings.presents.server.InvocationManager
protected static final String FAILED_SUFFIX "Failed"

com.threerings.presents.server.PresentsDObjectMgr
protected static final int DEFREFVEC_SIZE 4
protected static final int DUMMY_OID 0
protected static final boolean UNIT_PROF_ENABLED true
protected static final int UNIT_PROF_INTERVAL 100

com.threerings.presents.server.PresentsDObjectMgr.AccessObjectEvent<T extends DObject>
public static final int SUBSCRIBE 0
public static final int UNSUBSCRIBE 1

com.threerings.presents.server.PresentsInvoker.EmptyingUnit
protected static final long CHECK_TIMEOUT 300000L
protected static final int MAX_LOOPS 10000
protected static final int MAX_PASSES 50

com.threerings.presents.server.PresentsSession
protected static final long DEFAULT_FLUSH_TIME 420000L

com.threerings.presents.server.RebootManager
protected static final String AUTOMATIC_INITIATOR "automatic"

com.threerings.presents.server.ReportManager
public static final String DEFAULT_TYPE ""
protected static final String LOG_REPORT_HEADER "State of server report:\n"
public static final String PROFILE_TYPE "profile"
protected static final long REPORT_INTERVAL 900000L

com.threerings.presents.server.net.Connection
protected static final long LATENCY_GRACE 30000L

com.threerings.presents.server.net.ConnectionManager
protected static final boolean DEBUG_REPORT false
protected static final long DEBUG_REPORT_INTERVAL 30000L

com.threerings.presents.tools.GenActionScriptTask
protected static final String READ_SIG "public function readObject (ins :ObjectInputStream) :void"
protected static final String WRITE_SIG "public function writeObject (out :ObjectOutputStream) :void"

com.threerings.presents.tools.GenDObjectTask
protected static final String BASE_TMPL "com/threerings/presents/tools/dobject_"
protected static final String NAME_TMPL "com/threerings/presents/tools/dobject_name.tmpl"

com.threerings.presents.tools.GenReceiverTask
protected static final String DECODER_TMPL "com/threerings/presents/tools/decoder.tmpl"
protected static final String SENDER_TMPL "com/threerings/presents/tools/sender.tmpl"

com.threerings.presents.tools.GenServiceTask
protected static final String AS_LISTENER_ADAPTER_SERVICE_TMPL "com/threerings/presents/tools/service_listener_adapter_as.tmpl"
protected static final String AS_LISTENER_MARSHALLER_TMPL "com/threerings/presents/tools/marshaller_listener_as.tmpl"
protected static final String AS_LISTENER_SERVICE_TMPL "com/threerings/presents/tools/service_listener_as.tmpl"
protected static final String AS_MARSHALLER_TMPL "com/threerings/presents/tools/marshaller_as.tmpl"
protected static final String AS_SERVICE_TMPL "com/threerings/presents/tools/service_as.tmpl"
protected static final String DISPATCHER_TMPL "com/threerings/presents/tools/dispatcher.tmpl"
protected static final String MARSHALLER_TMPL "com/threerings/presents/tools/marshaller.tmpl"
protected static final String PROVIDER_TMPL "com/threerings/presents/tools/provider.tmpl"

com.threerings.presents.tools.GenStreamableTask
protected static final String READ_CLOSE " }\n"
protected static final String READ_OPEN " // from interface Streamable\n public void readObject (ObjectInputStream ins)\n throws IOException, ClassNotFoundException\n {\n"
protected static final String WRITE_CLOSE " }\n"
protected static final String WRITE_OPEN " // from interface Streamable\n public void writeObject (ObjectOutputStream out)\n throws IOException\n {\n"

com.threerings.presents.tools.SourceFile
protected static final String FIELDS_END "// AUTO-GENERATED: FIELDS END"
protected static final String FIELDS_START "// AUTO-GENERATED: FIELDS START"
protected static final String MARKER "// AUTO-GENERATED: "
protected static final String METHODS_END "// AUTO-GENERATED: METHODS END"
protected static final String METHODS_START "// AUTO-GENERATED: METHODS START"

com.threerings.presents.util.FutureResult.Sync
protected static final int CANCELLED 4
protected static final int RAN 2
protected static final int RUNNING 1

com.threerings.util.MessageManager
public static final String GLOBAL_BUNDLE "global"
protected static final String MBUNDLE_CLASS_KEY "msgbundle_class"

com.threerings.util.TimeUtil
public static final byte DAY 4
public static final byte HOUR 3
protected static final byte MAX_UNIT 4
public static final byte MILLISECOND 0
public static final byte MINUTE 2
public static final byte SECOND 1

com.threerings.util.signal.SignalManager
public static final int SIGABRT 6
public static final int SIGALRM 14
public static final int SIGBUS 7
public static final int SIGCHLD 17
public static final int SIGCONT 18
public static final int SIGFPE 8
public static final int SIGHUP 1
public static final int SIGILL 4
public static final int SIGINT 2
public static final int SIGIO 29
public static final int SIGIOT 6
public static final int SIGKILL 9
public static final int SIGPIPE 13
public static final int SIGPOLL 29
public static final int SIGPROF 27
public static final int SIGPWR 30
public static final int SIGQUIT 3
public static final int SIGSEGV 11
public static final int SIGSTKFLT 16
public static final int SIGSTOP 19
public static final int SIGSYS 31
public static final int SIGTERM 15
public static final int SIGTRAP 5
public static final int SIGTSTP 20
public static final int SIGTTIN 21
public static final int SIGTTOU 22
public static final int SIGURG 23
public static final int SIGUSR1 10
public static final int SIGUSR2 12
public static final int SIGVTALRM 26
public static final int SIGWINCH 28
public static final int SIGXCPU 24
public static final int SIGXFSZ 25