Serialized Form


Package uk.org.ogsadai.client

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


Package uk.org.ogsadai.client.monitor

Class uk.org.ogsadai.client.monitor.AddServiceDialog 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 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.databrowser

Class uk.org.ogsadai.client.databrowser.DataServiceTreeCellRenderer 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 implements Serializable

Serialized Fields

mController

DBMenuController mController

mMenuItems

DBAbstractMenu.DBMenuItem[] mMenuItems

mParent

java.awt.Component mParent

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

Class uk.org.ogsadai.client.databrowser.DBDataServiceController 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 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 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 implements Serializable

Class uk.org.ogsadai.client.databrowser.DBGUI 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 implements Serializable

Class uk.org.ogsadai.client.databrowser.DBMenuBar implements Serializable

Serialized Fields

mController

DBMenuController mController

Class uk.org.ogsadai.client.databrowser.DBMessageLevelSecuritySettingsDialog 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 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 implements Serializable

Serialized Fields

mRequestPanel

DBRequestPanel mRequestPanel

mRequestView

DBRequestView mRequestView

mButtonNames

java.lang.String[] mButtonNames

Class uk.org.ogsadai.client.databrowser.DBRequestPanel implements Serializable

Serialized Fields

mModel

DBModel mModel

mParent

DBGUI mParent

mPanel

javax.swing.JPanel mPanel

Class uk.org.ogsadai.client.databrowser.DBRequestView implements Serializable

Serialized Fields

mTextArea

javax.swing.JTextArea mTextArea

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


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

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

Serialized Fields

mDataView

DBResultSetView mDataView

Class uk.org.ogsadai.client.databrowser.sql.DBDataMenuBar implements Serializable

Serialized Fields

mParent

DBResultSetView mParent

Class uk.org.ogsadai.client.databrowser.sql.DBJoinDialog 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 implements Serializable

Class uk.org.ogsadai.client.databrowser.sql.DBResultSetView 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 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 implements Serializable


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

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

Serialized Fields

mResourceView

DBXMLResourceView mResourceView

Class uk.org.ogsadai.client.databrowser.xpath.DBXMLMenuBar implements Serializable

Serialized Fields

mParent

DBXMLResourceView mParent

Class uk.org.ogsadai.client.databrowser.xpath.DBXMLResourceView implements Serializable

Serialized Fields

mText

javax.swing.JTextArea mText

mObservable

java.util.Observable mObservable

mDataHasBeenSaved

boolean mDataHasBeenSaved


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

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

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

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

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


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

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

Serialized Fields

mUniqueID

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

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

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

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

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

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

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

Serialized Fields

mResponseDocument

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

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

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

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID

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

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID

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

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

Serialized Fields

mResourceID

java.lang.String mResourceID
Resource ID

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

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

Serialized Fields

mUniqueID

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

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

Serialized Fields

mURL

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

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

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

Serialized Fields

mSessionName

java.lang.String mSessionName
Session name

Class uk.org.ogsadai.client.toolkit.exception.UnknownSessionStreamException 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 implements Serializable

Serialized Fields

mActivityName

java.lang.String mActivityName
Activity name

Class uk.org.ogsadai.client.toolkit.exception.UnsupportedOperationException 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.service

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


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

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

Serialized Fields

mUniqueID

java.lang.String mUniqueID

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

Serialized Fields

mCauses

ReasonFaultType[] mCauses
Causes of the fault

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

Serialized Fields

mParameters

java.lang.String[] mParameters

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

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

Serialized Fields

mUniqueID

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

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

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

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

Serialized Fields

mResourceID

java.lang.String mResourceID

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

Serialized Fields

mResourceID

java.lang.String mResourceID

Class uk.org.ogsadai.client.toolkit.service.faults.SimpleFaultType 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 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 implements Serializable

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


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

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

Serialized Fields

mRequestStatus

RequestStatus mRequestStatus
Request status.

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

Serialized Fields

mPropertyName

javax.xml.namespace.QName mPropertyName
Property name.

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


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

