TPTP 4.2.0 Platform Project
Public API Specification

Serialized Form


Package org.eclipse.hyades.analysis.engine

Class org.eclipse.hyades.analysis.engine.Incident extends CommonBaseEventImpl implements Serializable

serialVersionUID: 1l

Serialized Fields

messageId

java.lang.String messageId
Unique message identifier.


Package org.eclipse.hyades.automation.core

Class org.eclipse.hyades.automation.core.AbstractService extends java.lang.Object implements Serializable


Package org.eclipse.hyades.automation.server

Class org.eclipse.hyades.automation.server.AbstractProjectSensitiveService extends AbstractWorkspaceSensitiveService implements Serializable

Serialized Fields

project

org.eclipse.core.resources.IProject project
Project that is specified by the project specifier


projectSpecifier

java.lang.String projectSpecifier
The project selector, if specified, identifies one to potentially many projects used for this test execution, the concrete service determines how to use the selector specified.

Class org.eclipse.hyades.automation.server.AbstractRelaunchableService extends AbstractService implements Serializable

Class org.eclipse.hyades.automation.server.AbstractService extends AbstractService implements Serializable

Class org.eclipse.hyades.automation.server.AbstractWorkspaceSensitiveService extends AbstractRelaunchableService implements Serializable

Serialized Fields

workspace

org.eclipse.core.resources.IWorkspace workspace
The workspace object corresponding to the workspace specifier


workspaceSpecifier

java.lang.String workspaceSpecifier
Specifies the workspace to use for this service execution

Class org.eclipse.hyades.automation.server.KeepAliveService extends AbstractService implements Serializable

serialVersionUID: 1037699386754320045l

Serialized Fields

remoteObject

KeepAliveService.RemoteObject remoteObject
Hook to the remote object that is the main entry point via RMI to the automation server


timer

java.util.Timer timer
Timer that will schedule the timer task to monitor the timeout


timerTask

java.util.TimerTask timerTask
The timer task that will shut down the automation server when appropriate

Class org.eclipse.hyades.automation.server.KeepAliveService.RemoteObject extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: -4260095335800707699l

Serialized Fields

delegate

AutomationServer delegate
Delegate automation server instance, handles the work


Package org.eclipse.hyades.automation.server.services

Class org.eclipse.hyades.automation.server.services.HelloWorldService extends AbstractService implements Serializable

serialVersionUID: 6037699395204900045l


Package org.eclipse.hyades.collection.correlation.exceptions

Class org.eclipse.hyades.collection.correlation.exceptions.InsufficientBufferLengthException extends java.lang.Exception implements Serializable

serialVersionUID: -3899566263977670812l

Serialized Fields

requiredLength

int requiredLength

Class org.eclipse.hyades.collection.correlation.exceptions.InvalidDataException extends java.lang.Exception implements Serializable

serialVersionUID: -8329943626948727542l

Class org.eclipse.hyades.collection.correlation.exceptions.MoreDataRequiredException extends java.lang.Exception implements Serializable

serialVersionUID: 4220044503559918567l


Package org.eclipse.hyades.collection.profiler

Class org.eclipse.hyades.collection.profiler.ProfilerNotAvailableException extends java.lang.Exception implements Serializable

serialVersionUID: -8781661325831906849l


Package org.eclipse.hyades.collection.threadanalyzer

Class org.eclipse.hyades.collection.threadanalyzer.AnalyzerEnv extends java.lang.Object implements Serializable

serialVersionUID: -4657056400814563525l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.DumpData extends java.lang.Object implements Serializable

serialVersionUID: 2134737847731092316l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.Monitor extends java.lang.Object implements Serializable

serialVersionUID: -3111401791460022388l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.StkEntry extends java.lang.Object implements Serializable

serialVersionUID: 3212113331166362316l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.StkEntryNative extends StkEntry implements Serializable

serialVersionUID: 7779315781800929098l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.TaConnectorException extends TaException implements Serializable

serialVersionUID: 6176037646234893136l

Class org.eclipse.hyades.collection.threadanalyzer.TaException extends java.lang.Exception implements Serializable

serialVersionUID: 4776984756693202434l

Serialized Fields

_e

java.lang.Exception _e

_msg

java.lang.String _msg

Class org.eclipse.hyades.collection.threadanalyzer.TAProject extends java.lang.Object implements Serializable

serialVersionUID: -2834533014363767100l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.TaServerNotFoundException extends TaException implements Serializable

serialVersionUID: 4396745419159827864l

Class org.eclipse.hyades.collection.threadanalyzer.TaTimedOutException extends TaException implements Serializable

serialVersionUID: -1038555246989775044l

Class org.eclipse.hyades.collection.threadanalyzer.Thd extends java.lang.Object implements Serializable

serialVersionUID: -3129228352471360628l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.eclipse.hyades.collection.threadanalyzer.ThreadDump extends java.lang.Object implements Serializable

serialVersionUID: 1642708849786645642l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package org.eclipse.hyades.execution.core

Class org.eclipse.hyades.execution.core.DaemonConnectException extends java.lang.Exception implements Serializable

serialVersionUID: -4181597748624025070l

Class org.eclipse.hyades.execution.core.DataChannelConnectionException extends java.lang.Exception implements Serializable

serialVersionUID: 1244190938539858755l

Class org.eclipse.hyades.execution.core.DataChannelCreationException extends java.lang.Exception implements Serializable

serialVersionUID: 5901227304120593458l

Class org.eclipse.hyades.execution.core.DataChannelNotInitializedException extends java.lang.Exception implements Serializable

serialVersionUID: 6691234131511865032l

Class org.eclipse.hyades.execution.core.ExecutionComponentStateException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4833133128112002258l

Serialized Fields

state

int state

cause

java.lang.Throwable cause

Class org.eclipse.hyades.execution.core.InvalidDataChannelAccessException extends java.lang.Exception implements Serializable

serialVersionUID: -6959549664502357669l

Class org.eclipse.hyades.execution.core.MessageDeliveryException extends java.lang.Exception implements Serializable

serialVersionUID: -6479708390586359310l

Serialized Fields

cause

java.lang.Throwable cause

Class org.eclipse.hyades.execution.core.MessageProcessingException extends java.lang.Exception implements Serializable

serialVersionUID: -7474804989621284965l

Class org.eclipse.hyades.execution.core.TimeoutException extends java.lang.Exception implements Serializable

serialVersionUID: 7595859706542170213l

Class org.eclipse.hyades.execution.core.UnknownDaemonException extends java.lang.Exception implements Serializable

serialVersionUID: -4022301037032544272l


Package org.eclipse.hyades.execution.core.impl

Class org.eclipse.hyades.execution.core.impl.OrderedPropertyImpl extends java.lang.Object implements Serializable

serialVersionUID: 1489705956752554896l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name

values

java.util.Vector values


Package org.eclipse.hyades.execution.invocation

Class org.eclipse.hyades.execution.invocation.RemoteInvocationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4427900461983465988l

Serialized Fields

cause

java.lang.Throwable cause

Class org.eclipse.hyades.execution.invocation.RemoteObjectReference extends java.lang.Object implements Serializable

serialVersionUID: 8482526991256501398l

Serialized Fields

uniqueId

java.lang.Integer uniqueId


Package org.eclipse.hyades.execution.runtime.datapool

Class org.eclipse.hyades.execution.runtime.datapool.DatapoolException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3257845502291751480l


Package org.eclipse.hyades.execution.trace

Class org.eclipse.hyades.execution.trace.IiopTransport extends org.omg.CORBA.LocalObject implements Serializable

