Serialized Form


Package org.exist

Class org.exist.EXistException extends java.lang.Exception implements Serializable

serialVersionUID: 3256728389837665330L


Package org.exist.atom.http

Class org.exist.atom.http.AtomServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

modules

java.util.Map modules

noAuth

java.util.Map noAuth

formEncoding

java.lang.String formEncoding

pool

BrokerPool pool

defaultUsername

java.lang.String defaultUsername

defaultPassword

java.lang.String defaultPassword

authenticator

Authenticator authenticator

defaultUser

User defaultUser

Class org.exist.atom.http.WebDAVServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

webdav

WebDAV webdav

databaseid

java.lang.String databaseid
id of the database registred against the BrokerPool


Package org.exist.backup

Class org.exist.backup.BackupDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

currentCollection

javax.swing.JTextField currentCollection

currentFile

javax.swing.JTextField currentFile

progress

javax.swing.JProgressBar progress

Class org.exist.backup.CreateBackupDialog extends javax.swing.JPanel implements Serializable

Serialized Fields

collections

javax.swing.JComboBox collections

directory

javax.swing.JTextField directory

uri

java.lang.String uri

user

java.lang.String user

passwd

java.lang.String passwd

Class org.exist.backup.RestoreDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

currentCollection

javax.swing.JTextField currentCollection

resource

javax.swing.JTextField resource

messages

javax.swing.JTextArea messages

progress

javax.swing.JProgressBar progress

progressObserver

java.util.Observer progressObserver

Package org.exist.client

Class org.exist.client.ClientFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

commandStart

int commandStart

gotUp

boolean gotUp

doc

javax.swing.text.DefaultStyledDocument doc

statusbar

javax.swing.JLabel statusbar

fileman

javax.swing.JTable fileman

resources

org.exist.client.ClientFrame.ResourceTableModel resources

shell

javax.swing.JTextPane shell

shellPopup

javax.swing.JPopupMenu shellPopup

client

InteractiveClient client

path

XmldbURI path

process

org.exist.client.ClientFrame.ProcessThread process

properties

java.util.Properties properties

Class org.exist.client.ClientTextArea extends org.jedit.syntax.JEditTextArea implements Serializable

Serialized Fields

copy

org.exist.client.ClientTextArea.CopyAction copy

cut

org.exist.client.ClientTextArea.CutAction cut

paste

org.exist.client.ClientTextArea.PasteAction paste

textFont

java.awt.Font textFont

Class org.exist.client.IndexDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

cx

CollectionXConf cx

cmbCollections

javax.swing.JComboBox cmbCollections

chkDefaultAll

javax.swing.JCheckBox chkDefaultAll

chkAlphanum

javax.swing.JCheckBox chkAlphanum

chkAttributes

javax.swing.JCheckBox chkAttributes

txtXPath

javax.swing.JTextField txtXPath

cmbxsType

javax.swing.JComboBox cmbxsType

tblFullTextIndexes

javax.swing.JTable tblFullTextIndexes

fulltextIndexModel

org.exist.client.IndexDialog.FullTextIndexTableModel fulltextIndexModel

tblRangeIndexes

javax.swing.JTable tblRangeIndexes

rangeIndexModel

org.exist.client.IndexDialog.RangeIndexTableModel rangeIndexModel

tblQNameIndexes

javax.swing.JTable tblQNameIndexes

qnameIndexModel

org.exist.client.IndexDialog.QNameIndexTableModel qnameIndexModel

client

InteractiveClient client

Class org.exist.client.IndexDialog.ComboBoxCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Class org.exist.client.IndexDialog.ComboBoxCellRenderer extends javax.swing.JComboBox implements Serializable

Class org.exist.client.LoginPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

properties

java.util.Properties properties
The properties modified by this panel


username

javax.swing.JTextField username
Ui components


password

javax.swing.JPasswordField password

cur_url

javax.swing.JTextField cur_url

configuration

javax.swing.JTextField configuration

selectConf

javax.swing.JButton selectConf

type

javax.swing.JComboBox type

favourites

javax.swing.JList favourites

favouritesModel

javax.swing.DefaultListModel favouritesModel

title

javax.swing.JTextField title

btnAddFavourite

javax.swing.JButton btnAddFavourite

btnRemoveFavourite

javax.swing.JButton btnRemoveFavourite

btnLoadFavourite

javax.swing.JButton btnLoadFavourite

btnExportFavourite

