Serialized Form
|
Package org.jdtaus.core.monitor |
uid
UID uid
- Unique task identifier.
-
minimum
int minimum
- The lower bound of the range.
-
maximum
int maximum
- The upper bound of the range.
-
progress
int progress
- Indicates the progress of the task.
-
indeterminate
boolean indeterminate
- Flag indicating if the operations performed by the task are of unknown
length.
-
type
int type
- Event type.
-
|
Package org.jdtaus.core.text |
uid
UID uid
- Unique message identifier.
-
timestamp
long timestamp
- The timestamp this message got created.
-
message
Message message
- Message causing this event.
-
type
int type
- Type of the event.
-
messages
Collection messages
- Value of property .
-
|
Package org.jdtaus.core.container |
dependencies
Dependency[] dependencies
- The dependencies held by the instance.
-
names
Map names
- Maps dependency names to dependencies.
-
hashCode
int hashCode
- Hash code.
-
name
String name
- The name of the dependency.
-
specification
Specification specification
- The specification of the dependency.
-
implementation
Implementation implementation
- The implementation of the dependency.
-
properties
Properties properties
- The properties of the dependency.
-
bound
boolean bound
- Flag indicating if the dependency is bound to the requesting
implementation.
-
name
String name
- The name of the duplicate dependency.
-
identifier
String identifier
- The identifier of the duplicate implementation.
-
name
String name
- The name of the duplicate module.
-
name
String name
- The name of the duplicate property.
-
identifier
String identifier
- The identifier of the duplicate specification.
-
parent
Implementation parent
- The parent to inherit from.
-
moduleName
String moduleName
- The name of the module holding the implementation.
-
implementedSpecifications
Specifications implementedSpecifications
- The specifications the implementation implements.
-
dependencies
Dependencies dependencies
- The dependencies of the implementation.
-
properties
Properties properties
- The properties of the implementation.
-
identifier
String identifier
- The identifier of the implementation.
-
name
String name
- The name of the implementation.
-
vendor
String vendor
- The vendor of the implementation.
-
version
String version
- The version of the implementation.
-
implementation
Implementation implementation
- The failing implementation.
-
implementations
Implementation[] implementations
- The implementations held by the instance.
-
identifiers
Map identifiers
- Maps implementation identifiers to implementations.
-
hashCode
int hashCode
- Hash code.
-
identifier
String identifier
- The identifier of the implementation for which creating an instance
failed.
-
identifier
String identifier
- The identifier of the missing dependency.
-
identifier
String identifier
- The identifier of the missing implementation.
-
name
String name
- The name of the missing module.
-
name
String name
- The name of the missing property.
-
identifier
String identifier
- The identifier of the missing specification.
-
specifications
Specifications specifications
- The specifications of the module.
-
implementations
Implementations implementations
- The implementations of the module.
-
properties
Properties properties
- The properties of the module.
-
description
String description
- The description of the module.
-
name
String name
- The name of the module.
-
version
String version
- The version of the module.
-
modules
Module[] modules
- The modules held by the instance.
-
specifications
Specifications specifications
- The specifications of all modules.
-
implementations
Implementations implementations
- The implementations of all modules.
-
names
Map names
- Maps module names to modules.
-
specificationMap
Map specificationMap
- Maps specification identifiers to specifications.
-
implementationMap
Map implementationMap
- Maps implementation identifiers to implementations.
-
hashCode
int hashCode
- Hash code.
-
properties
Property[] properties
- The properties held by the instance.
-
names
Map names
- Maps property names to properties.
-
hashCode
int hashCode
- Hash code.
-
name
String name
- The name of the property.
-
type
Class type
- The type of the property.
-
value
Object value
- The value of the property.
-
api
boolean api
- Flag indicating that the property is part of a public API.
-
name
String name
- The name of the invalid property.
-
value
Object value
- The value of the invalid property.
-
moduleName
String moduleName
- The name of the module holding the specification.
-
description
String description
- The description of the specification.
-
identifier
String identifier
- The identifier of the specification.
-
singleton
boolean singleton
- The flag indicating that instance of the specification should be
created using a singleton strategy.
-
vendor
String vendor
- The vendor of the specification.
-
version
String version
- The version of the specification.
-
implementations
Implementations implementations
- The implementations available for the specification.
-
implementationNames
Map implementationNames
- Maps implementation names to implementations.
-
specifications
Specification[] specifications
- The specifications of the collection.
-
identifiers
Map identifiers
- Maps specification identifiers to specifications.
-
hashCode
int hashCode
- Hash code.
-
Copyright © 2005-2007 jDTAUS. All Rights Reserved.