Serialized Form


Package uk.org.ogsadai.activity

Class uk.org.ogsadai.activity.ActivityAuthorizationException extends DAIAuthorizationException implements Serializable

Serialized Fields

mName

java.lang.String mName
Activity name

Class uk.org.ogsadai.activity.ActivityConfigurationException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Activity name

Class uk.org.ogsadai.activity.ActivityConfigurationPropertyException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Problematic property name

Class uk.org.ogsadai.activity.ActivityCreationException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Activity name

Class uk.org.ogsadai.activity.ActivityExecutionException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Activity name

Class uk.org.ogsadai.activity.ActivitySpecificationException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Activity name

Class uk.org.ogsadai.activity.ActivityStreamNotFoundException extends DAIException implements Serializable

Serialized Fields

mStream

java.lang.String mStream
Stream name

Class uk.org.ogsadai.activity.ActivityTypesCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.AssemblePerformDocumentException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.BufferDataForResponseException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.DuplicateActivityPropertyKeyException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.DuplicatePipeException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Duplicate pipe name

Class uk.org.ogsadai.activity.InvalidActivityClassException extends DAIException implements Serializable

Serialized Fields

mInvalidClass

java.lang.String mInvalidClass
Name of the invalid class


mRequiredClass

java.lang.String mRequiredClass
Name of the required class

Class uk.org.ogsadai.activity.PipeAccessException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.activity.UnsupportedActivityException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Activity name


Package uk.org.ogsadai.client

Class uk.org.ogsadai.client.CoGUtilAccessException extends DAIException implements Serializable


Package uk.org.ogsadai.client.databrowser

Class uk.org.ogsadai.client.databrowser.DataServiceTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

MLS_ICON

java.lang.String MLS_ICON
path to message level security icon

See Also:
Constant Field Values

mMLSIcon

javax.swing.Icon mMLSIcon
message level security icon


TLS_ICON

java.lang.String TLS_ICON
path to transport encryption icon

See Also:
Constant Field Values

mTLSEncryptionIcon

javax.swing.Icon mTLSEncryptionIcon
icon indicating that transport encryption is enabled

Class uk.org.ogsadai.client.databrowser.DBAbstractMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

mController

DBMenuController mController

mMenuItems

DBAbstractMenu.DBMenuItem[] mMenuItems

mParent

java.awt.Component mParent

Class uk.org.ogsadai.client.databrowser.DBActivityMenu extends DBAbstractMenu implements Serializable

Class uk.org.ogsadai.client.databrowser.DBDataServiceController extends javax.swing.JPanel implements Serializable

Serialized Fields

mGUI

DBGUI mGUI

mModel

DBModel mModel

mDataServiceView

DBDataServiceView mDataServiceView

mButtonNames

java.lang.String[] mButtonNames

Class uk.org.ogsadai.client.databrowser.DBDataServiceSelectorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mController

DBDataServiceController mController
controller for this view, manages the list of data service URLs


mTextInput

javax.swing.JTextArea mTextInput
text area for data service URLs


mButtonNames

java.lang.String[] mButtonNames
dialog buttons

Class uk.org.ogsadai.client.databrowser.DBDataServiceView extends javax.swing.JPanel implements Serializable

Serialized Fields

mActiveTree

javax.swing.JTree mActiveTree
List of the currently displayed DAISGR


mHistoryList

java.util.Vector mHistoryList
List of previously used DAISGR


mObservable

DBDataServiceView.DataServiceViewObservable mObservable

Class uk.org.ogsadai.client.databrowser.DBFileMenu extends DBAbstractMenu implements Serializable

Class uk.org.ogsadai.client.databrowser.DBGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

mModel

DBModel mModel
The components in the MVC pattern.


mDataServiceView

DBDataServiceView mDataServiceView

mRequestPanel

DBRequestPanel mRequestPanel

mRequestController

DBRequestController mRequestController

mDataServiceController

DBDataServiceController mDataServiceController

mMenuController

DBMenuController mMenuController

Class uk.org.ogsadai.client.databrowser.DBHelpMenu extends DBAbstractMenu implements Serializable

Class uk.org.ogsadai.client.databrowser.DBMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

mController

DBMenuController mController

Class uk.org.ogsadai.client.databrowser.DBMessageLevelSecuritySettingsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mAuthentication

javax.swing.JComboBox mAuthentication

mIntegrity

javax.swing.JCheckBox mIntegrity

mPrivacy

javax.swing.JCheckBox mPrivacy

mDelegation

javax.swing.JComboBox mDelegation

mIsIntegrityEnabled

boolean mIsIntegrityEnabled

mIsPrivacyEnabled

boolean mIsPrivacyEnabled

mAuthenticationMechanism

java.lang.String mAuthenticationMechanism

mDelegationLevel

java.lang.String mDelegationLevel

mCancel

boolean mCancel

mButtonNames

java.lang.String[] mButtonNames

Class uk.org.ogsadai.client.databrowser.DBQueryController extends javax.swing.JPanel implements Serializable

Serialized Fields

mGUI

DBGUI mGUI

mModel

DBModel mModel

mRequestView

DBRequestView mRequestView

mDataResource

DBDataResource mDataResource

mSupportedActivities

java.util.Vector mSupportedActivities

mButtonNames

java.lang.String[] mButtonNames

Class uk.org.ogsadai.client.databrowser.DBRequestController extends javax.swing.JPanel implements Serializable

Serialized Fields

mRequestPanel

DBRequestPanel mRequestPanel

mRequestView

DBRequestView mRequestView

mButtonNames

java.lang.String[] mButtonNames

Class uk.org.ogsadai.client.databrowser.DBRequestPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mModel

DBModel mModel

mParent

DBGUI mParent

mPanel

javax.swing.JPanel mPanel

Class uk.org.ogsadai.client.databrowser.DBRequestView extends javax.swing.JPanel implements Serializable

Serialized Fields

mTextArea

javax.swing.JTextArea mTextArea

Class uk.org.ogsadai.client.databrowser.DBSecurityMenu extends DBAbstractMenu implements Serializable


Package uk.org.ogsadai.client.databrowser.sql

Class uk.org.ogsadai.client.databrowser.sql.DBDataFileMenu extends DBAbstractMenu implements Serializable

Serialized Fields

mDataView

DBResultSetView mDataView

Class uk.org.ogsadai.client.databrowser.sql.DBDataMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

mParent

DBResultSetView mParent

Class uk.org.ogsadai.client.databrowser.sql.DBJoinDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mParameters

DBJoinParameter mParameters

mSelectURLFrom

javax.swing.JComboBox[] mSelectURLFrom

mTextQuery

DBJoinSQLTextArea[] mTextQuery

mTextCreate

DBJoinSQLTextArea[] mTextCreate

mTextDestroy

DBJoinSQLTextArea[] mTextDestroy

mSelectURLTo

javax.swing.JComboBox mSelectURLTo

mTextJoin

DBJoinSQLTextArea mTextJoin

mButtonNames

java.lang.String[] mButtonNames

mDataServiceView

DBDataServiceView mDataServiceView

mController

DBMenuController mController

Class uk.org.ogsadai.client.databrowser.sql.DBJoinSQLTextArea extends javax.swing.JTextArea implements Serializable

Class uk.org.ogsadai.client.databrowser.sql.DBResultSetView extends javax.swing.JFrame implements Serializable

Serialized Fields

mTable

javax.swing.JTable mTable

mObservable

java.util.Observable mObservable

mDataHasBeenSaved

boolean mDataHasBeenSaved

Class uk.org.ogsadai.client.databrowser.sql.DBSchemaView extends javax.swing.JFrame implements Serializable

Serialized Fields

mTableTabs

javax.swing.JTabbedPane mTableTabs
Tabs displaying the table schemas


mObservable

java.util.Observable mObservable
Implementation of Observable allowing to monitor this object

Class uk.org.ogsadai.client.databrowser.sql.DBSchemaView.SchemaTableModel extends javax.swing.table.DefaultTableModel implements Serializable


Package uk.org.ogsadai.client.databrowser.xpath

Class uk.org.ogsadai.client.databrowser.xpath.DBXMLFileMenu extends DBAbstractMenu implements Serializable

Serialized Fields

mResourceView

DBXMLResourceView mResourceView

Class uk.org.ogsadai.client.databrowser.xpath.DBXMLMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

mParent

DBXMLResourceView mParent

Class uk.org.ogsadai.client.databrowser.xpath.DBXMLResourceView extends javax.swing.JFrame implements Serializable

Serialized Fields

mText

javax.swing.JTextArea mText

mObservable

java.util.Observable mObservable

mDataHasBeenSaved

boolean mDataHasBeenSaved


Package uk.org.ogsadai.client.monitor

Class uk.org.ogsadai.client.monitor.AddServiceDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mURLInput

javax.swing.JTextField mURLInput

mResourceNameInput

javax.swing.JTextField mResourceNameInput

mNameInput

javax.swing.JTextField mNameInput

mParent

DataServiceMonitor mParent

Class uk.org.ogsadai.client.monitor.DataServiceMonitor extends javax.swing.JFrame implements Serializable

Serialized Fields

jContentPane

javax.swing.JDesktopPane jContentPane

jJMenuBar

javax.swing.JMenuBar jJMenuBar

fileMenu

javax.swing.JMenu fileMenu

windowMenu

javax.swing.JMenu windowMenu

helpMenu

javax.swing.JMenu helpMenu

exitMenuItem

javax.swing.JMenuItem exitMenuItem

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

addServiceMenuItem

javax.swing.JMenuItem addServiceMenuItem

mServices

java.util.List mServices

tileChildrenMenuItem

javax.swing.JMenuItem tileChildrenMenuItem

optionsMenu

javax.swing.JMenu optionsMenu

timeMenuItem

javax.swing.JMenuItem timeMenuItem

mMonitor

MonitorThread mMonitor


Package uk.org.ogsadai.client.toolkit.activity

Class uk.org.ogsadai.client.toolkit.activity.NoActivityOutputException extends DAIException implements Serializable

Serialized Fields

mOutputName

java.lang.String mOutputName
Name of the activity output that caused this exception.


Package uk.org.ogsadai.client.toolkit.activity.delivery

Class uk.org.ogsadai.client.toolkit.activity.delivery.StreamDataException extends DAIException implements Serializable


Package uk.org.ogsadai.client.toolkit.activity.xmldb

Class uk.org.ogsadai.client.toolkit.activity.xmldb.XMLDBResourceException extends DAIException implements Serializable


Package uk.org.ogsadai.client.toolkit.exception

Class uk.org.ogsadai.client.toolkit.exception.AuthorisationException extends DAIException implements Serializable

Serialized Fields

mUniqueID

java.lang.String mUniqueID
Unique server-side ID of this exception

Class uk.org.ogsadai.client.toolkit.exception.ClientToolkitException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.DataFormatException extends DAIException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.DeserializationException extends ClientToolkitException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.PerformDocumentException extends ClientToolkitException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.RequestException extends DAIException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.RequestExecutionException extends RequestException implements Serializable

Serialized Fields

mResponseDocument

java.lang.String mResponseDocument
Response document containing status of all activities.

Class uk.org.ogsadai.client.toolkit.exception.RequestMaximumReachedException extends RequestException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.ResourceBusyException extends DAIException implements Serializable

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID

Class uk.org.ogsadai.client.toolkit.exception.ResourceIDAlreadyAssignedException extends RequestException implements Serializable

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID

Class uk.org.ogsadai.client.toolkit.exception.ResourcePropertyException extends ClientToolkitException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.ResourceUnknownException extends DAIException implements Serializable

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID

Class uk.org.ogsadai.client.toolkit.exception.ResponseDocumentException extends ClientToolkitException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.ServerException extends DAIException implements Serializable

Serialized Fields

mUniqueID

java.lang.String mUniqueID
Unique server-side ID of this exception

Class uk.org.ogsadai.client.toolkit.exception.ServiceCommsException extends DAIException implements Serializable

Serialized Fields

mURL

java.lang.String mURL
URL that client was attempting to contact

Class uk.org.ogsadai.client.toolkit.exception.SOAPAttachmentException extends DAIException implements Serializable

Class uk.org.ogsadai.client.toolkit.exception.UnknownSessionException extends RequestException implements Serializable

Serialized Fields

mSessionName

java.lang.String mSessionName
Session name

Class uk.org.ogsadai.client.toolkit.exception.UnknownSessionStreamException extends RequestException implements Serializable

Serialized Fields

mSessionName

java.lang.String mSessionName
Session name


mStreamName

java.lang.String mStreamName
Stream name

Class uk.org.ogsadai.client.toolkit.exception.UnsupportedActivityException extends RequestException implements Serializable

Serialized Fields

mActivityName

java.lang.String mActivityName
Activity name

Class uk.org.ogsadai.client.toolkit.exception.UnsupportedOperationException extends ClientToolkitException implements Serializable

Serialized Fields

mURL

java.lang.String mURL
Service URL


mOperation

javax.xml.namespace.QName mOperation
Operation name


Package uk.org.ogsadai.client.toolkit.properties

Class uk.org.ogsadai.client.toolkit.properties.RequestStatusException extends DAIException implements Serializable

Serialized Fields

mRequestStatus

RequestStatus mRequestStatus
Request status.

Class uk.org.ogsadai.client.toolkit.properties.UnknownPropertyException extends RequestException implements Serializable

Serialized Fields

mPropertyName

javax.xml.namespace.QName mPropertyName
Property name.

Class uk.org.ogsadai.client.toolkit.properties.UnknownRequestStatusException extends DAIException implements Serializable


Package uk.org.ogsadai.client.toolkit.security

Class uk.org.ogsadai.client.toolkit.security.DAICredentialException extends DAIException implements Serializable

Class uk.org.ogsadai.client.toolkit.security.DAICredentialExtractionException extends DAICredentialException implements Serializable

Class uk.org.ogsadai.client.toolkit.security.DAIExpiredCredentialException extends DAICredentialException implements Serializable

Class uk.org.ogsadai.client.toolkit.security.DAIMissingCredentialException extends DAICredentialException implements Serializable


Package uk.org.ogsadai.client.toolkit.service

Class uk.org.ogsadai.client.toolkit.service.ServiceTypeException extends DAIUncheckedException implements Serializable


Package uk.org.ogsadai.client.toolkit.service.faults

Class uk.org.ogsadai.client.toolkit.service.faults.AuthorisationFaultType extends SimpleFaultType implements Serializable

Serialized Fields

mUniqueID

java.lang.String mUniqueID

Class uk.org.ogsadai.client.toolkit.service.faults.ChainedFaultType extends ComplexFaultType implements Serializable

Serialized Fields

mCauses

ReasonFaultType[] mCauses
Causes of the fault

Class uk.org.ogsadai.client.toolkit.service.faults.ComplexFaultType extends SimpleFaultType implements Serializable

Serialized Fields

mParameters

java.lang.String[] mParameters

Class uk.org.ogsadai.client.toolkit.service.faults.DAIFaultType extends org.apache.axis.AxisFault implements Serializable

Class uk.org.ogsadai.client.toolkit.service.faults.InternalFaultType extends SimpleFaultType implements Serializable

Serialized Fields

mUniqueID

java.lang.String mUniqueID
Unique ID as recorded server-side

Class uk.org.ogsadai.client.toolkit.service.faults.ReasonFaultType extends ComplexFaultType implements Serializable

Class uk.org.ogsadai.client.toolkit.service.faults.RequestFaultType extends ChainedFaultType implements Serializable

Class uk.org.ogsadai.client.toolkit.service.faults.ResourceBusyFaultType extends SimpleFaultType implements Serializable

Serialized Fields

mResourceID

java.lang.String mResourceID

Class uk.org.ogsadai.client.toolkit.service.faults.ResourceUnknownFaultType extends SimpleFaultType implements Serializable

Serialized Fields

mResourceID

java.lang.String mResourceID

Class uk.org.ogsadai.client.toolkit.service.faults.SimpleFaultType extends DAIFaultType implements Serializable

Serialized Fields

mID

java.lang.String mID

mMsg

java.lang.String mMsg


Package uk.org.ogsadai.client.toolkit.service.faults.wsrp

Class uk.org.ogsadai.client.toolkit.service.faults.wsrp.BaseFaultType extends org.apache.axis.AxisFault implements Serializable

Serialized Fields

mTimestamp

java.util.Calendar mTimestamp

mErrorCode

BaseFaultTypeErrorCode mErrorCode

mDescription

java.lang.String[] mDescription

mFaultCause

BaseFaultType[] mFaultCause

mXMLName

javax.xml.namespace.QName mXMLName

Class uk.org.ogsadai.client.toolkit.service.faults.wsrp.InvalidResourcePropertyQNameFaultType extends BaseFaultType implements Serializable

Class uk.org.ogsadai.client.toolkit.service.faults.wsrp.ResourceUnknownFaultType extends BaseFaultType implements Serializable


Package uk.org.ogsadai.client.toolkit.soap

Class uk.org.ogsadai.client.toolkit.soap.CreateDAIFaultException extends ClientToolkitException implements Serializable

Class uk.org.ogsadai.client.toolkit.soap.CTkSOAPException extends ClientToolkitException implements Serializable

Class uk.org.ogsadai.client.toolkit.soap.MapAxisFaultException extends ClientToolkitException implements Serializable


Package uk.org.ogsadai.common

Class uk.org.ogsadai.common.BlockMakerException extends DAIException implements Serializable

Class uk.org.ogsadai.common.DocumentValidationException extends DAIException implements Serializable

serialVersionUID: -6897510095108189623l

Class uk.org.ogsadai.common.GridCredentialAccessException extends DAIException implements Serializable

serialVersionUID: -6897510095108189623l

Class uk.org.ogsadai.common.MissingSystemPropertyException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.NoGridCredentialException extends DAIException implements Serializable

Class uk.org.ogsadai.common.OutOfMemoryException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.ReaderClosedException extends DAIException implements Serializable

Class uk.org.ogsadai.common.UnsupportedBlockException extends DAIException implements Serializable


Package uk.org.ogsadai.common.files

Class uk.org.ogsadai.common.files.DAIDirectoryFoundException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIDirectoryNotDirectoryException extends DAIFileException implements Serializable

Serialized Fields

mNonDirectory

java.io.File mNonDirectory
File that is not a directory

Class uk.org.ogsadai.common.files.DAIDirectoryNotFoundException extends DAIFileException implements Serializable

Serialized Fields

mDirectory

java.io.File mDirectory
The directory that could not be found

Class uk.org.ogsadai.common.files.DAIDirectoryReadException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileAlreadyExistsException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileContentError extends DAIFileException implements Serializable

Serialized Fields

mFile

java.io.File mFile

Class uk.org.ogsadai.common.files.DAIFileCreateException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileDeleteException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileException extends DAIException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileFoundException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileNotFileException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileNotFoundException extends DAIFileException implements Serializable

Serialized Fields

mAbsolutePath

java.lang.String mAbsolutePath
Absolute path to file that was not found

Class uk.org.ogsadai.common.files.DAIFileReadIOException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileRenameException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.DAIFileWriteIOException extends DAIFileException implements Serializable

Class uk.org.ogsadai.common.files.FileLockException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.files.NoExistingFileLockException extends DAIUncheckedException implements Serializable


Package uk.org.ogsadai.common.properties

Class uk.org.ogsadai.common.properties.DynamicPropertyCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.common.properties.PropertyEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1l

Serialized Fields

mProperty

Property mProperty

Class uk.org.ogsadai.common.properties.PropertyImmutableException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.properties.PropertyValueException extends DAIException implements Serializable


Package uk.org.ogsadai.common.rolemap

Class uk.org.ogsadai.common.rolemap.CryptographyException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.rolemap.RoleMapAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.common.rolemap.RoleMapCannotAuthorizeException extends DAIException implements Serializable

Class uk.org.ogsadai.common.rolemap.RoleMapConfigurationException extends DAIException implements Serializable

Class uk.org.ogsadai.common.rolemap.RoleMapperCreationException extends DAIException implements Serializable


Package uk.org.ogsadai.common.serializer

Class uk.org.ogsadai.common.serializer.DAISerializationException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.serializer.DAIUnregisteredSerializationException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.common.serializer.DAIUnsupportedSerializationException extends DAIUncheckedException implements Serializable


Package uk.org.ogsadai.common.xml

Class uk.org.ogsadai.common.xml.XMLDocumentException extends XMLParseException implements Serializable

Serialized Fields

mErrorMessage

java.lang.String mErrorMessage

mLine

int mLine

mColumn

int mColumn

mHaveLocation

boolean mHaveLocation

Class uk.org.ogsadai.common.xml.XMLEmptyAttributeException extends DAIException implements Serializable

Serialized Fields

mAttr

java.lang.String mAttr
Attribute name


mElt

java.lang.String mElt
Element name

Class uk.org.ogsadai.common.xml.XMLEmptyElementException extends DAIException implements Serializable

Serialized Fields

mElt

java.lang.String mElt
Element name

Class uk.org.ogsadai.common.xml.XMLFileException extends DAIException implements Serializable

Class uk.org.ogsadai.common.xml.XMLMissingAttributeException extends DAIException implements Serializable

Serialized Fields

mAttr

java.lang.String mAttr
Attribute name


mElt

java.lang.String mElt
Element name

Class uk.org.ogsadai.common.xml.XMLMissingElementException extends DAIException implements Serializable

Serialized Fields

mAttr

java.lang.String mAttr
Attribute name


mElt

java.lang.String mElt
Element name

Class uk.org.ogsadai.common.xml.XMLParseException extends DAIException implements Serializable


Package uk.org.ogsadai.converters.csv

Class uk.org.ogsadai.converters.csv.CSVConfigurationException extends DAIException implements Serializable

Class uk.org.ogsadai.converters.csv.CSVParseException extends DAIException implements Serializable


Package uk.org.ogsadai.converters.databaseschema

Class uk.org.ogsadai.converters.databaseschema.RelationalSchemaParseException extends DAIException implements Serializable

Class uk.org.ogsadai.converters.databaseschema.ResultSetTableMetaDataException extends DAIException implements Serializable


Package uk.org.ogsadai.converters.resultset

Class uk.org.ogsadai.converters.resultset.ResultSetHandlerColumnException extends DAIException implements Serializable

Class uk.org.ogsadai.converters.resultset.ResultSetHandlerException extends DAIException implements Serializable


Package uk.org.ogsadai.converters.webrowset

Class uk.org.ogsadai.converters.webrowset.SAXWrappedException extends org.xml.sax.SAXException implements Serializable

Serialized Fields

mException

java.lang.Exception mException
Wrapped exception

Class uk.org.ogsadai.converters.webrowset.SQLWrappedException extends java.sql.SQLException implements Serializable

Serialized Fields

mException

java.lang.Throwable mException
Wrapped exception

Class uk.org.ogsadai.converters.webrowset.WebRowSetParseException extends DAIException implements Serializable

Class uk.org.ogsadai.converters.webrowset.WebRowSetResultSetParseException extends DAIException implements Serializable


Package uk.org.ogsadai.dataresource

Class uk.org.ogsadai.dataresource.DataResourceAccessorConfigException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.DataResourceAccessorCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.DataResourceAccessorMetaDataException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.DataResourceAccessorSetupException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.DataResourceAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.dataresource.DataResourceUseException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.FilesResourceUseException extends DataResourceUseException implements Serializable

Class uk.org.ogsadai.dataresource.JDBCCloseConnectionException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.JDBCConnectionAccessException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.JDBCConnectionUseException extends DataResourceUseException implements Serializable

Class uk.org.ogsadai.dataresource.MetaDataAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.dataresource.MetaDataExtractionException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.XMLDBCloseCollectionException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.XMLDBCollectionAccessException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.XMLDBCollectionUseException extends DataResourceUseException implements Serializable

Class uk.org.ogsadai.dataresource.XMLDBRegistrationException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.XMLDBUnknownCollectionException extends DAIException implements Serializable

Class uk.org.ogsadai.dataresource.XMLDBUnknownSubCollectionException extends DataResourceUseException implements Serializable


Package uk.org.ogsadai.engine

Class uk.org.ogsadai.engine.IllegalConcurrencySettingException extends DAIException implements Serializable

serialVersionUID: 8488823498823263049l

Class uk.org.ogsadai.engine.MaxRequestTimeoutException extends DAIException implements Serializable

Class uk.org.ogsadai.engine.RequestAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.engine.RequestCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.engine.RequestExecutionException extends DAIException implements Serializable

Class uk.org.ogsadai.engine.RequestMaximumReachedException extends DAIException implements Serializable

Class uk.org.ogsadai.engine.RequestSpecificationException extends DAIException implements Serializable

Serialized Fields

mResponse

java.lang.String mResponse
Response document


Package uk.org.ogsadai.exception

Class uk.org.ogsadai.exception.AuthorisationFaultException extends java.lang.Exception implements Serializable

Serialized Fields

mParameters

java.lang.Object[] mParameters
Parameters


mMessage

java.lang.String mMessage
Message


mLocalizedMessage

java.lang.String mLocalizedMessage
Localized message


mUniqueID

DAIUniqueID mUniqueID
Unique ID

Class uk.org.ogsadai.exception.AuthorizationExecutionException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIAuthorizationException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIClassCreateException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIClassMissingInterfaceException extends DAIException implements Serializable

Serialized Fields

mClassName

java.lang.String mClassName

mInterfaceName

java.lang.String mInterfaceName

Class uk.org.ogsadai.exception.DAIClassMissingMethodException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIClassNotFoundException extends DAIException implements Serializable

Serialized Fields

mClassName

java.lang.String mClassName

Class uk.org.ogsadai.exception.DAIClassSecurityException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIException extends java.lang.Exception implements Serializable

Serialized Fields

mErrorID

ErrorID mErrorID

mParameters

java.lang.Object[] mParameters

mUniqueID

DAIUniqueID mUniqueID

Class uk.org.ogsadai.exception.DAIFileReadAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.exception.DAIFileWriteAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.exception.DAIIOException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIMalformedURLException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIMethodInvocationException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAINumberFormatException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIOutOfBoundsException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIProjectionException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIResourceReadIOException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIUncheckedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

mErrorID

ErrorID mErrorID

mParameters

java.lang.Object[] mParameters

mUniqueID

DAIUniqueID mUniqueID

Class uk.org.ogsadai.exception.DAIUnknownHostException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIUnsupportedURLProtocolException extends DAIException implements Serializable

Class uk.org.ogsadai.exception.DAIURLContentException extends DAIException implements Serializable

Serialized Fields

mUrl

java.lang.String mUrl

Class uk.org.ogsadai.exception.DAIURLReadIOException extends DAIException implements Serializable

Serialized Fields

mUrl

java.net.URL mUrl

Class uk.org.ogsadai.exception.ExternalModuleException extends DAIUncheckedException implements Serializable

Class uk.org.ogsadai.exception.InternalFaultException extends java.lang.Exception implements Serializable

Serialized Fields

mParameters

java.lang.Object[] mParameters
Parameters


mMessage

java.lang.String mMessage
Message


mLocalizedMessage

java.lang.String mLocalizedMessage
Localized message


mUniqueID

DAIUniqueID mUniqueID
Unique ID

Class uk.org.ogsadai.exception.ServerException extends DAIException implements Serializable


Package uk.org.ogsadai.service

Class uk.org.ogsadai.service.DeploymentParamParseException extends DAIException implements Serializable

Class uk.org.ogsadai.service.MessageContextException extends DAIException implements Serializable

Class uk.org.ogsadai.service.MissingDeploymentParamException extends DAIException implements Serializable

Class uk.org.ogsadai.service.MissingPerformDocException extends DAIException implements Serializable

Class uk.org.ogsadai.service.ResourceFileException extends DAIException implements Serializable


Package uk.org.ogsadai.service.authorization

Class uk.org.ogsadai.service.authorization.ActivityAccessAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.service.authorization.AuthorizationInitialisationException extends DAIException implements Serializable

Class uk.org.ogsadai.service.authorization.ResourceAuthorizationException extends DAIAuthorizationException implements Serializable


Package uk.org.ogsadai.service.resource

Class uk.org.ogsadai.service.resource.DAIConfigDirectoryException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.NoSuchResourceIDException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.PersistResourceNameFileException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.RemoveResourceNameFileException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1l

Serialized Fields

mSession

Session mSession
The session involved in the event, if there was one.

Class uk.org.ogsadai.service.resource.ResourceIDAlreadyAssignedException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceKeyInvalidException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceRequestAuthorizationException extends DAIAuthorizationException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceRequestExecutionException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceRequestSpecificationException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.ResourceUnknownException extends DAIException implements Serializable

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID.


Package uk.org.ogsadai.service.resource.factory

Class uk.org.ogsadai.service.resource.factory.CreateResourceConfigDirectoryException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.factory.CreateResourceConfigFileException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.factory.CustomiseResourceConfigFileException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.factory.DynamicDataServiceResourceCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.factory.DynamicDataServiceResourceRemovalException extends DAIException implements Serializable

Class uk.org.ogsadai.service.resource.factory.ResourceFactoryUtilCreateException extends DAIException implements Serializable


Package uk.org.ogsadai.sessions

Class uk.org.ogsadai.sessions.MaxSessionParticipantsException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionAttrCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionAttrValueCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionCoordinatorCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1l