serialVersionUID: -8618153643772920649l

Serialized Fields

_buffer

byte[] _buffer
the buffer for context data being transported


_offset

int _offset
the first empty byte in the buffer


_length

int _length
the number of remaining empty bytes in the buffer


_profiler

IiopProfiler _profiler
the profile which uses this transport


Package org.eclipse.hyades.loaders.cbe

Class org.eclipse.hyades.loaders.cbe.CBELookupService extends GenericLookupService implements Serializable

serialVersionUID: 3257002142379619888l

Class org.eclipse.hyades.loaders.cbe.DefaultXMLFragmentLoader extends java.util.Stack implements Serializable

serialVersionUID: 3978993188566218806l

Serialized Fields

agentIdRef

java.lang.String agentIdRef

currentAttribute

CBEDefaultElement currentAttribute

currentChild

CBEDefaultElement currentChild

newCurrentChild

CBEDefaultElement newCurrentChild

rootElement

CBEDefaultEvent rootElement

context

HierarchyContext context

cdataMap

java.util.Map cdataMap

values

java.lang.StringBuffer values

Class org.eclipse.hyades.loaders.cbe.XMLAssociationEngineLoader extends org.eclipse.hyades.loaders.cbe.CBEBaseXMLFragmentLoader implements Serializable

serialVersionUID: 3257853185954951988l

Serialized Fields

rootElement

CorrelationEngine rootElement

Class org.eclipse.hyades.loaders.cbe.XMLCollector.Attributes extends java.util.HashMap implements Serializable

serialVersionUID: 3257844402662552882l

Serialized Fields

parent

XMLCollector.Element parent

Class org.eclipse.hyades.loaders.cbe.XMLCollector.Element extends java.util.ArrayList implements Serializable

serialVersionUID: 3976732562695731253l

Serialized Fields

attributes

XMLCollector.Attributes attributes

parent

XMLCollector.Element parent

name

java.lang.String name

cdata

java.lang.StringBuffer cdata

Class org.eclipse.hyades.loaders.cbe.XMLCommonBaseEventLoader extends org.eclipse.hyades.loaders.cbe.CBEBaseXMLFragmentLoader implements Serializable

serialVersionUID: 3257853168657381686l

Serialized Fields

rootElement

CBECommonBaseEvent rootElement

correlationContainer

CorrelationContainer correlationContainer

correlationEngine

CorrelationEngine correlationEngine

situation

CBESituation situation

cAtt

org.eclipse.emf.ecore.EAttribute cAtt

currentChild

org.eclipse.emf.ecore.EObject currentChild

tempObject

org.eclipse.emf.ecore.EObject tempObject

cdataMap

java.util.Map cdataMap

associationEngineID

java.lang.String associationEngineID

resolvedEvents

java.lang.String resolvedEvents

values

java.lang.StringBuffer values

collectXML

boolean collectXML

xmlCollector

XMLCollector xmlCollector


Package org.eclipse.hyades.loaders.statistical

Class org.eclipse.hyades.loaders.statistical.StatisticalLookupService extends GenericLookupService implements Serializable

serialVersionUID: 3616734893573158967l


Package org.eclipse.hyades.loaders.trace

Class org.eclipse.hyades.loaders.trace.CallStackPerThread extends java.util.Stack implements Serializable

serialVersionUID: 3762818177448293939l

Serialized Fields

locks

java.util.Map locks

locksInherited

java.util.Map locksInherited

invocationPool

TraceUtils.InvocationPool invocationPool

Class org.eclipse.hyades.loaders.trace.TraceLookupService extends GenericLookupService implements Serializable

serialVersionUID: 3691040963154031927l


Package org.eclipse.hyades.loaders.util

Class org.eclipse.hyades.loaders.util.GenericLookupService extends java.util.HashMap implements Serializable

Serialized Fields

types

java.util.HashSet types

Class org.eclipse.hyades.loaders.util.HierarchyLookupService extends GenericLookupService implements Serializable

serialVersionUID: 3258128059566405431l

Class org.eclipse.hyades.loaders.util.HyadesResourceExtensions extends java.util.HashMap implements Serializable

serialVersionUID: 3616443484370843185l

Serialized Fields

defaultHyadesResourceFactory

IHyadesResourceExtension defaultHyadesResourceFactory

defaultProperties

java.util.Properties defaultProperties

allProperties

java.util.HashMap allProperties

Class org.eclipse.hyades.loaders.util.InvalidPassword extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3905799799151278128l

Class org.eclipse.hyades.loaders.util.InvalidXMLException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3546926900426584119l

Serialized Fields

enclosedException

java.lang.Exception enclosedException

Class org.eclipse.hyades.loaders.util.LoaderExtensions extends java.util.HashMap implements Serializable

serialVersionUID: 3257283621701498422l

Class org.eclipse.hyades.loaders.util.LookupServiceExtensions extends java.util.HashMap implements Serializable

serialVersionUID: 3978992054695442481l

Serialized Fields

alreadyProcessed

org.eclipse.emf.common.util.EMap alreadyProcessed

result

java.lang.Object result

ignoredTypes

org.eclipse.emf.common.util.EMap ignoredTypes

Class org.eclipse.hyades.loaders.util.ResourceExtensions extends java.util.HashMap implements Serializable

serialVersionUID: 3689069560313755188l

Class org.eclipse.hyades.loaders.util.XMLFragmentHandlerExtensions extends java.util.HashMap implements Serializable

serialVersionUID: 3256726169389905971l


Package org.eclipse.hyades.logc.correlators

Class org.eclipse.hyades.logc.correlators.CorrelationException extends java.lang.Exception implements Serializable

serialVersionUID: 3689068460818708277l

Serialized Fields

exception

java.lang.Throwable exception

Class org.eclipse.hyades.logc.correlators.RecordList extends org.eclipse.emf.common.util.BasicEList implements Serializable

serialVersionUID: 3258407318340514102l

Serialized Fields

logType

java.lang.String logType


Package org.eclipse.hyades.logging.core

Class org.eclipse.hyades.logging.core.DeserializationException extends java.lang.Exception implements Serializable

serialVersionUID: 188949568144053298l

Class org.eclipse.hyades.logging.core.SerializationException extends java.lang.Exception implements Serializable

serialVersionUID: 8218605146910106523l


Package org.eclipse.hyades.logging.events.cbe

Class org.eclipse.hyades.logging.events.cbe.CompletionException extends EventException implements Serializable

serialVersionUID: -863076709836147155l

Class org.eclipse.hyades.logging.events.cbe.EventException extends java.lang.Exception implements Serializable

serialVersionUID: -8100478137706108072l

Serialized Fields

resourceBundleName

java.lang.String resourceBundleName
Base name of the ResourceBundle in which the text is found.


key

java.lang.String key
The key of the message associated with this text.


parameters

java.lang.Object[] parameters
Parameters to be included in the message.


cause

java.lang.Throwable cause
The throwable that caused this throwable to get thrown, or null if this throwable was not caused by another throwable, or if the causative throwable is unknown.

Class org.eclipse.hyades.logging.events.cbe.FormattingException extends EventException implements Serializable

serialVersionUID: 2030987872919272556l

Class org.eclipse.hyades.logging.events.cbe.MissingPropertyException extends ValidationException implements Serializable

serialVersionUID: -8572966975915785159l

Class org.eclipse.hyades.logging.events.cbe.ValidationException extends EventException implements Serializable

serialVersionUID: 6366679795046916690l


Package org.eclipse.hyades.logging.events.cbe.impl

Class org.eclipse.hyades.logging.events.cbe.impl.AssociatedEventImpl extends SerializableImpl implements Serializable

serialVersionUID: -4327879421885580788l

Serialized Fields

associationEngine

java.lang.String associationEngine
The cached value of the 'Association Engine' attribute.

See Also:
AssociatedEventImpl.getAssociationEngine()
Generated
[EMF] Ordered

resolvedEvents

java.lang.String resolvedEvents
The cached value of the 'Resolved Events' attribute.

See Also:
AssociatedEventImpl.getResolvedEvents()
Generated
[EMF] Ordered

associationEngineInfo

AssociationEngine associationEngineInfo
The cached value of the 'Association Engine Info' containment reference.

See Also:
AssociatedEventImpl.getAssociationEngineInfo()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.AssociationEngineImpl extends SerializableImpl implements Serializable

serialVersionUID: -6792679299982203134l

Serialized Fields

id

java.lang.String id
The cached value of the 'Id' attribute.

See Also:
AssociationEngineImpl.getId()
Generated
[EMF] Ordered

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
AssociationEngineImpl.getName()
Generated
[EMF] Ordered

type

java.lang.String type
The cached value of the 'Type' attribute.

See Also:
AssociationEngineImpl.getType()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.AvailableSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: 8909448887998100984l

Serialized Fields

operationDisposition

java.lang.String operationDisposition
The cached value of the 'Operation Disposition' attribute.

See Also:
AvailableSituationImpl.getOperationDisposition()
Generated
[EMF] Ordered

availabilityDisposition

java.lang.String availabilityDisposition
The cached value of the 'Availability Disposition' attribute.

See Also:
AvailableSituationImpl.getAvailabilityDisposition()
Generated
[EMF] Ordered

processingDisposition

java.lang.String processingDisposition
The cached value of the 'Processing Disposition' attribute.

See Also:
AvailableSituationImpl.getProcessingDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.CommonBaseEventImpl extends SerializableImpl implements Serializable

serialVersionUID: -7210409289362234835l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Required to circumvent a problem with de/serializing EMF ELists with RMI over IIOP by converting EMF ELists to Lists.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Required to circumvent a problem with de/serializing EMF ELists with RMI over IIOP by converting EMF ELists to Lists.

Throws:
java.io.IOException
See Also:
Serializable
Serialized Fields

creationTime

java.lang.String creationTime
The cached value of the 'Creation Time' attribute.

See Also:
CommonBaseEventImpl.getCreationTime()
Generated
[EMF] Ordered

creationTimeESet

boolean creationTimeESet
This is true if the Creation Time attribute has been set.

Generated
[EMF] Ordered

globalInstanceId

java.lang.String globalInstanceId
The cached value of the 'Global Instance Id' attribute.

See Also:
CommonBaseEventImpl.getGlobalInstanceId()
Generated
[EMF] Ordered

elapsedTime

long elapsedTime
The cached value of the 'Elapsed Time' attribute.

See Also:
CommonBaseEventImpl.getElapsedTime()
Generated
[EMF] Ordered

elapsedTimeESet

boolean elapsedTimeESet
This is true if the Elapsed Time attribute has been set.

Generated
[EMF] Ordered

extensionName

java.lang.String extensionName
The cached value of the 'Extension Name' attribute.

See Also:
CommonBaseEventImpl.getExtensionName()
Generated
[EMF] Ordered

localInstanceId

java.lang.String localInstanceId
The cached value of the 'Local Instance Id' attribute.

See Also:
CommonBaseEventImpl.getLocalInstanceId()
Generated
[EMF] Ordered

msg

java.lang.String msg
The cached value of the 'Msg' attribute.

See Also:
CommonBaseEventImpl.getMsg()
Generated
[EMF] Ordered

priority

short priority
The cached value of the 'Priority' attribute.

See Also:
CommonBaseEventImpl.getPriority()
Generated
[EMF] Ordered

priorityESet

boolean priorityESet
This is true if the Priority attribute has been set.

Generated
[EMF] Ordered

repeatCount

short repeatCount
The cached value of the 'Repeat Count' attribute.

See Also:
CommonBaseEventImpl.getRepeatCount()
Generated
[EMF] Ordered

repeatCountESet

boolean repeatCountESet
This is true if the Repeat Count attribute has been set.

Generated
[EMF] Ordered

sequenceNumber

long sequenceNumber
The cached value of the 'Sequence Number' attribute.

See Also:
CommonBaseEventImpl.getSequenceNumber()
Generated
[EMF] Ordered

sequenceNumberESet

boolean sequenceNumberESet
This is true if the Sequence Number attribute has been set.

Generated
[EMF] Ordered

severity

short severity
The cached value of the 'Severity' attribute.

See Also:
CommonBaseEventImpl.getSeverity()
Generated
[EMF] Ordered

severityESet

boolean severityESet
This is true if the Severity attribute has been set.

Generated
[EMF] Ordered

version

java.lang.String version
The cached value of the 'Version' attribute.

See Also:
CommonBaseEventImpl.getVersion()
Generated
[EMF] Ordered

any

org.eclipse.emf.common.util.EList any
The cached value of the 'Any' attribute list.

See Also:
CommonBaseEventImpl.getAny()
Generated
[EMF] Ordered

situation

Situation situation
The cached value of the 'Situation' containment reference.

See Also:
CommonBaseEventImpl.getSituation()
Generated
[EMF] Ordered

associatedEvents

org.eclipse.emf.common.util.EList associatedEvents
The cached value of the 'Associated Events' containment reference list.

See Also:
CommonBaseEventImpl.getAssociatedEvents()
Generated
[EMF] Ordered

contextDataElements

org.eclipse.emf.common.util.EList contextDataElements
The cached value of the 'Context Data Elements' containment reference list.

See Also:
CommonBaseEventImpl.getContextDataElements()
Generated
[EMF] Ordered

extendedDataElements

org.eclipse.emf.common.util.EList extendedDataElements
The cached value of the 'Extended Data Elements' containment reference list.

See Also:
CommonBaseEventImpl.getExtendedDataElements()
Generated
[EMF] Ordered

msgDataElement

MsgDataElement msgDataElement
The cached value of the 'Msg Data Element' containment reference.

See Also:
CommonBaseEventImpl.getMsgDataElement()
Generated
[EMF] Ordered

reporterComponentId

ComponentIdentification reporterComponentId
The cached value of the 'Reporter Component Id' containment reference.

See Also:
CommonBaseEventImpl.getReporterComponentId()
Generated
[EMF] Ordered

sourceComponentId

ComponentIdentification sourceComponentId
The cached value of the 'Source Component Id' containment reference.

See Also:
CommonBaseEventImpl.getSourceComponentId()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.ComponentIdentificationImpl extends SerializableImpl implements Serializable

serialVersionUID: 6775338617504967755l

Serialized Fields

application

java.lang.String application
The cached value of the 'Application' attribute.

See Also:
ComponentIdentificationImpl.getApplication()
Generated
[EMF] Ordered

component

java.lang.String component
The cached value of the 'Component' attribute.

See Also:
ComponentIdentificationImpl.getComponent()
Generated
[EMF] Ordered

componentType

java.lang.String componentType
The cached value of the 'Component Type' attribute.

See Also:
ComponentIdentificationImpl.getComponentType()
Generated
[EMF] Ordered

componentIdType

java.lang.String componentIdType
The cached value of the 'Component Id Type' attribute.

See Also:
ComponentIdentificationImpl.getComponentIdType()
Generated
[EMF] Ordered

executionEnvironment

java.lang.String executionEnvironment
The cached value of the 'Execution Environment' attribute.

See Also:
ComponentIdentificationImpl.getExecutionEnvironment()
Generated
[EMF] Ordered

instanceId

java.lang.String instanceId
The cached value of the 'Instance Id' attribute.

See Also:
ComponentIdentificationImpl.getInstanceId()
Generated
[EMF] Ordered

location

java.lang.String location
The cached value of the 'Location' attribute.

See Also:
ComponentIdentificationImpl.getLocation()
Generated
[EMF] Ordered

locationType

java.lang.String locationType
The cached value of the 'Location Type' attribute.

See Also:
ComponentIdentificationImpl.getLocationType()
Generated
[EMF] Ordered

processId

java.lang.String processId
The cached value of the 'Process Id' attribute.

See Also:
ComponentIdentificationImpl.getProcessId()
Generated
[EMF] Ordered

subComponent

java.lang.String subComponent
The cached value of the 'Sub Component' attribute.

See Also:
ComponentIdentificationImpl.getSubComponent()
Generated
[EMF] Ordered

threadId

java.lang.String threadId
The cached value of the 'Thread Id' attribute.

See Also:
ComponentIdentificationImpl.getThreadId()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.ConfigureSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: 8574705609679075430l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
ConfigureSituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.ConnectSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: 2872460422753085360l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
ConnectSituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

situationDisposition

java.lang.String situationDisposition
The cached value of the 'Situation Disposition' attribute.

See Also:
ConnectSituationImpl.getSituationDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.ContextDataElementImpl extends SerializableImpl implements Serializable

serialVersionUID: 1340201980987934512l

Serialized Fields

contextId

java.lang.String contextId
The cached value of the 'Context Id' attribute.

See Also:
ContextDataElementImpl.getContextId()
Generated
[EMF] Ordered

contextValue

java.lang.String contextValue
The cached value of the 'Context Value' attribute.

See Also:
ContextDataElementImpl.getContextValue()
Generated
[EMF] Ordered

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
ContextDataElementImpl.getName()
Generated
[EMF] Ordered

type

java.lang.String type
The cached value of the 'Type' attribute.

See Also:
ContextDataElementImpl.getType()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.CreateSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: -7188058952937416744l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
CreateSituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.DependencySituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: -5050575227459575744l

Serialized Fields

dependencyDisposition

java.lang.String dependencyDisposition
The cached value of the 'Dependency Disposition' attribute.

See Also:
DependencySituationImpl.getDependencyDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.DestroySituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: -6561753088656143510l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
DestroySituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.EventFactoryImpl extends org.eclipse.emf.ecore.impl.EFactoryImpl implements Serializable

serialVersionUID: -4678401577300618645l

Serialized Fields

contentHandler

ContentHandler contentHandler
Content handler associated to this factory.


completeEvent

boolean completeEvent
Flag to determine if the associated content handler should be invoked upon event creation.

Class org.eclipse.hyades.logging.events.cbe.impl.ExtendedDataElementImpl extends SerializableImpl implements Serializable

serialVersionUID: -6200886839335499445l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Required to circumvent a problem with de/serializing EMF ELists with RMI over IIOP by converting EMF ELists to Lists.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Required to circumvent a problem with de/serializing EMF ELists with RMI over IIOP by converting EMF ELists to Lists.

Throws:
java.io.IOException
See Also:
Serializable
Serialized Fields

hexValue

java.lang.String hexValue
The cached value of the 'Hex Value' attribute.

See Also:
ExtendedDataElementImpl.getHexValue()
Generated
[EMF] Ordered

name

java.lang.String name
The cached value of the 'Name' attribute.

See Also:
ExtendedDataElementImpl.getName()
Generated
[EMF] Ordered

type

java.lang.String type
The cached value of the 'Type' attribute.

See Also:
ExtendedDataElementImpl.getType()
Generated
[EMF] Ordered

values

org.eclipse.emf.common.util.EList values
The cached value of the 'Values' attribute list.

See Also:
ExtendedDataElementImpl.getValues()
Generated
[EMF] Ordered

children

org.eclipse.emf.common.util.EList children
The cached value of the 'Children' containment reference list.

See Also:
ExtendedDataElementImpl.getChildren()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.FeatureSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: 6050554845460888366l

Serialized Fields

featureDisposition

java.lang.String featureDisposition
The cached value of the 'Feature Disposition' attribute.

See Also:
FeatureSituationImpl.getFeatureDisposition()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.MsgCatalogTokenImpl extends SerializableImpl implements Serializable

serialVersionUID: -6393202095027819696l

Serialized Fields

value

java.lang.String value
The cached value of the 'Value' attribute.

See Also:
MsgCatalogTokenImpl.getValue()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.MsgDataElementImpl extends SerializableImpl implements Serializable

serialVersionUID: -4093681142902289230l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Required to circumvent a problem with de/serializing EMF ELists with RMI over IIOP by converting EMF ELists to Lists.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Required to circumvent a problem with de/serializing EMF ELists with RMI over IIOP by converting EMF ELists to Lists.

Throws:
java.io.IOException
See Also:
Serializable
Serialized Fields

msgIdType

java.lang.String msgIdType
The cached value of the 'Msg Id Type' attribute.

See Also:
MsgDataElementImpl.getMsgIdType()
Generated
[EMF] Ordered

msgCatalogType

java.lang.String msgCatalogType
The cached value of the 'Msg Catalog Type' attribute.

See Also:
MsgDataElementImpl.getMsgCatalogType()
Generated
[EMF] Ordered

msgCatalog

java.lang.String msgCatalog
The cached value of the 'Msg Catalog' attribute.

See Also:
MsgDataElementImpl.getMsgCatalog()
Generated
[EMF] Ordered

msgCatalogId

java.lang.String msgCatalogId
The cached value of the 'Msg Catalog Id' attribute.

See Also:
MsgDataElementImpl.getMsgCatalogId()
Generated
[EMF] Ordered

msgId

java.lang.String msgId
The cached value of the 'Msg Id' attribute.

See Also:
MsgDataElementImpl.getMsgId()
Generated
[EMF] Ordered

msgLocale

java.lang.String msgLocale
The cached value of the 'Msg Locale' attribute.

See Also:
MsgDataElementImpl.getMsgLocale()
Generated
[EMF] Ordered

msgCatalogTokens

org.eclipse.emf.common.util.EList msgCatalogTokens
The cached value of the 'Msg Catalog Tokens' containment reference list.

See Also:
MsgDataElementImpl.getMsgCatalogTokens()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.OtherSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: -5897367805519026920l

Serialized Fields

any

java.lang.String any
The cached value of the 'Any' attribute.

See Also:
OtherSituationImpl.getAny()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.ReportSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: -1098217546719008016l

Serialized Fields

reportCategory

java.lang.String reportCategory
The cached value of the 'Report Category' attribute.

See Also:
ReportSituationImpl.getReportCategory()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.RequestSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: -7412881511463504218l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
RequestSituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

situationQualifier

java.lang.String situationQualifier
The cached value of the 'Situation Qualifier' attribute.

See Also:
RequestSituationImpl.getSituationQualifier()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.SerializableImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Serializable

serialVersionUID: -283263759388022528l

Class org.eclipse.hyades.logging.events.cbe.impl.SituationImpl extends SerializableImpl implements Serializable

serialVersionUID: 8478109585082201367l

Serialized Fields

categoryName

java.lang.String categoryName
The cached value of the 'Category Name' attribute.

See Also:
SituationImpl.getCategoryName()
Generated
[EMF] Ordered

situationType

SituationType situationType
The cached value of the 'Situation Type' containment reference.

See Also:
SituationImpl.getSituationType()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.SituationTypeImpl extends SerializableImpl implements Serializable

serialVersionUID: -8522169030887137276l

Serialized Fields

reasoningScope

java.lang.String reasoningScope
The cached value of the 'Reasoning Scope' attribute.

See Also:
SituationTypeImpl.getReasoningScope()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.StartSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: 6903490878913727667l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
StartSituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

situationQualifier

java.lang.String situationQualifier
The cached value of the 'Situation Qualifier' attribute.

See Also:
StartSituationImpl.getSituationQualifier()
Generated
[EMF] Ordered

Class org.eclipse.hyades.logging.events.cbe.impl.StopSituationImpl extends SituationTypeImpl implements Serializable

serialVersionUID: 751277197537638071l

Serialized Fields

successDisposition

java.lang.String successDisposition
The cached value of the 'Success Disposition' attribute.

See Also:
StopSituationImpl.getSuccessDisposition()
Generated
[EMF] Ordered

situationQualifier

java.lang.String situationQualifier
The cached value of the 'Situation Qualifier' attribute.

See Also:
StopSituationImpl.getSituationQualifier()
Generated
[EMF] Ordered


Package org.eclipse.hyades.logging.java

Class org.eclipse.hyades.logging.java.CommonBaseEventLevel extends java.util.logging.Level implements Serializable

serialVersionUID: -8918320315827895999l

Class org.eclipse.hyades.logging.java.CommonBaseEventLogRecord extends java.util.logging.LogRecord implements Serializable

serialVersionUID: -2592508067175423183l

Serialized Fields

commonBaseEvent

CommonBaseEvent commonBaseEvent
Instance variable which holds a reference to a org.eclipse.hyades.logging.events.cbe.CommonBaseEvent.


levelNameExtendedDataElement

ExtendedDataElement levelNameExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement 's child which contains the java.util.logging.LogRecord's level's name.


levelValueExtendedDataElement

ExtendedDataElement levelValueExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement 's child which contains the java.util.logging.LogRecord's level's value.


loggerNameExtendedDataElement

ExtendedDataElement loggerNameExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement which contains the java.util.logging.LogRecord's logger name.


sequenceNumberExtendedDataElement

ExtendedDataElement sequenceNumberExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement which contains the java.util.logging.LogRecord's sequence number.


sourceClassNameExtendedDataElement

ExtendedDataElement sourceClassNameExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement which contains the java.util.logging.LogRecord's source class name.


sourceMethodNameExtendedDataElement

ExtendedDataElement sourceMethodNameExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement which contains the java.util.logging.LogRecord's source method name.


threadIDExtendedDataElement

ExtendedDataElement threadIDExtendedDataElement
For performance reasons, the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement which contains the java.util.logging.LogRecord's thread ID.


isThrownSet

boolean isThrownSet
For performance reasons, a flag denoting if the instance variable which holds the encapsulated org.eclipse.hyades.logging.events.cbe.CommonBaseEvent's org.eclipse.hyades.logging.events.cbe.ExtendedDataElement which contains the java.util.logging.LogRecord's thrown has been set.


Package org.eclipse.hyades.models.hierarchy.util

Class org.eclipse.hyades.models.hierarchy.util.EMFUtil.EqualityHelperIgnoreContainer extends org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper implements Serializable

serialVersionUID: -2447028134489769357l

Class org.eclipse.hyades.models.hierarchy.util.FastList extends org.eclipse.emf.common.util.BasicEList implements Serializable

serialVersionUID: 3906934460690872371l

Class org.eclipse.hyades.models.hierarchy.util.HierarchyXMLString extends org.eclipse.emf.ecore.xmi.impl.XMLString implements Serializable

serialVersionUID: 3905523791567599922l

Serialized Fields

writer

java.io.Writer writer


Package org.eclipse.hyades.probekit

Class org.eclipse.hyades.probekit.ProbeInstrumenterDriver.StaticProbeInstrumenterException extends java.lang.Exception implements Serializable

serialVersionUID: 3690197663471710512l

Class org.eclipse.hyades.probekit.ProbekitCompileProblemException extends ProbekitException implements Serializable

serialVersionUID: 3617571617677784882l

Class org.eclipse.hyades.probekit.ProbekitException extends java.lang.Exception implements Serializable

serialVersionUID: 3257569507542579248l


Package org.eclipse.hyades.test.collection.framework

Class org.eclipse.hyades.test.collection.framework.PerformanceExample extends java.awt.Frame implements Serializable

serialVersionUID: 6774691377468167623l

Serialized Fields

panel

java.awt.Panel panel

buttons

java.awt.Button[] buttons

numButtons

int numButtons


Package org.eclipse.hyades.ui.services

Class org.eclipse.hyades.ui.services.ConnectorService extends AbstractService implements Serializable

serialVersionUID: 8355004980554497424l


Package org.eclipse.hyades.ui.widgets.zoomslider

Class org.eclipse.hyades.ui.widgets.zoomslider.ZoomControlBarEvent extends org.eclipse.swt.events.TypedEvent implements Serializable

serialVersionUID: 4050484495612393522l

Serialized Fields

value

double value
The new control value


finished

boolean finished
A boolean representing the finished state of the control bar change. This value is true if the change is complete.

Class org.eclipse.hyades.ui.widgets.zoomslider.ZoomSliderConfigurationException extends java.lang.Exception implements Serializable

serialVersionUID: 3978993184321909559l

Class org.eclipse.hyades.ui.widgets.zoomslider.ZoomSliderEvent extends org.eclipse.swt.events.TypedEvent implements Serializable

serialVersionUID: 3832622872127944245l

Serialized Fields

action

int action
A constant int defining the nature of the zoomslider change. Possible values are
  • ZOOMED
  • TRANSPOSED

  • finished

    boolean finished
    A boolean symbolising the state of the change. If finished is true, then the current zoom or transpose is complete.


    Package org.eclipse.tptp.logging.events.cbe

    Class org.eclipse.tptp.logging.events.cbe.CompletionException extends EventException implements Serializable

    serialVersionUID: -8172000819822434632l

    Class org.eclipse.tptp.logging.events.cbe.EventException extends java.lang.Exception implements Serializable

    serialVersionUID: -4442713415744916660l

    Serialized Fields

    resourceBundleName

    java.lang.String resourceBundleName
    Base name of the ResourceBundle in which the text is found.


    key

    java.lang.String key
    The key of the message associated with this text.


    parameters

    java.lang.Object[] parameters
    Parameters to be included in the message.


    cause

    java.lang.Throwable cause
    The throwable that caused this throwable to get thrown, or null if this throwable was not caused by another throwable, or if the causative throwable is unknown.

    Class org.eclipse.tptp.logging.events.cbe.FormattingException extends EventException implements Serializable

    serialVersionUID: -7795158236267105237l

    Class org.eclipse.tptp.logging.events.cbe.MissingPropertyException extends ValidationException implements Serializable

    serialVersionUID: -8599152310747115827l

    Class org.eclipse.tptp.logging.events.cbe.ValidationException extends EventException implements Serializable

    serialVersionUID: -8211163045728802032l


    Package org.eclipse.tptp.logging.events.cbe.impl

    Class org.eclipse.tptp.logging.events.cbe.impl.AssociatedEventImpl extends java.lang.Object implements Serializable

    serialVersionUID: -4327879421885580788l

    Serialized Fields

    associationEngine

    java.lang.String associationEngine
    Association Engine instance variable.


    resolvedEvents

    java.lang.String resolvedEvents
    Resolved Events instance variable.


    associationEngineInfo

    AssociationEngine associationEngineInfo
    Association Engine Info instance variable.

    Class org.eclipse.tptp.logging.events.cbe.impl.AssociationEngineImpl extends java.lang.Object implements Serializable

    serialVersionUID: -6792679299982203134l

    Serialized Fields

    id

    java.lang.String id
    The cached value of the 'Id' attribute.

    See Also:
    AssociationEngineImpl.getId()

    name

    java.lang.String name
    The cached value of the 'Name' attribute.

    See Also:
    AssociationEngineImpl.getName()

    type

    java.lang.String type
    The cached value of the 'Type' attribute.

    See Also:
    AssociationEngineImpl.getType()

    Class org.eclipse.tptp.logging.events.cbe.impl.AvailableSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: 8909448887998100984l

    Serialized Fields

    operationDisposition

    java.lang.String operationDisposition
    The cached value of the ' Operation Disposition' attribute.

    See Also:
    AvailableSituationImpl.getOperationDisposition()

    availabilityDisposition

    java.lang.String availabilityDisposition
    The cached value of the ' Availability Disposition' attribute.

    See Also:
    AvailableSituationImpl.getAvailabilityDisposition()

    processingDisposition

    java.lang.String processingDisposition
    The cached value of the ' Processing Disposition' attribute.

    See Also:
    AvailableSituationImpl.getProcessingDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.CommonBaseEventImpl extends java.lang.Object implements Serializable

    serialVersionUID: -7210409289362234835l

    Serialized Fields

    creationTime

    java.lang.String creationTime
    The cached value of the ' Creation Time' attribute.

    See Also:
    CommonBaseEventImpl.getCreationTime()

    creationTimeESet

    boolean creationTimeESet
    Deprecated.  

    This is true if the Creation Time attribute has been set.


    globalInstanceId

    java.lang.String globalInstanceId
    The cached value of the ' Global Instance Id' attribute.

    See Also:
    CommonBaseEventImpl.getGlobalInstanceId()

    elapsedTime

    long elapsedTime
    The cached value of the 'Elapsed Time' attribute.

    See Also:
    CommonBaseEventImpl.getElapsedTime()

    elapsedTimeESet

    boolean elapsedTimeESet
    This is true if the Elapsed Time attribute has been set.


    extensionName

    java.lang.String extensionName
    The cached value of the ' Extension Name' attribute.

    See Also:
    CommonBaseEventImpl.getExtensionName()

    localInstanceId

    java.lang.String localInstanceId
    The cached value of the ' Local Instance Id' attribute.

    See Also:
    CommonBaseEventImpl.getLocalInstanceId()

    msg

    java.lang.String msg
    The cached value of the 'Msg' attribute.

    See Also:
    CommonBaseEventImpl.getMsg()

    priority

    short priority
    The cached value of the 'Priority' attribute.

    See Also:
    CommonBaseEventImpl.getPriority()

    priorityESet

    boolean priorityESet
    This is true if the Priority attribute has been set.


    repeatCount

    short repeatCount
    The cached value of the 'Repeat Count' attribute.

    See Also:
    CommonBaseEventImpl.getRepeatCount()

    repeatCountESet

    boolean repeatCountESet
    This is true if the Repeat Count attribute has been set.


    sequenceNumber

    long sequenceNumber
    The cached value of the ' Sequence Number' attribute.

    See Also:
    CommonBaseEventImpl.getSequenceNumber()

    sequenceNumberESet

    boolean sequenceNumberESet
    This is true if the Sequence Number attribute has been set.


    severity

    short severity
    The cached value of the 'Severity' attribute.

    See Also:
    CommonBaseEventImpl.getSeverity()

    severityESet

    boolean severityESet
    This is true if the Severity attribute has been set.


    version

    java.lang.String version
    The cached value of the 'Version' attribute.

    See Also:
    CommonBaseEventImpl.getVersion()

    any

    java.util.List any
    The cached value of the 'Any' attribute list.

    See Also:
    CommonBaseEventImpl.getAny()

    situation

    Situation situation
    The cached value of the 'Situation' containment reference.

    See Also:
    CommonBaseEventImpl.getSituation()

    associatedEvents

    java.util.List associatedEvents
    The cached value of the ' Associated Events' containment reference list.

    See Also:
    CommonBaseEventImpl.getAssociatedEvents()

    contextDataElements

    java.util.List contextDataElements
    The cached value of the ' Context Data Elements' containment reference list.

    See Also:
    CommonBaseEventImpl.getContextDataElements()

    extendedDataElements

    java.util.List extendedDataElements
    The cached value of the ' Extended Data Elements' containment reference list.

    See Also:
    CommonBaseEventImpl.getExtendedDataElements()

    msgDataElement

    MsgDataElement msgDataElement
    The cached value of the ' Msg Data Element' containment reference.

    See Also:
    CommonBaseEventImpl.getMsgDataElement()

    reporterComponentId

    ComponentIdentification reporterComponentId
    The cached value of the ' Reporter Component Id' containment reference.

    See Also:
    CommonBaseEventImpl.getReporterComponentId()

    sourceComponentId

    ComponentIdentification sourceComponentId
    The cached value of the ' Source Component Id' containment reference.

    See Also:
    CommonBaseEventImpl.getSourceComponentId()

    Class org.eclipse.tptp.logging.events.cbe.impl.ComponentIdentificationImpl extends java.lang.Object implements Serializable

    serialVersionUID: 6775338617504967755l

    Serialized Fields

    application

    java.lang.String application
    The cached value of the 'Application' attribute.

    See Also:
    ComponentIdentificationImpl.getApplication()

    component

    java.lang.String component
    The cached value of the 'Component' attribute.

    See Also:
    ComponentIdentificationImpl.getComponent()

    componentType

    java.lang.String componentType
    The cached value of the ' Component Type' attribute.

    See Also:
    ComponentIdentificationImpl.getComponentType()

    componentIdType

    java.lang.String componentIdType
    The cached value of the ' Component Id Type' attribute.

    See Also:
    ComponentIdentificationImpl.getComponentIdType()

    executionEnvironment

    java.lang.String executionEnvironment
    The cached value of the ' Execution Environment' attribute.

    See Also:
    ComponentIdentificationImpl.getExecutionEnvironment()

    instanceId

    java.lang.String instanceId
    The cached value of the 'Instance Id' attribute.

    See Also:
    ComponentIdentificationImpl.getInstanceId()

    location

    java.lang.String location
    The cached value of the 'Location' attribute.

    See Also:
    ComponentIdentificationImpl.getLocation()

    locationType

    java.lang.String locationType
    The cached value of the ' Location Type' attribute.

    See Also:
    ComponentIdentificationImpl.getLocationType()

    processId

    java.lang.String processId
    The cached value of the 'Process Id' attribute.

    See Also:
    ComponentIdentificationImpl.getProcessId()

    subComponent

    java.lang.String subComponent
    The cached value of the ' Sub Component' attribute.

    See Also:
    ComponentIdentificationImpl.getSubComponent()

    threadId

    java.lang.String threadId
    The cached value of the 'Thread Id' attribute.

    See Also:
    ComponentIdentificationImpl.getThreadId()

    Class org.eclipse.tptp.logging.events.cbe.impl.ConfigureSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: 8574705609679075430l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    ConfigureSituationImpl.getSuccessDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.ConnectSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: 2872460422753085360l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    ConnectSituationImpl.getSuccessDisposition()

    situationDisposition

    java.lang.String situationDisposition
    The cached value of the ' Situation Disposition' attribute.

    See Also:
    ConnectSituationImpl.getSituationDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.ContextDataElementImpl extends java.lang.Object implements Serializable

    serialVersionUID: 1340201980987934512l

    Serialized Fields

    contextId

    java.lang.String contextId
    The cached value of the 'Context Id' attribute.

    See Also:
    ContextDataElementImpl.getContextId()

    contextValue

    java.lang.String contextValue
    The cached value of the ' Context Value' attribute.

    See Also:
    ContextDataElementImpl.getContextValue()

    name

    java.lang.String name
    The cached value of the 'Name' attribute.

    See Also:
    ContextDataElementImpl.getName()

    type

    java.lang.String type
    The cached value of the 'Type' attribute.

    See Also:
    ContextDataElementImpl.getType()

    Class org.eclipse.tptp.logging.events.cbe.impl.CreateSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: -7188058952937416744l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    CreateSituationImpl.getSuccessDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.DependencySituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: -5050575227459575744l

    Serialized Fields

    dependencyDisposition

    java.lang.String dependencyDisposition
    The cached value of the ' Dependency Disposition' attribute.

    See Also:
    DependencySituationImpl.getDependencyDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.DestroySituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: -6561753088656143510l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    DestroySituationImpl.getSuccessDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.EventFactoryImpl extends java.lang.Object implements Serializable

    serialVersionUID: -4678401577300618645l

    Serialized Fields

    contentHandler

    ContentHandler contentHandler
    Content handler associated to this factory.


    completeEvent

    boolean completeEvent
    Flag to determine if the associated content handler should be invoked upon event creation.

    Class org.eclipse.tptp.logging.events.cbe.impl.ExtendedDataElementImpl extends java.lang.Object implements Serializable

    serialVersionUID: -6200886839335499445l

    Serialized Fields

    hexValue

    java.lang.String hexValue
    The cached value of the 'Hex Value' attribute.

    See Also:
    ExtendedDataElementImpl.getHexValue()

    name

    java.lang.String name
    The cached value of the 'Name' attribute.

    See Also:
    ExtendedDataElementImpl.getName()

    type

    java.lang.String type
    The cached value of the 'Type' attribute.

    See Also:
    ExtendedDataElementImpl.getType()

    values

    java.util.List values
    The cached value of the 'Values' attribute list.

    See Also:
    ExtendedDataElementImpl.getValues()

    children

    java.util.List children
    The cached value of the 'Children' containment reference list.

    See Also:
    ExtendedDataElementImpl.getChildren()

    Class org.eclipse.tptp.logging.events.cbe.impl.FeatureSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: 6050554845460888366l

    Serialized Fields

    featureDisposition

    java.lang.String featureDisposition
    The cached value of the ' Feature Disposition' attribute.

    See Also:
    FeatureSituationImpl.getFeatureDisposition()

    Class org.eclipse.tptp.logging.events.cbe.impl.MsgCatalogTokenImpl extends java.lang.Object implements Serializable

    serialVersionUID: -6393202095027819696l

    Serialized Fields

    value

    java.lang.String value
    The cached value of the 'Value' attribute.

    See Also:
    MsgCatalogTokenImpl.getValue()

    Class org.eclipse.tptp.logging.events.cbe.impl.MsgDataElementImpl extends java.lang.Object implements Serializable

    serialVersionUID: -4093681142902289230l

    Serialized Fields

    msgIdType

    java.lang.String msgIdType
    The cached value of the 'Msg Id Type' attribute.

    See Also:
    MsgDataElementImpl.getMsgIdType()

    msgCatalogType

    java.lang.String msgCatalogType
    The cached value of the ' Msg Catalog Type' attribute.

    See Also:
    MsgDataElementImpl.getMsgCatalogType()

    msgCatalog

    java.lang.String msgCatalog
    The cached value of the 'Msg Catalog' attribute.

    See Also:
    MsgDataElementImpl.getMsgCatalog()

    msgCatalogId

    java.lang.String msgCatalogId
    The cached value of the ' Msg Catalog Id' attribute.

    See Also:
    MsgDataElementImpl.getMsgCatalogId()

    msgId

    java.lang.String msgId
    The cached value of the 'Msg Id' attribute.

    See Also:
    MsgDataElementImpl.getMsgId()

    msgLocale

    java.lang.String msgLocale
    The cached value of the 'Msg Locale' attribute.

    See Also:
    MsgDataElementImpl.getMsgLocale()

    msgCatalogTokens

    java.util.List msgCatalogTokens
    The cached value of the ' Msg Catalog Tokens' containment reference list.

    See Also:
    MsgDataElementImpl.getMsgCatalogTokens()

    Class org.eclipse.tptp.logging.events.cbe.impl.OtherSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: -5897367805519026920l

    Serialized Fields

    any

    java.lang.String any
    The cached value of the 'Any' attribute.

    See Also:
    OtherSituationImpl.getAny()

    Class org.eclipse.tptp.logging.events.cbe.impl.ReportSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: -1098217546719008016l

    Serialized Fields

    reportCategory

    java.lang.String reportCategory
    The cached value of the ' Report Category' attribute.

    See Also:
    ReportSituationImpl.getReportCategory()

    Class org.eclipse.tptp.logging.events.cbe.impl.RequestSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: -7412881511463504218l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    RequestSituationImpl.getSuccessDisposition()

    situationQualifier

    java.lang.String situationQualifier
    The cached value of the ' Situation Qualifier' attribute.

    See Also:
    RequestSituationImpl.getSituationQualifier()

    Class org.eclipse.tptp.logging.events.cbe.impl.SituationImpl extends java.lang.Object implements Serializable

    serialVersionUID: 8478109585082201367l

    Serialized Fields

    categoryName

    java.lang.String categoryName
    The cached value of the ' Category Name' attribute.

    See Also:
    SituationImpl.getCategoryName()

    situationType

    SituationType situationType
    The cached value of the ' Situation Type' containment reference.

    See Also:
    SituationImpl.getSituationType()

    Class org.eclipse.tptp.logging.events.cbe.impl.SituationTypeImpl extends java.lang.Object implements Serializable

    serialVersionUID: -8522169030887137276l

    Serialized Fields

    reasoningScope

    java.lang.String reasoningScope
    The cached value of the ' Reasoning Scope' attribute.

    See Also:
    SituationTypeImpl.getReasoningScope()

    Class org.eclipse.tptp.logging.events.cbe.impl.StartSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: 6903490878913727667l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    StartSituationImpl.getSuccessDisposition()

    situationQualifier

    java.lang.String situationQualifier
    The cached value of the ' Situation Qualifier' attribute.

    See Also:
    StartSituationImpl.getSituationQualifier()

    Class org.eclipse.tptp.logging.events.cbe.impl.StopSituationImpl extends SituationTypeImpl implements Serializable

    serialVersionUID: 751277197537638071l

    Serialized Fields

    successDisposition

    java.lang.String successDisposition
    The cached value of the ' Success Disposition' attribute.

    See Also:
    StopSituationImpl.getSuccessDisposition()

    situationQualifier

    java.lang.String situationQualifier
    The cached value of the ' Situation Qualifier' attribute.

    See Also:
    StopSituationImpl.getSituationQualifier()


    Package org.eclipse.tptp.platform.analysis.util.collection

    Class org.eclipse.tptp.platform.analysis.util.collection.OrderedHashMap extends java.util.HashMap implements Serializable

    serialVersionUID: -8740483399644807116l

    Serialized Fields

    vKeys

    java.util.Vector vKeys

    vValues

    java.util.Vector vValues


    Package org.eclipse.tptp.platform.analysis.util.java

    Class org.eclipse.tptp.platform.analysis.util.java.ExceptionContainer extends java.lang.Exception implements Serializable

    serialVersionUID: 1l

    Serialized Fields

    l

    java.util.List l

    Class org.eclipse.tptp.platform.analysis.util.java.MutableDouble extends java.lang.Number implements Serializable

    serialVersionUID: -9132436803240441571l

    Serialized Fields

    value

    double value


    Package org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.beans

    Class org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.beans.JavaBeanSupport extends java.lang.Object implements Serializable

    serialVersionUID: 3257567308619723318l

    Serialized Fields

    bean

    IJavaBean bean


    Package org.eclipse.tptp.platform.execution.exceptions

    Class org.eclipse.tptp.platform.execution.exceptions.AgentActiveException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException extends DaemonConnectException implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.AgentCreationException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.ConsoleNotStartedException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.DaemonConnectException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.DataChannelConnectionException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.DataChannelCreationException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.DataChannelNotInitializedException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.DuplicateUserException extends DaemonConnectException implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.InactiveAgentException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.InactiveProcessException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.InvalidDataChannelAccessException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.LoginFailedException extends AgentControllerUnavailableException implements Serializable

    Serialized Fields

    _port

    long _port

    Class org.eclipse.tptp.platform.execution.exceptions.MessageOverflowException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.MessageProcessingException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.NativeLibraryNotFound extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.NoSuchApplicationException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.NotConnectedException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.NotImplementedException extends java.lang.RuntimeException implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.NotSupportedException extends java.lang.RuntimeException implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.ProcessActiveException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.RemoteInvocationException extends java.lang.RuntimeException implements Serializable

    serialVersionUID: 1l

    Serialized Fields

    cause

    java.lang.Throwable cause

    Class org.eclipse.tptp.platform.execution.exceptions.SecureConnectionRequiredException extends AgentControllerUnavailableException implements Serializable

    Serialized Fields

    _details

    org.eclipse.tptp.platform.execution.client.core.internal.commands.rac.ServerSecurityInfoCommand _details

    Class org.eclipse.tptp.platform.execution.exceptions.TimeoutException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.UnknownDaemonException extends java.lang.Exception implements Serializable

    Class org.eclipse.tptp.platform.execution.exceptions.UntrustedAgentControllerException extends AgentControllerUnavailableException implements Serializable


    Package org.eclipse.tptp.platform.probekit.launch.launchpad

    Class org.eclipse.tptp.platform.probekit.launch.launchpad.LaunchPadException extends java.lang.Exception implements Serializable

    serialVersionUID: 3834024745174907193l


    Package org.eclipse.tptp.platform.probekit.registry

    Class org.eclipse.tptp.platform.probekit.registry.ProbeRegistryException extends java.lang.Exception implements Serializable

    serialVersionUID: 3544677260881049140l


    Package org.eclipse.tptp.platform.probekit.util

    Class org.eclipse.tptp.platform.probekit.util.InaccessibleProbeRsrcException extends java.lang.Exception implements Serializable

    serialVersionUID: 3905521601116976944l

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream s)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream s)
                      throws java.io.IOException

    Class org.eclipse.tptp.platform.probekit.util.InvalidProbeBundleException extends java.lang.Exception implements Serializable

    serialVersionUID: 3690759483865444403l

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream s)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream s)
                      throws java.io.IOException

    Class org.eclipse.tptp.platform.probekit.util.ProbeBundleBuildRequiredException extends java.lang.Exception implements Serializable

    serialVersionUID: 3258697615129784882l

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream s)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream s)
                      throws java.io.IOException

    Class org.eclipse.tptp.platform.probekit.util.ProbeBundleException extends java.lang.Exception implements Serializable

    serialVersionUID: 3977582498085812534l


    Package org.eclipse.tptp.platform.provisional.fastxpath

    Class org.eclipse.tptp.platform.provisional.fastxpath.ExpressionEvaluationException extends java.lang.RuntimeException implements Serializable

    serialVersionUID: 5242058132957955563l


    Package org.eclipse.tptp.platform.provisional.fastxpath.binding

    Class org.eclipse.tptp.platform.provisional.fastxpath.binding.ClassMapping extends java.util.HashMap implements Serializable

    serialVersionUID: -1195405048070427696l

    Serialized Fields

    attributes

    java.util.HashSet attributes

    elements

    java.util.HashSet elements


    Package org.eclipse.tptp.platform.provisional.fastxpath.compiler

    Class org.eclipse.tptp.platform.provisional.fastxpath.compiler.CodeGenerationError extends java.lang.Exception implements Serializable

    serialVersionUID: -8689404801482811616l

    Class org.eclipse.tptp.platform.provisional.fastxpath.compiler.CompilerNotAvailableException extends java.lang.Exception implements Serializable

    serialVersionUID: 6177252500953160473l


    Package org.eclipse.tptp.platform.report.core.provisional

    Class org.eclipse.tptp.platform.report.core.provisional.RendererException extends java.lang.Exception implements Serializable

    serialVersionUID: -2356310306448304470l


    Package org.eclipse.tptp.platform.report.drivers.html

    Class org.eclipse.tptp.platform.report.drivers.html.DHtmlWriterException extends org.eclipse.tptp.platform.report.tools.internal.DParser.ParserException implements Serializable

    serialVersionUID: 1l


    Package org.eclipse.tptp.symptom.eventwrappers

    Class org.eclipse.tptp.symptom.eventwrappers.CommonBaseEventImpl extends CommonBaseEventImpl implements Serializable

    serialVersionUID: -5436332697379285823l

    Serialized Fields

    event

    CBECommonBaseEvent event

    Class org.eclipse.tptp.symptom.eventwrappers.ComponentIdentificationImpl extends ComponentIdentificationImpl implements Serializable

    serialVersionUID: 9009224122511903607l

    Serialized Fields

    componentIdentification

    CBEComponentIdentification componentIdentification

    Class org.eclipse.tptp.symptom.eventwrappers.ContextDataElementImpl extends ContextDataElementImpl implements Serializable

    serialVersionUID: -3787111846636430058l

    Serialized Fields

    contextDataElement

    CBEContextDataElement contextDataElement

    Class org.eclipse.tptp.symptom.eventwrappers.ExtendedDataElementImpl extends ExtendedDataElementImpl implements Serializable

    serialVersionUID: 56713002177991561l

    Serialized Fields

    extendedDataElement

    CBEExtendedDataElement extendedDataElement

    children

    org.eclipse.emf.common.util.EList children

    Class org.eclipse.tptp.symptom.eventwrappers.MsgDataElementImpl extends MsgDataElementImpl implements Serializable

    serialVersionUID: -3906672415030005973l

    Serialized Fields

    msgDataElement

    CBEMsgDataElement msgDataElement

    Class org.eclipse.tptp.symptom.eventwrappers.SituationImpl extends SituationImpl implements Serializable

    serialVersionUID: 7301268404323705176l

    Serialized Fields

    situation

    CBESituation situation


    TPTP 4.2.0 Platform Project
    Public API Specification