javax.swing.JButton btnExportFavourite

btnImportFavourite

javax.swing.JButton btnImportFavourite

Class org.exist.client.QueryDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

client

InteractiveClient client

collection

org.xmldb.api.base.Collection collection

properties

java.util.Properties properties

query

ClientTextArea query

resultDisplay

ClientTextArea resultDisplay

exprDisplay

ClientTextArea exprDisplay

collections

javax.swing.JComboBox collections

count

javax.swing.SpinnerNumberModel count

history

javax.swing.DefaultComboBoxModel history

display

java.awt.Font display

statusMessage

javax.swing.JTextField statusMessage

progress

javax.swing.JProgressBar progress

Class org.exist.client.ResourcePropertyDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

permissions

Permission permissions

resource

XmldbURI resource

service

UserManagementService service

creationDate

java.util.Date creationDate

modificationDate

java.util.Date modificationDate

mimeType

java.lang.String mimeType

groups

javax.swing.JComboBox groups

owners

javax.swing.JComboBox owners

worldPerms

javax.swing.JCheckBox[] worldPerms

groupPerms

javax.swing.JCheckBox[] groupPerms

userPerms

javax.swing.JCheckBox[] userPerms

result

int result

Class org.exist.client.TriggersDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

cx

CollectionXConf cx

cmbCollections

javax.swing.JComboBox cmbCollections

tblTriggers

javax.swing.JTable tblTriggers

triggersModel

org.exist.client.TriggersDialog.TriggersTableModel triggersModel

colStoreDocument

javax.swing.table.TableColumn colStoreDocument

colUpdateDocument

javax.swing.table.TableColumn colUpdateDocument

colRemoveDocument

javax.swing.table.TableColumn colRemoveDocument

colCreateCollection

javax.swing.table.TableColumn colCreateCollection

colRenameCollection

javax.swing.table.TableColumn colRenameCollection

colDeleteCollection

javax.swing.table.TableColumn colDeleteCollection

client

InteractiveClient client

Class org.exist.client.TriggersDialog.CheckBoxCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Class org.exist.client.TriggersDialog.CheckBoxCellRenderer extends javax.swing.JCheckBox implements Serializable


Package org.exist.client.xacml

Class org.exist.client.xacml.CustomRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

currentModified

boolean currentModified

mutator

TreeMutator mutator

Class org.exist.client.xacml.MatchEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

attribute

com.sun.xacml.attr.AttributeDesignator attribute

label

javax.swing.JLabel label

functionBox

javax.swing.JComboBox functionBox

valueBox

javax.swing.JComboBox valueBox

abbrev

Abbreviator abbrev

listeners

java.util.List listeners

attributeHandlers

java.util.List attributeHandlers

currentFunction

java.lang.Object currentFunction

currentValue

java.lang.Object currentValue

Class org.exist.client.xacml.NodeCopyAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

contextNode

XACMLTreeNode contextNode

Class org.exist.client.xacml.ResizingTable extends javax.swing.JTable implements Serializable

Class org.exist.client.xacml.XACMLEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

dbInterface

DatabaseInterface dbInterface

model

XACMLTreeModel model

tree

javax.swing.JTree tree

editor

NodeEditor editor

split

javax.swing.JSplitPane split

Package org.exist.cluster

Class org.exist.cluster.ClusterEvent extends java.lang.Object implements Serializable

serialVersionUID: 0L

Serialized Fields

collectionName

java.lang.String collectionName

documentName

java.lang.String documentName

id

int id

counter

int counter

Class org.exist.cluster.ClusterException extends java.lang.Exception implements Serializable

Class org.exist.cluster.CreateCollectionClusterEvent extends ClusterEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

parent

java.lang.String parent

collectionName

java.lang.String collectionName

Class org.exist.cluster.RemoveClusterEvent extends ClusterEvent implements Serializable

serialVersionUID: 1L

Class org.exist.cluster.RemoveCollectionClusterEvent extends ClusterEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

parent

java.lang.String parent

collectionName

java.lang.String collectionName

Class org.exist.cluster.StoreClusterEvent extends ClusterEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

content

java.lang.String content

Class org.exist.cluster.UpdateClusterEvent extends ClusterEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

xcommand

java.lang.String xcommand

Package org.exist.cluster.cocoon

Class org.exist.cluster.cocoon.ConsoleInfo extends java.lang.Object implements Serializable

serialVersionUID: 0L

Serialized Fields

map

java.util.HashMap map

Package org.exist.collections

Class org.exist.collections.CollectionConfigurationException extends java.lang.Exception implements Serializable


Package org.exist.collections.triggers

Class org.exist.collections.triggers.TriggerException extends java.lang.Exception implements Serializable


Package org.exist.dom

Class org.exist.dom.NamedNodeMapImpl extends java.util.ArrayList implements Serializable

Class org.exist.dom.NodeListImpl extends java.util.ArrayList implements Serializable


Package org.exist.http

Class org.exist.http.BadRequestException extends java.lang.Exception implements Serializable

Class org.exist.http.NotFoundException extends java.lang.Exception implements Serializable


Package org.exist.http.servlets

Class org.exist.http.servlets.DatabaseAdminServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

confFile

java.lang.String confFile

configuration

Configuration configuration

dbHome

java.lang.String dbHome

Class org.exist.http.servlets.EXistServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

formEncoding

java.lang.String formEncoding

pool

BrokerPool pool

defaultUsername

java.lang.String defaultUsername

defaultPassword

java.lang.String defaultPassword

srvREST

RESTServer srvREST

srvSOAP

SOAPServer srvSOAP

authenticator

Authenticator authenticator

defaultUser

User defaultUser

Class org.exist.http.servlets.Log4jInit extends javax.servlet.http.HttpServlet implements Serializable

Class org.exist.http.servlets.WebDAVServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

webdav

WebDAV webdav

databaseid

java.lang.String databaseid
id of the database registred against the BrokerPool

Class org.exist.http.servlets.XQueryServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

user

java.lang.String user

password

java.lang.String password

collectionURI

XmldbURI collectionURI

containerEncoding

java.lang.String containerEncoding

formEncoding

java.lang.String formEncoding

encoding

java.lang.String encoding

contentType

java.lang.String contentType

Package org.exist.jsp

Class org.exist.jsp.CollectionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

varName

java.lang.String varName

uri

java.lang.String uri

user

java.lang.String user

password

java.lang.String password

collection

org.xmldb.api.base.Collection collection

Package org.exist.security

Class org.exist.security.PermissionDeniedException extends java.lang.Exception implements Serializable


Package org.exist.security.xacml

Class org.exist.security.xacml.NullAccessContextException extends java.lang.NullPointerException implements Serializable


Package org.exist.soap

Class org.exist.soap.AdminServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

Admin_address

java.lang.String Admin_address

AdminWSDDServiceName

java.lang.String AdminWSDDServiceName

ports

java.util.HashSet ports

Class org.exist.soap.AdminSoapBindingSkeleton extends java.lang.Object implements Serializable

Serialized Fields

impl

Admin impl

Class org.exist.soap.Base64BinaryArray extends java.lang.Object implements Serializable

Serialized Fields

elements

byte[][] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.Collection extends java.lang.Object implements Serializable

Serialized Fields

collections

StringArray collections

resources

StringArray resources

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.CollectionDesc extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

owner

java.lang.String owner

group

java.lang.String group

permissions

int permissions

created

long created

collections

Strings collections

documents

DocumentDescs documents

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.DocumentDesc extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

owner

java.lang.String owner

group

java.lang.String group

permissions

int permissions

type

DocumentType type

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.DocumentDescs extends java.lang.Object implements Serializable

Serialized Fields

elements

DocumentDesc[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.DocumentType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class org.exist.soap.EntityPermissions extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

owner

java.lang.String owner

group

java.lang.String group

permissions

int permissions

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.EntityPermissionsList extends java.lang.Object implements Serializable

Serialized Fields

elements

EntityPermissions[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.IndexedElement extends java.lang.Object implements Serializable

Serialized Fields

localName

java.lang.String localName

namespaceURI

java.lang.String namespaceURI

prefix

java.lang.String prefix

occurences

int occurences

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.IndexedElements extends java.lang.Object implements Serializable

Serialized Fields

elements

IndexedElement[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.Permissions extends java.lang.Object implements Serializable

Serialized Fields

owner

java.lang.String owner

group

java.lang.String group

permissions

int permissions

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.QueryResponse extends java.lang.Object implements Serializable

Serialized Fields

collections

QueryResponseCollections collections

hits

int hits

queryTime

long queryTime

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.QueryResponseCollection extends java.lang.Object implements Serializable

Serialized Fields

collectionName

java.lang.String collectionName

documents

QueryResponseDocuments documents

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.QueryResponseCollections extends java.lang.Object implements Serializable

Serialized Fields

elements

QueryResponseCollection[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.QueryResponseDocument extends java.lang.Object implements Serializable

Serialized Fields

documentName

java.lang.String documentName

hitCount

int hitCount

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.QueryResponseDocuments extends java.lang.Object implements Serializable

Serialized Fields

elements

QueryResponseDocument[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.QueryServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

Query_address

java.lang.String Query_address

QueryWSDDServiceName

java.lang.String QueryWSDDServiceName

ports

java.util.HashSet ports

Class org.exist.soap.QuerySoapBindingSkeleton extends java.lang.Object implements Serializable

Serialized Fields

impl

Query impl

Class org.exist.soap.Session extends java.lang.Object implements Serializable

Serialized Fields

user_

User user_

lastQuery_

Session.QueryResult lastQuery_

lastAccessTime_

long lastAccessTime_

Class org.exist.soap.StringArray extends java.lang.Object implements Serializable

Serialized Fields

elements

java.lang.String[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.Strings extends java.lang.Object implements Serializable

Serialized Fields

elements

java.lang.String[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.UserDesc extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

groups

Strings groups

home

java.lang.String home

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.exist.soap.UserDescs extends java.lang.Object implements Serializable

Serialized Fields

elements

UserDesc[] elements

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.exist.storage

Class org.exist.storage.NotificationService extends java.util.IdentityHashMap implements Serializable


Package org.exist.storage.analysis

Class org.exist.storage.analysis.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.


Package org.exist.storage.btree

Class org.exist.storage.btree.BTreeException extends DBException implements Serializable

Class org.exist.storage.btree.DBException extends java.lang.Exception implements Serializable

Serialized Fields

faultCode

int faultCode

Package org.exist.storage.journal

Class org.exist.storage.journal.LogException extends EXistException implements Serializable


Package org.exist.storage.txn

Class org.exist.storage.txn.TransactionException extends EXistException implements Serializable

serialVersionUID: 3617572708582437173L


Package org.exist.util

Class org.exist.util.CharSlice extends java.lang.Object implements Serializable

Serialized Fields

array

char[] array

offset

int offset

count

int count

Class org.exist.util.DatabaseConfigurationException extends java.lang.Exception implements Serializable

Class org.exist.util.FastStringBuffer extends java.lang.Object implements Serializable

Serialized Fields

array

char[] array

used

int used

Class org.exist.util.LockException extends java.lang.Exception implements Serializable

Class org.exist.util.ReadOnlyException extends java.lang.Exception implements Serializable

Class org.exist.util.SyntaxException extends java.lang.Exception implements Serializable


Package org.exist.util.hashtable

Class org.exist.util.hashtable.AbstractHashtable.HashtableOverflowException extends java.lang.Exception implements Serializable


Package org.exist.util.sanity

Class org.exist.util.sanity.AssertFailure extends java.lang.RuntimeException implements Serializable


Package org.exist.webstart

Class org.exist.webstart.JnlpServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

jf

JnlpJarFiles jf

jh

JnlpHelper jh

Package org.exist.xmlrpc

Class org.exist.xmlrpc.RpcServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

xmlrpc

org.apache.xmlrpc.XmlRpcServer xmlrpc

databaseid

java.lang.String databaseid
id of the database registred against the BrokerPool


Package org.exist.xqj

Class org.exist.xqj.XQException extends javax.xml.xquery.XQException implements Serializable


Package org.exist.xquery

Class org.exist.xquery.StaticXQueryException extends XPathException implements Serializable

Class org.exist.xquery.TerminatedException extends XPathException implements Serializable

Class org.exist.xquery.TerminatedException.SizeLimitException extends TerminatedException implements Serializable

Class org.exist.xquery.TerminatedException.TimeoutException extends TerminatedException implements Serializable

Class org.exist.xquery.XPathException extends java.lang.Exception implements Serializable

Serialized Fields

line

int line

column

int column

message

java.lang.String message

callStack

java.util.List callStack

Package org.exist.xquery.parser

Class org.exist.xquery.parser.XQueryAST extends antlr.CommonAST implements Serializable

Serialized Fields

line

int line

column

int column

Package org.exist.xquery.util

Class org.exist.xquery.util.RegexTranslator.RegexSyntaxException extends java.lang.Exception implements Serializable

Serialized Fields

position

int position



Copyright (C) Wolfgang Meier. All rights reserved.