Class uk.org.ogsadai.client.toolkit.activity.NoActivityOutputException 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 implements Serializable


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

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


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

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

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

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


Package uk.org.ogsadai.exception

Class uk.org.ogsadai.exception.AuthorisationFaultException 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 implements Serializable

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

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

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

Serialized Fields

mClassName

java.lang.String mClassName

mInterfaceName

java.lang.String mInterfaceName

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

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

Serialized Fields

mClassName

java.lang.String mClassName

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

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

Serialized Fields

mErrorID

ErrorID mErrorID

mParameters

java.lang.Object[] mParameters

mUniqueID

DAIUniqueID mUniqueID

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

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

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

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

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

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

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

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

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

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

Serialized Fields

mErrorID

ErrorID mErrorID

mParameters

java.lang.Object[] mParameters

mUniqueID

DAIUniqueID mUniqueID

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

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

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

Serialized Fields

mUrl

java.lang.String mUrl

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

Serialized Fields

mUrl

java.net.URL mUrl

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

Class uk.org.ogsadai.exception.InternalFaultException 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 implements Serializable


Package uk.org.ogsadai.sessions

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

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

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

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

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

Class uk.org.ogsadai.sessions.SessionEvent implements Serializable

Serialized Fields

mParticipant

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

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

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

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

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

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

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

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

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

Serialized Fields

mSessionID

SessionID mSessionID
Session ID

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

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

Serialized Fields

mSessionID

SessionID mSessionID
Session ID


mStreamID

java.lang.String mStreamID
Stream ID

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

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

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

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

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

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

Serialized Fields

mName

javax.xml.namespace.QName mName
Attribute name


Package uk.org.ogsadai.service

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

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

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

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

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


Package uk.org.ogsadai.service.authorization

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

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

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


Package uk.org.ogsadai.service.resource

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

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

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

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

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

Class uk.org.ogsadai.service.resource.ResourceEvent implements Serializable

Serialized Fields

mSession

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

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

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

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

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

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

Class uk.org.ogsadai.service.resource.ResourceUnknownException 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 implements Serializable

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

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

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

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

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


Package uk.org.ogsadai.converters.webrowset

Class uk.org.ogsadai.converters.webrowset.SAXWrappedException implements Serializable

Serialized Fields

mException

java.lang.Exception mException
Wrapped exception

Class uk.org.ogsadai.converters.webrowset.SQLWrappedException implements Serializable

Serialized Fields

mException

java.lang.Throwable mException
Wrapped exception

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

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


Package uk.org.ogsadai.converters.resultset

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

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


Package uk.org.ogsadai.converters.csv

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

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


Package uk.org.ogsadai.converters.databaseschema

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

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


Package uk.org.ogsadai.engine

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

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

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

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

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

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

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

Serialized Fields

mResponse

java.lang.String mResponse
Response document


Package uk.org.ogsadai.activity

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

Serialized Fields

mName

java.lang.String mName
Activity name

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

Serialized Fields

mName

java.lang.String mName
Activity name

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

Serialized Fields

mName

java.lang.String mName
Problematic property name

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

Serialized Fields

mName

java.lang.String mName
Activity name

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

Serialized Fields

mName

java.lang.String mName
Activity name

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

Serialized Fields

mName

java.lang.String mName
Activity name

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

Serialized Fields

mStream

java.lang.String mStream
Stream name

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

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

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

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

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

Serialized Fields

mName

java.lang.String mName
Duplicate pipe name

Class uk.org.ogsadai.activity.InvalidActivityClassException 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 implements Serializable

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

Serialized Fields

mName

java.lang.String mName
Activity name


Package uk.org.ogsadai.dataresource

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Package uk.org.ogsadai.common

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

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

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

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

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

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

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

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


Package uk.org.ogsadai.common.xml

Class uk.org.ogsadai.common.xml.XMLDocumentException 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 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 implements Serializable

Serialized Fields

mElt

java.lang.String mElt
Element name

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

Class uk.org.ogsadai.common.xml.XMLMissingAttributeException 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 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 implements Serializable


Package uk.org.ogsadai.common.rolemap

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

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

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

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

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


Package uk.org.ogsadai.common.properties

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

Class uk.org.ogsadai.common.properties.PropertyEvent implements Serializable

Serialized Fields

mProperty

Property mProperty

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

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


Package uk.org.ogsadai.common.serializer

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

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

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


Package uk.org.ogsadai.common.files

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

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

Serialized Fields

mNonDirectory

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

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

Serialized Fields

mDirectory

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

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

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

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

Serialized Fields

mFile

java.io.File mFile

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

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

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

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

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

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

Serialized Fields

mAbsolutePath

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

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

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

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

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

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


Package uk.org.ogsadai.activity.misc

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


Package uk.org.ogsadai.activity.delivery

Class uk.org.ogsadai.activity.delivery.DeliverToStreamServlet implements Serializable

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

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


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

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

Serialized Fields

mPosition

int mPosition
Position of missing parameter

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

Serialized Fields

mPosition

int mPosition
Position of missing parameter

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

Serialized Fields

mPosition

int mPosition
Position of missing parameter

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

Serialized Fields

mPosition

int mPosition
Position of missing parameter

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


Package uk.org.ogsadai.activity.indexedfiles

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

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

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


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

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

Serialized Fields

mName

java.lang.String mName
Command name

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

Serialized Fields

mName

java.lang.String mName
Command name

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

Serialized Fields

mName

java.lang.String mName
Command name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBCreateCollectionException 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 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 implements Serializable

Serialized Fields

mCollection

java.lang.String mCollection
Collection name

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

Serialized Fields

mCollection

java.lang.String mCollection
Collection name

Class uk.org.ogsadai.activity.xmldb.commands.XMLDBRemoveCollectionException 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 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 implements Serializable

Serialized Fields

mStream

java.lang.String mStream
Stream name

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

Serialized Fields

mName

java.lang.String mName
Command name


Package uk.org.ogsadai.activity.transform

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

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

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

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


Package uk.org.ogsadai.activity.files

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

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

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


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

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

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


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

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

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

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

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


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

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


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

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

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

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

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


Package uk.org.ogsadai.types

Class uk.org.ogsadai.types.ExtensibilityType implements Serializable

Serialized Fields

_any

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

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package uk.org.ogsadai.service.faults

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

Serialized Fields

uniqueID

java.lang.String uniqueID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

reason

ComplexFaultType[] reason

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

params

java.lang.String[] params

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

uniqueID

java.lang.String uniqueID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

resourceID

java.lang.String resourceID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

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

Serialized Fields

resourceID

java.lang.String resourceID

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.faults.SimpleFaultType 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.transport.types

Class uk.org.ogsadai.service.transport.types.GetBlock 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 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 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 implements Serializable

Serialized Fields

result

ExtensibilityType result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.transport.types.PutBlock 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 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 implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


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

Class uk.org.ogsadai.service.wsrf.dataservice.DataServiceResourceProperties 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 implements Serializable

Class uk.org.ogsadai.service.wsrf.dataservice.service.ConfigurableDataServiceLocator 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 implements Serializable

Class uk.org.ogsadai.service.wsrf.dataservice.service.DataServiceLocator 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.service.config.types

Class uk.org.ogsadai.service.config.types.Deploy 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 implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.config.types.Undeploy 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 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 implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.types.GetVersionResponse implements Serializable

Serialized Fields

version

java.lang.String version

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.types.ListResources implements Serializable

Serialized Fields

_void

java.lang.String _void

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.types.ListResourcesResponse implements Serializable

Serialized Fields

resource

java.lang.String[] resource

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


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

Class uk.org.ogsadai.service.perform.types.Perform implements Serializable

Serialized Fields

performDocument

ExtensibilityType performDocument

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.perform.types.PerformResponse implements Serializable

Serialized Fields

result

ExtensibilityType result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.perform.types.Terminate implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class uk.org.ogsadai.service.perform.types.TerminateResponse implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc