Serialized Form


Package cleoni.adv

Class cleoni.adv.Dict extends ManageableObject implements Serializable

serialVersionUID: -2767605614048989439L

Serialized Fields

keys

java.lang.String[] keys

elementData

java.lang.Object[] elementData
The array buffer into which the components of the vector are stored. The capacity of the vector is the length of this array buffer.

Since:
JDK1.0

elementCount

int elementCount
The number of valid components in the vector.

Since:
JDK1.0

capacityIncrement

int capacityIncrement
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity. If the capacity increment is 0, the capacity of the vector is doubled each time it needs to grow.

Since:
JDK1.0

allowDups

boolean allowDups

Class cleoni.adv.DictSorted extends Dict implements Serializable

Class cleoni.adv.DimxException extends java.lang.Exception implements Serializable

Class cleoni.adv.Maint extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

skin

Skin skin

systemDir

java.lang.String systemDir

Class cleoni.adv.multiplayer extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

navigatorUrl

java.lang.String navigatorUrl

worlds

DictSorted worlds

clusters

DictSorted clusters

clusterslist

DictSorted clusterslist

count

int count

dbdriver

java.lang.String dbdriver

dbhost

java.lang.String dbhost

dbport

java.lang.String dbport

dbname

java.lang.String dbname

dbuser

java.lang.String dbuser

dbpass

java.lang.String dbpass

dbconnstr

java.lang.String dbconnstr

serverlock

java.lang.Object serverlock

serverType

java.lang.String serverType

serverAdminPasswd

java.lang.String serverAdminPasswd

msgRefreshRate

int msgRefreshRate

bannersHref

Dict bannersHref

bannersImg

Dict bannersImg

systemDir

java.lang.String systemDir

savingDir

java.lang.String savingDir

Class cleoni.adv.NestedException extends DimxException implements Serializable


Package org.cjncreations.csi

Class org.cjncreations.csi.NoEventHandlerException extends DimxException implements Serializable