Serialized Fields

mParticipant

SessionParticipant mParticipant
The session participant involved in the event, if one was involved

Class uk.org.ogsadai.sessions.SessionJoinDeniedException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionJoinException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionLookupException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionManagerCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionManagerFactoryCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionNotFoundException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionReleaseException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionRequestException extends DAIException implements Serializable

Serialized Fields

mSessionID

SessionID mSessionID
Session ID

Class uk.org.ogsadai.sessions.SessionStreamClosedException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionStreamDuplicateException extends DAIException implements Serializable

Serialized Fields

mSessionID

SessionID mSessionID
Session ID


mStreamID

java.lang.String mStreamID
Stream ID

Class uk.org.ogsadai.sessions.SessionStreamIOException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionStreamNotFoundException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionStreamRequestNotProcessingException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionTerminationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.SessionViewCreationException extends DAIException implements Serializable

Class uk.org.ogsadai.sessions.StaticSessionAttrException extends DAIException implements Serializable

Serialized Fields

mName

javax.xml.namespace.QName mName
Attribute name


Package uk.org.ogsadai.activity.delivery

Class uk.org.ogsadai.activity.delivery.DeliverToStreamServlet extends javax.servlet.http.HttpServlet implements Serializable

Class uk.org.ogsadai.activity.delivery.ServletStreamAccessException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.delivery.UnknownSMTPHostException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.files

Class uk.org.ogsadai.activity.files.FileMatchExpressionException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.files.MalformedReplacementStringException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.files.NonIncreasingSequenceException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.files.regexp

Class uk.org.ogsadai.activity.files.regexp.MalformedRegexpPatternException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.files.regexp.UnsupportedRegexpPatternFormatException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.indexedfiles

Class uk.org.ogsadai.activity.indexedfiles.IllegalIndexedFileQueryException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.indexedfiles.NoAnalyzerException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.indexedfiles.NoIndexerException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.misc

Class uk.org.ogsadai.activity.misc.DataStoreXMLTextException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.sql.parameters

Class uk.org.ogsadai.activity.sql.parameters.MissingParametersException extends DAIException implements Serializable

Serialized Fields

mPosition

int mPosition
Position of missing parameter

Class uk.org.ogsadai.activity.sql.parameters.ParameterAccessException extends DAIException implements Serializable

Serialized Fields

mPosition

int mPosition
Position of missing parameter

Class uk.org.ogsadai.activity.sql.parameters.ParameterDuplicationException extends DAIException implements Serializable

Serialized Fields

mPosition

int mPosition
Position of missing parameter

Class uk.org.ogsadai.activity.sql.parameters.ParameterSetupException extends DAIException implements Serializable

Serialized Fields

mPosition

int mPosition
Position of missing parameter

Class uk.org.ogsadai.activity.sql.parameters.ParametersUnsupportedException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.transform

Class uk.org.ogsadai.activity.transform.BlockAggregatorSizeException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.transform.IllegalDelimiterException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.transform.MissingXSLTException extends DAIException implements Serializable

Class uk.org.ogsadai.activity.transform.ZIPArchiveCommentLengthException extends DAIException implements Serializable


Package uk.org.ogsadai.activity.xmldb.commands

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBCommandCreationException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Command name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBCommandExecutionException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Command name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBCommandSpecificationException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Command name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBCreateCollectionException extends DAIException implements Serializable

Serialized Fields

mParentCollection

java.lang.String mParentCollection
Parent collection name


mChildCollection

java.lang.String mChildCollection
Child collection name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBCreateResourceException extends DAIException implements Serializable

Serialized Fields

mParentCollection

java.lang.String mParentCollection
Parent collection name


mResource

java.lang.String mResource
Resource name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBListCollectionsException extends DAIException implements Serializable

Serialized Fields

mCollection

java.lang.String mCollection
Collection name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBListResourcesException extends DAIException implements Serializable

Serialized Fields

mCollection

java.lang.String mCollection
Collection name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBRemoveCollectionException extends DAIException implements Serializable

Serialized Fields

mParentCollection

java.lang.String mParentCollection
Parent collection name


mChildCollection

java.lang.String mChildCollection
Child collection name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBRemoveResourceException extends DAIException implements Serializable

Serialized Fields

mParentCollection

java.lang.String mParentCollection
Parent collection name


mResource

java.lang.String mResource
Resource name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBStreamNotFoundException extends DAIException implements Serializable

Serialized Fields

mStream

java.lang.String mStream
Stream name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBUnsupportedCommandException extends DAIException implements Serializable

Serialized Fields

mName

java.lang.String mName
Command name


Package uk.org.ogsadai.service.wsrf.properties

Class uk.org.ogsadai.service.wsrf.properties.GTResourcePropertySetUpdateException extends DAIException implements Serializable


Package uk.org.ogsadai.service.wsrf.resource

Class uk.org.ogsadai.service.wsrf.resource.DAIEPRConstructionException extends DAIException implements Serializable

Class uk.org.ogsadai.service.wsrf.resource.DAIResourceContextException extends DAIException implements Serializable

Class uk.org.ogsadai.service.wsrf.resource.DAIResourceException extends DAIException implements Serializable

Class uk.org.ogsadai.service.wsrf.resource.MissingKeyClassException extends DAIException implements Serializable


Package uk.org.ogsadai.service.wsrf.sgr

Class uk.org.ogsadai.service.wsrf.sgr.DAIMDSRegistrationException extends DAIException implements Serializable

Class uk.org.ogsadai.service.wsrf.sgr.DAIMDSRegistrationFailureException extends DAIException implements Serializable

Class uk.org.ogsadai.service.wsrf.sgr.ServiceGroupRegistrationConfigException extends DAIException implements Serializable

Class uk.org.ogsadai.service.wsrf.sgr.ServiceGroupRegistrationException extends DAIException implements Serializable


Package uk.org.ogsadai.service.config.types

Class uk.org.ogsadai.service.config.types.Deploy extends java.lang.Object implements Serializable

Serialized Fields

resourceID

java.lang.String resourceID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.config.types.DeployResponse extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.config.types.Undeploy extends java.lang.Object implements Serializable

Serialized Fields

resourceID

java.lang.String resourceID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.config.types.UndeployResponse extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.faults

Class uk.org.ogsadai.service.faults.AuthorisationFaultType extends SimpleFaultType implements Serializable

Serialized Fields

uniqueID

java.lang.String uniqueID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.ChainedFaultType extends ComplexFaultType implements Serializable

Serialized Fields

reason

ComplexFaultType[] reason

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.ComplexFaultType extends SimpleFaultType implements Serializable

Serialized Fields

params

java.lang.String[] params

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.InternalFaultType extends SimpleFaultType implements Serializable

Serialized Fields

uniqueID

java.lang.String uniqueID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.RequestFaultType extends ChainedFaultType implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.ResourceBusyFaultType extends SimpleFaultType implements Serializable

Serialized Fields

resourceID

java.lang.String resourceID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.ResourceUnknownFaultType extends SimpleFaultType implements Serializable

Serialized Fields

resourceID

java.lang.String resourceID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.SimpleFaultType extends org.apache.axis.AxisFault implements Serializable

Serialized Fields

errorID

java.lang.String errorID

msg

java.lang.String msg

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.perform.types

Class uk.org.ogsadai.service.perform.types.Perform extends java.lang.Object implements Serializable

Serialized Fields

performDocument

ExtensibilityType performDocument

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.perform.types.PerformResponse extends java.lang.Object implements Serializable

Serialized Fields

result

ExtensibilityType result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.perform.types.Terminate extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.perform.types.TerminateResponse extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.transport.types

Class uk.org.ogsadai.service.transport.types.GetBlock extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.GetFully extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.GetNBlocks extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

numberOfBlocks

int numberOfBlocks

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.GetResponse extends java.lang.Object implements Serializable

Serialized Fields

result

ExtensibilityType result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.PutBlock extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

data

ExtensibilityType data

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.PutFully extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

data

ExtensibilityType data

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.PutResponse extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.types

Class uk.org.ogsadai.service.types.GetVersion extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.types.GetVersionResponse extends java.lang.Object implements Serializable

Serialized Fields

version

java.lang.String version

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.types.ListResources extends java.lang.Object implements Serializable

Serialized Fields

_void

java.lang.String _void

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.types.ListResourcesResponse extends java.lang.Object implements Serializable

Serialized Fields

resource

java.lang.String[] resource

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.wsrf.dataservice

Class uk.org.ogsadai.service.wsrf.dataservice.DataServiceResourceProperties extends java.lang.Object implements Serializable

Serialized Fields

value

int value

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.wsrf.dataservice.service

Class uk.org.ogsadai.service.wsrf.dataservice.service.ConfigurableDataServiceAddressingLocator extends ConfigurableDataServiceLocator implements Serializable

Class uk.org.ogsadai.service.wsrf.dataservice.service.ConfigurableDataServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

ConfigurableDataServicePortTypePort_address

java.lang.String ConfigurableDataServicePortTypePort_address

ConfigurableDataServicePortTypePortWSDDServiceName

java.lang.String ConfigurableDataServicePortTypePortWSDDServiceName

ports

java.util.HashSet ports

Class uk.org.ogsadai.service.wsrf.dataservice.service.DataServiceAddressingLocator extends DataServiceLocator implements Serializable

Class uk.org.ogsadai.service.wsrf.dataservice.service.DataServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

DataServicePortTypePort_address

java.lang.String DataServicePortTypePort_address

DataServicePortTypePortWSDDServiceName

java.lang.String DataServicePortTypePortWSDDServiceName

ports

java.util.HashSet ports


Package uk.org.ogsadai.types

Class uk.org.ogsadai.types.ExtensibilityType extends java.lang.Object implements Serializable

Serialized Fields

_any

org.apache.axis.message.MessageElement[] _any

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc