Serialized Form


Package org.openrdf.model

Class org.openrdf.model.GraphException extends Exception implements Serializable


Package org.openrdf.model.impl

Class org.openrdf.model.impl.BNodeImpl extends Object implements Serializable

Serialized Fields

_id

String _id

Class org.openrdf.model.impl.LiteralImpl extends Object implements Serializable

Serialized Fields

_label

String _label
The label.


_language

String _language
The language tag (null if not set).


_datatype

URI _datatype
The datatype (null if not set).

Class org.openrdf.model.impl.StatementImpl extends Object implements Serializable

Serialized Fields

_subject

Resource _subject
subject


_predicate

URI _predicate
predicate


_object

Value _object
object

Class org.openrdf.model.impl.URIImpl extends Object implements Serializable

Serialized Fields

_namespace

String _namespace
The namespace.


_localName

String _localName
local name


Package org.openrdf.rio

Class org.openrdf.rio.ParseException extends Exception implements Serializable

Serialized Fields

_lineNo

int _lineNo

_columnNo

int _columnNo

Class org.openrdf.rio.StatementHandlerException extends Exception implements Serializable


Package org.openrdf.sesame.admin

Class org.openrdf.sesame.admin.UpdateException extends Exception implements Serializable


Package org.openrdf.sesame.config

Class org.openrdf.sesame.config.AccessDeniedException extends Exception implements Serializable

Class org.openrdf.sesame.config.ConfigurationException extends Exception implements Serializable

Class org.openrdf.sesame.config.DefaultRepositoryInfo extends Object implements Serializable

Serialized Fields

_id

String _id

_title

String _title

_sailType

String _sailType

_readable

boolean _readable

_writeable

boolean _writeable

Class org.openrdf.sesame.config.MalformedSystemConfigException extends Exception implements Serializable

Class org.openrdf.sesame.config.UnknownRepositoryException extends Exception implements Serializable


Package org.openrdf.sesame.config.ui

Class org.openrdf.sesame.config.ui.AboutDialog extends JDialog implements Serializable

Class org.openrdf.sesame.config.ui.AccessControlTable extends XTable implements Serializable

Serialized Fields

_repositoryId

String _repositoryId
Repository id

Class org.openrdf.sesame.config.ui.AccessControlTableModel extends XTableModel implements Serializable

Serialized Fields

_id

String _id
Repository id

Class org.openrdf.sesame.config.ui.AdvancedDialog extends JDialog implements Serializable

Serialized Fields

_id

String _id
Repository id


_config

SystemConfig _config
SystemConfig


_accessControlTable

AccessControlTable _accessControlTable
AccessControlTable


_sailTable

SailTable _sailTable
SailTable


_parameterTable

ParameterTable _parameterTable
ParameterTable


_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

Class org.openrdf.sesame.config.ui.AdvancedDialog.AccessControlPanel extends JPanel implements Serializable

Serialized Fields

_addButton

JButton _addButton

_removeButton

JButton _removeButton

Class org.openrdf.sesame.config.ui.AdvancedDialog.SailStackPanel extends JPanel implements Serializable

Serialized Fields

_upButton

JButton _upButton

_downButton

JButton _downButton

_addButton

JButton _addButton

_removeButton

JButton _removeButton

Class org.openrdf.sesame.config.ui.AdvancedDialog.SailStackPanel.ParameterPanel extends JPanel implements Serializable

Serialized Fields

_class

String _class
Class


_scrollPane

JScrollPane _scrollPane

_title

JLabel _title
Title


_addButton

JButton _addButton

_removeButton

JButton _removeButton

Class org.openrdf.sesame.config.ui.CheckCellRenderer extends JCheckBox implements Serializable

Serialized Fields

_noFocusBorder

Border _noFocusBorder
Border

Class org.openrdf.sesame.config.ui.ConfigureSesameFrame extends JFrame implements Serializable

Serialized Fields

_fileChooser

ConfigureSesameFrame.SystemConfigFileChooser _fileChooser
File chooser


_serverIOPanel

ServerIOPanel _serverIOPanel
Panel for loading/sending a system configuration from/to a server.


_config

SystemConfig _config
SystemConfig


_configChanged

boolean _configChanged
Indicates if the SystemConfig has changed


_file

File _file
SystemConfig File


_serverURL

String _serverURL
Server URL


_newAction

Action _newAction

_closeAction

Action _closeAction

_loadFromServerAction

Action _loadFromServerAction

_sendToServerAction

Action _sendToServerAction

_openFileAction

Action _openFileAction

_saveFileAction

Action _saveFileAction

_saveFileAsAction

Action _saveFileAsAction

_exitAction

Action _exitAction

_aboutAction

Action _aboutAction

Class org.openrdf.sesame.config.ui.DialogSeparator extends JLabel implements Serializable

Class org.openrdf.sesame.config.ui.ParameterTable extends XTable implements Serializable

Serialized Fields

_id

String _id
Repository id


_sailClass

String _sailClass
Sail Class

Class org.openrdf.sesame.config.ui.ParameterTableModel extends XTableModel implements Serializable

Serialized Fields

_id

String _id
Repository id


_sailClass

String _sailClass
Sail class

Class org.openrdf.sesame.config.ui.RepositoryTab extends JPanel implements Serializable

Serialized Fields

_config

SystemConfig _config
SystemConfig


_table

RepositoryTable _table
RepositoryTable


_detailsButton

JButton _detailsButton

_addButton

JButton _addButton

_cloneButton

JButton _cloneButton

_removeButton

JButton _removeButton

Class org.openrdf.sesame.config.ui.RepositoryTable extends XTable implements Serializable

Class org.openrdf.sesame.config.ui.RepositoryTableModel extends XTableModel implements Serializable

Class org.openrdf.sesame.config.ui.SailTable extends XTable implements Serializable

Serialized Fields

_id

String _id
Repository id

Class org.openrdf.sesame.config.ui.SailTableModel extends XTableModel implements Serializable

Serialized Fields

_id

String _id
Repository id

Class org.openrdf.sesame.config.ui.ServerTab extends JPanel implements Serializable

Serialized Fields

_config

SystemConfig _config
SystemConfig


_adminPassword

JTextField _adminPassword

_logDir

JTextField _logDir

_logLevel

JComboBox _logLevel

_tmpDir

JTextField _tmpDir

_rmiEnabled

JCheckBox _rmiEnabled

_rmiFactoryClassLabel

JLabel _rmiFactoryClassLabel

_rmiFactoryClass

JTextField _rmiFactoryClass

_rmiPortLabel

JLabel _rmiPortLabel

_rmiPort

IntTextField _rmiPort

Class org.openrdf.sesame.config.ui.UserTab extends JPanel implements Serializable

Serialized Fields

_config

SystemConfig _config
SystemConfig


_table

UserTable _table
UserTable


_addButton

JButton _addButton
Add button


_removeButton

JButton _removeButton
Remove button

Class org.openrdf.sesame.config.ui.UserTable extends XTable implements Serializable

Class org.openrdf.sesame.config.ui.UserTableModel extends XTableModel implements Serializable

Class org.openrdf.sesame.config.ui.XCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

_value

Object _value
Value being edited


_table

XTable _table
XTable

Class org.openrdf.sesame.config.ui.XTable extends JTable implements Serializable

Serialized Fields

_config

SystemConfig _config
SystemConfig


_model

XTableModel _model
The model for this XTable.


_value

String _value
Edited value

Class org.openrdf.sesame.config.ui.XTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_config

SystemConfig _config
SystemConfig


_columns

ColumnData[] _columns
An array of ColumnData objects containing meta-info about the table's columns.


_rows

List _rows
A List of RowData objects.


Package org.openrdf.sesame.constants

Class org.openrdf.sesame.constants.AdminResultFormat extends Enumeration implements Serializable

Class org.openrdf.sesame.constants.QueryLanguage extends Enumeration implements Serializable

Class org.openrdf.sesame.constants.QueryResultFormat extends Enumeration implements Serializable

Class org.openrdf.sesame.constants.RDFFormat extends Enumeration implements Serializable


Package org.openrdf.sesame.query

Class org.openrdf.sesame.query.MalformedQueryException extends Exception implements Serializable

Class org.openrdf.sesame.query.QueryErrorType extends Enumeration implements Serializable

Class org.openrdf.sesame.query.QueryEvaluationException extends Exception implements Serializable

Class org.openrdf.sesame.query.QueryResultsTable extends Object implements Serializable

Serialized Fields

_colCount

int _colCount
The number of columns of this table.


_rowList

List _rowList
List containing all rows. The rows are again of type List and contain the values for each column in that row.


_columnNames

String[] _columnNames
Array of strings with column names.


Package org.openrdf.sesame.query.rdql.parser

Class org.openrdf.sesame.query.rdql.parser.ParseException extends 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

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

String eol
The end of line string for this machine.

Class org.openrdf.sesame.query.rdql.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.openrdf.sesame.query.rql.model

Class org.openrdf.sesame.query.rql.model.Intersection extends Object implements Serializable

Serialized Fields

_memberSet

TreeSet _memberSet
The members (classes) of this intersection.

Class org.openrdf.sesame.query.rql.model.Projection extends Object implements Serializable

Serialized Fields

_values

Value[] _values

_position

int _position

_size

int _size


Package org.openrdf.sesame.query.rql.parser

Class org.openrdf.sesame.query.rql.parser.ParseException extends 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

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

String eol
The end of line string for this machine.

Class org.openrdf.sesame.query.rql.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.openrdf.sesame.query.serql.parser

Class org.openrdf.sesame.query.serql.parser.ParseException extends 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

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

String eol
The end of line string for this machine.

Class org.openrdf.sesame.query.serql.parser.Token extends Object implements Serializable

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


beginColumn

int beginColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


endLine

int endLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


endColumn

int endColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.openrdf.sesame.query.serql.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.openrdf.sesame.repository.remote

Class org.openrdf.sesame.repository.remote.HTTPErrorType extends Enumeration implements Serializable


Package org.openrdf.sesame.sail

Class org.openrdf.sesame.sail.SailInitializationException extends Exception implements Serializable

Class org.openrdf.sesame.sail.SailInternalException extends RuntimeException implements Serializable

Class org.openrdf.sesame.sail.SailUpdateException extends Exception implements Serializable


Package org.openrdf.sesame.sail.query

Class org.openrdf.sesame.sail.query.BooleanExprEvaluationException extends Exception implements Serializable

Class org.openrdf.sesame.sail.query.SailQueryException extends Exception implements Serializable


Package org.openrdf.sesame.sailimpl.memory

Class org.openrdf.sesame.sailimpl.memory.BNodeNode extends BNodeImpl implements Serializable

Class org.openrdf.sesame.sailimpl.memory.LiteralNode extends LiteralImpl implements Serializable

Class org.openrdf.sesame.sailimpl.memory.MemStatement extends StatementImpl implements Serializable

Serialized Fields

_explicit

boolean _explicit

Class org.openrdf.sesame.sailimpl.memory.URINode extends URIImpl implements Serializable


Package org.openrdf.sesame.sailimpl.nativerdf.model

Class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode extends BNodeImpl implements Serializable

Class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral extends LiteralImpl implements Serializable

Class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI extends URIImpl implements Serializable


Package org.openrdf.sesame.sailimpl.omm.security

Class org.openrdf.sesame.sailimpl.omm.security.NullParameterException extends SecurityException implements Serializable

Class org.openrdf.sesame.sailimpl.omm.security.Right extends Enumeration implements Serializable

Class org.openrdf.sesame.sailimpl.omm.security.SecurityException extends Exception implements Serializable


Package org.openrdf.sesame.sailimpl.rdbms.model

Class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode extends BNodeImpl implements Serializable

Class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral extends LiteralImpl implements Serializable

Class org.openrdf.sesame.sailimpl.rdbms.model.IdURI extends URIImpl implements Serializable


Package org.openrdf.sesame.server.http

Class org.openrdf.sesame.server.http.ClearRepositoryServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.ConfigServlet extends SesameServlet implements Serializable

Serialized Fields

_configHandler

SystemConfigHandler _configHandler

Class org.openrdf.sesame.server.http.CreateVersion extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.DataMergeServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.DataUploadServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.FileUploadServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.GraphQueryAddServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.GraphQueryMergeServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.GraphQueryRemoveServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.GraphQueryServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.ListRepositoriesServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.LoginServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.LogoutServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.RdfExtractionServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.RemoveStatementsServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.SelectBranch extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.SesameServlet extends HttpServlet implements Serializable

Class org.openrdf.sesame.server.http.TableQueryServlet extends SesameServlet implements Serializable

Class org.openrdf.sesame.server.http.URLUploadServlet extends SesameServlet implements Serializable


Package org.openrdf.util

Class org.openrdf.util.Enumeration extends Object implements Serializable

Serialized Fields

_value

String _value
The String-representation of the RDFFormat object.


Package org.openrdf.util.rmirouting

Class org.openrdf.util.rmirouting.ChannelIfaceImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2l



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.