Serialized Form


Package org.jvnet.hk2.config

Class org.jvnet.hk2.config.ConfigBean extends Dom implements Serializable

Serialized Fields

writeLock

boolean writeLock

optionalFeatures

Map<K,V> optionalFeatures

objectName

ObjectName objectName
ObjectName will be null until when/if an MBean is registered.


lock

Lock lock
simplistic non reentrant lock implementation, needs rework

Class org.jvnet.hk2.config.ConfigPopulatorException extends ComponentException implements Serializable

Serialized Fields

location

Location location

Class org.jvnet.hk2.config.ConfigurationException extends ComponentException implements Serializable

Serialized Fields

location

Location location

Class org.jvnet.hk2.config.Dom extends LazyInhabitant implements Serializable

Serialized Fields

model

ConfigModel model
Model drives the interpretation of this DOM.


parent

Dom parent

domDescriptor

DomDescriptor<T> domDescriptor

serviceHandle

ServiceHandle<T> serviceHandle

writeToXml

boolean writeToXml
This flag indicates whether a Dom object should be written to domain.xml. By default everything is written to domain.xml unless someone explicitly calls the skipFromXml method


attributes

Map<K,V> attributes
All attributes and their raw values before Translator processing.


children

List<E> children
List of all child elements, both leaves and nodes.

The list is read-only and copy-on-write to support concurrent access.


location

Location location

document

DomDocument<T extends Dom> document
Owner of the DOM tree.


listeners

Set<E> listeners

isCacheSet

boolean isCacheSet

cache

Object cache

Class org.jvnet.hk2.config.DomDescriptor extends AbstractActiveDescriptor<T> implements Serializable

Serialized Fields

theDom

Dom theDom
For serialization


creator

Creator<T> creator

theOne

Object theOne

Class org.jvnet.hk2.config.RetryableException extends Exception implements Serializable

Class org.jvnet.hk2.config.TransactionFailure extends Exception implements Serializable

Class org.jvnet.hk2.config.TranslationException extends ConfigurationException implements Serializable

Class org.jvnet.hk2.config.ValidationException extends Exception implements Serializable

Class org.jvnet.hk2.config.XMLStreamException2 extends XMLStreamException implements Serializable


Package org.jvnet.hk2.config.provider

Class org.jvnet.hk2.config.provider.ConfigTransactionException extends ComponentException implements Serializable

Class org.jvnet.hk2.config.provider.ConfigTransactionRejectedException extends ConfigTransactionException implements Serializable



Copyright © 2012 Oracle Corporation. All Rights Reserved.