Package multiverse.server.util

Interface Summary
SQCallback<K,V>  
 

Class Summary
AnimationCommand can be 'add' or 'clear' add command takes in the animation name and looping flag clear command takes no options
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Counter counter object, gives you unique ids, incrementing by one each time
CountLogger This class provides APIs to register and unregister objects which derive from the internal static Counter class.
CountLogger.Counter The counter class, managed by the CountLogger instance
CountMeter used to gathering metrics.
DebugUtils  
DLock detection or debug lock
DumpStack  
FileUtil  
InitLogAndPid This class provide the common log initialization and pid registration functionality used by both Engine processes, DomainCommand processes and DomainServer processes.
LockFactory  
Log  
Log.NullAppender  
Logger  
MeterManager The MeterManager creates and hands out TimingMeter instances.
MeterManager.MeterEvent  
MeterManager.MeterStackEntry  
MVLock this lock keeps track of its call stack.
MVLock.LStack class to hold the action (lock/unlock and the stack trace).
MVMeter simple meter class that can avg out times and print out the data every n units of time
MVTimer very simple timer - not thread safe
NamedThreadFactory  
ObjectLockManager a map of oids to a lock.
Points this is a utility class for Point objects
SecureToken A read-only representation of a secure token.
SecureTokenManager The SecureTokenManager manages the creation and validation of secure tokens.
SecureTokenSpec A specification of the contents of a secure token.
SecureTokenUtil Some utility functions for key generation and encoding.
SerialUtils  
ServerVersion  
SQThreadPool  
SQThreadPool.TestSQCallback<K,V>  
SquareQueue<K,V>  
Table<A,B,C> Basically a thread safe Map of Map
TimeHistogram This class maintains a histogram of times, and is used to report queue delay times in the server.
TimingMeter  
XMLHelper  
 

Exception Summary
MVDeadLockException this exception gets throwns when you try to lock and MVLock and it fails due to deadlock
MVRuntimeException